vuetify 3.11.5 → 3.11.6

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 (34) hide show
  1. package/dist/json/attributes.json +2340 -2340
  2. package/dist/json/importMap-labs.json +12 -12
  3. package/dist/json/importMap.json +186 -186
  4. package/dist/json/web-types.json +4227 -4227
  5. package/dist/vuetify-labs.cjs +22 -11
  6. package/dist/vuetify-labs.css +4831 -4828
  7. package/dist/vuetify-labs.d.ts +64 -64
  8. package/dist/vuetify-labs.esm.js +22 -11
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +22 -11
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.cjs +22 -11
  13. package/dist/vuetify.cjs.map +1 -1
  14. package/dist/vuetify.css +4510 -4507
  15. package/dist/vuetify.d.ts +64 -64
  16. package/dist/vuetify.esm.js +22 -11
  17. package/dist/vuetify.esm.js.map +1 -1
  18. package/dist/vuetify.js +22 -11
  19. package/dist/vuetify.js.map +1 -1
  20. package/dist/vuetify.min.css +2 -2
  21. package/dist/vuetify.min.js +7 -8
  22. package/dist/vuetify.min.js.map +1 -1
  23. package/lib/components/VCalendar/composables/calendarWithIntervals.js +9 -6
  24. package/lib/components/VCalendar/composables/calendarWithIntervals.js.map +1 -1
  25. package/lib/components/VColorPicker/VColorPickerSwatches.css +4 -0
  26. package/lib/components/VColorPicker/VColorPickerSwatches.js +10 -2
  27. package/lib/components/VColorPicker/VColorPickerSwatches.js.map +1 -1
  28. package/lib/components/VColorPicker/VColorPickerSwatches.sass +4 -0
  29. package/lib/components/VDatePicker/VDatePickerControls.css +0 -1
  30. package/lib/components/VDatePicker/VDatePickerControls.sass +0 -1
  31. package/lib/entry-bundler.js +1 -1
  32. package/lib/framework.d.ts +64 -64
  33. package/lib/framework.js +1 -1
  34. package/package.json +1 -1
@@ -146052,51 +146052,42 @@ declare module 'vue' {
146052
146052
  $children?: VNodeChild
146053
146053
  }
146054
146054
  export interface GlobalComponents {
146055
- VAlert: VAlert
146056
- VAlertTitle: VAlertTitle
146057
146055
  VApp: VApp
146058
146056
  VAutocomplete: VAutocomplete
146059
146057
  VBanner: VBanner
146060
146058
  VBannerActions: VBannerActions
146061
146059
  VBannerText: VBannerText
146060
+ VAlert: VAlert
146061
+ VAlertTitle: VAlertTitle
146062
146062
  VAvatar: VAvatar
146063
- VAppBar: VAppBar
146064
- VAppBarNavIcon: VAppBarNavIcon
146065
- VAppBarTitle: VAppBarTitle
146066
146063
  VBadge: VBadge
146067
146064
  VBottomNavigation: VBottomNavigation
146068
- VBottomSheet: VBottomSheet
146065
+ VBtn: VBtn
146069
146066
  VBreadcrumbs: VBreadcrumbs
146070
146067
  VBreadcrumbsItem: VBreadcrumbsItem
146071
146068
  VBreadcrumbsDivider: VBreadcrumbsDivider
146072
- VBtn: VBtn
146073
- VBtnToggle: VBtnToggle
146069
+ VAppBar: VAppBar
146070
+ VAppBarNavIcon: VAppBarNavIcon
146071
+ VAppBarTitle: VAppBarTitle
146072
+ VBottomSheet: VBottomSheet
146073
+ VBtnGroup: VBtnGroup
146074
146074
  VCard: VCard
146075
146075
  VCardActions: VCardActions
146076
146076
  VCardItem: VCardItem
146077
146077
  VCardSubtitle: VCardSubtitle
146078
146078
  VCardText: VCardText
146079
146079
  VCardTitle: VCardTitle
146080
+ VBtnToggle: VBtnToggle
146081
+ VCarousel: VCarousel
146082
+ VCarouselItem: VCarouselItem
146080
146083
  VCalendar: VCalendar
146081
- VBtnGroup: VBtnGroup
146082
146084
  VCheckbox: VCheckbox
146083
146085
  VCheckboxBtn: VCheckboxBtn
146084
- VCode: VCode
146085
- VCarousel: VCarousel
146086
- VCarouselItem: VCarouselItem
146087
- VChipGroup: VChipGroup
146088
146086
  VChip: VChip
146089
- VCombobox: VCombobox
146087
+ VChipGroup: VChipGroup
146088
+ VCode: VCode
146090
146089
  VColorPicker: VColorPicker
146091
- VDivider: VDivider
146092
146090
  VCounter: VCounter
146093
- VDataTable: VDataTable
146094
- VDataTableHeaders: VDataTableHeaders
146095
- VDataTableFooter: VDataTableFooter
146096
- VDataTableRows: VDataTableRows
146097
- VDataTableRow: VDataTableRow
146098
- VDataTableVirtual: VDataTableVirtual
146099
- VDataTableServer: VDataTableServer
146100
146091
  VDatePicker: VDatePicker
146101
146092
  VDatePickerControls: VDatePickerControls
146102
146093
  VDatePickerHeader: VDatePickerHeader
@@ -146104,30 +146095,37 @@ declare module 'vue' {
146104
146095
  VDatePickerMonths: VDatePickerMonths
146105
146096
  VDatePickerYears: VDatePickerYears
146106
146097
  VDialog: VDialog
146098
+ VDataTable: VDataTable
146099
+ VDataTableHeaders: VDataTableHeaders
146100
+ VDataTableFooter: VDataTableFooter
146101
+ VDataTableRows: VDataTableRows
146102
+ VDataTableRow: VDataTableRow
146103
+ VDataTableVirtual: VDataTableVirtual
146104
+ VDataTableServer: VDataTableServer
146105
+ VCombobox: VCombobox
146106
+ VEmptyState: VEmptyState
146107
+ VFab: VFab
146108
+ VDivider: VDivider
146109
+ VFileInput: VFileInput
146107
146110
  VField: VField
146108
146111
  VFieldLabel: VFieldLabel
146109
- VEmptyState: VEmptyState
146110
146112
  VExpansionPanels: VExpansionPanels
146111
146113
  VExpansionPanel: VExpansionPanel
146112
146114
  VExpansionPanelText: VExpansionPanelText
146113
146115
  VExpansionPanelTitle: VExpansionPanelTitle
146114
- VFab: VFab
146115
146116
  VFooter: VFooter
146116
- VFileInput: VFileInput
146117
- VImg: VImg
146118
- VHotkey: VHotkey
146119
146117
  VIcon: VIcon
146120
146118
  VComponentIcon: VComponentIcon
146121
146119
  VSvgIcon: VSvgIcon
146122
146120
  VLigatureIcon: VLigatureIcon
146123
146121
  VClassIcon: VClassIcon
146122
+ VHotkey: VHotkey
146123
+ VImg: VImg
146124
+ VInfiniteScroll: VInfiniteScroll
146124
146125
  VInput: VInput
146125
- VKbd: VKbd
146126
146126
  VItemGroup: VItemGroup
146127
146127
  VItem: VItem
146128
- VLabel: VLabel
146129
- VMain: VMain
146130
- VInfiniteScroll: VInfiniteScroll
146128
+ VKbd: VKbd
146131
146129
  VList: VList
146132
146130
  VListGroup: VListGroup
146133
146131
  VListImg: VListImg
@@ -146137,63 +146135,65 @@ declare module 'vue' {
146137
146135
  VListItemSubtitle: VListItemSubtitle
146138
146136
  VListItemTitle: VListItemTitle
146139
146137
  VListSubheader: VListSubheader
146140
- VMenu: VMenu
146141
146138
  VMessages: VMessages
146139
+ VLabel: VLabel
146140
+ VMain: VMain
146141
+ VMenu: VMenu
146142
146142
  VNavigationDrawer: VNavigationDrawer
146143
146143
  VNumberInput: VNumberInput
146144
- VOverlay: VOverlay
146144
+ VProgressCircular: VProgressCircular
146145
146145
  VOtpInput: VOtpInput
146146
- VProgressLinear: VProgressLinear
146147
146146
  VPagination: VPagination
146148
- VSelect: VSelect
146149
- VProgressCircular: VProgressCircular
146147
+ VOverlay: VOverlay
146148
+ VProgressLinear: VProgressLinear
146150
146149
  VRadioGroup: VRadioGroup
146151
- VSelectionControlGroup: VSelectionControlGroup
146150
+ VRating: VRating
146152
146151
  VSelectionControl: VSelectionControl
146152
+ VSelect: VSelect
146153
+ VSelectionControlGroup: VSelectionControlGroup
146154
+ VSkeletonLoader: VSkeletonLoader
146153
146155
  VSlideGroup: VSlideGroup
146154
146156
  VSlideGroupItem: VSlideGroupItem
146155
- VRating: VRating
146156
146157
  VSheet: VSheet
146157
- VSkeletonLoader: VSkeletonLoader
146158
- VSlider: VSlider
146159
- VStepper: VStepper
146160
- VStepperActions: VStepperActions
146161
- VStepperHeader: VStepperHeader
146162
- VStepperItem: VStepperItem
146163
- VStepperWindow: VStepperWindow
146164
- VStepperWindowItem: VStepperWindowItem
146165
146158
  VSystemBar: VSystemBar
146166
- VSnackbar: VSnackbar
146167
- VSwitch: VSwitch
146168
- VTextarea: VTextarea
146159
+ VSlider: VSlider
146169
146160
  VTab: VTab
146170
146161
  VTabs: VTabs
146171
146162
  VTabsWindow: VTabsWindow
146172
146163
  VTabsWindowItem: VTabsWindowItem
146164
+ VTextarea: VTextarea
146165
+ VSnackbar: VSnackbar
146173
146166
  VTextField: VTextField
146174
146167
  VTable: VTable
146175
- VTreeview: VTreeview
146176
- VTreeviewItem: VTreeviewItem
146177
- VTreeviewGroup: VTreeviewGroup
146178
- VTimePicker: VTimePicker
146179
- VTimePickerClock: VTimePickerClock
146180
- VTimePickerControls: VTimePickerControls
146168
+ VTimeline: VTimeline
146169
+ VTimelineItem: VTimelineItem
146170
+ VSwitch: VSwitch
146171
+ VStepper: VStepper
146172
+ VStepperActions: VStepperActions
146173
+ VStepperHeader: VStepperHeader
146174
+ VStepperItem: VStepperItem
146175
+ VStepperWindow: VStepperWindow
146176
+ VStepperWindowItem: VStepperWindowItem
146181
146177
  VToolbar: VToolbar
146182
146178
  VToolbarTitle: VToolbarTitle
146183
146179
  VToolbarItems: VToolbarItems
146184
146180
  VTooltip: VTooltip
146185
- VTimeline: VTimeline
146186
- VTimelineItem: VTimelineItem
146181
+ VTimePicker: VTimePicker
146182
+ VTimePickerClock: VTimePickerClock
146183
+ VTimePickerControls: VTimePickerControls
146187
146184
  VWindow: VWindow
146188
146185
  VWindowItem: VWindowItem
146189
- VConfirmEdit: VConfirmEdit
146186
+ VTreeview: VTreeview
146187
+ VTreeviewItem: VTreeviewItem
146188
+ VTreeviewGroup: VTreeviewGroup
146190
146189
  VDataIterator: VDataIterator
146190
+ VConfirmEdit: VConfirmEdit
146191
146191
  VDefaultsProvider: VDefaultsProvider
146192
+ VForm: VForm
146192
146193
  VContainer: VContainer
146193
146194
  VCol: VCol
146194
146195
  VRow: VRow
146195
146196
  VSpacer: VSpacer
146196
- VForm: VForm
146197
146197
  VHover: VHover
146198
146198
  VLazy: VLazy
146199
146199
  VLocaleProvider: VLocaleProvider
@@ -146201,12 +146201,12 @@ declare module 'vue' {
146201
146201
  VLayoutItem: VLayoutItem
146202
146202
  VNoSsr: VNoSsr
146203
146203
  VParallax: VParallax
146204
- VRangeSlider: VRangeSlider
146205
146204
  VRadio: VRadio
146205
+ VRangeSlider: VRangeSlider
146206
146206
  VResponsive: VResponsive
146207
146207
  VSnackbarQueue: VSnackbarQueue
146208
- VSparkline: VSparkline
146209
146208
  VSpeedDial: VSpeedDial
146209
+ VSparkline: VSparkline
146210
146210
  VThemeProvider: VThemeProvider
146211
146211
  VValidation: VValidation
146212
146212
  VFabTransition: VFabTransition
@@ -146226,18 +146226,18 @@ declare module 'vue' {
146226
146226
  VExpandXTransition: VExpandXTransition
146227
146227
  VDialogTransition: VDialogTransition
146228
146228
  VVirtualScroll: VVirtualScroll
146229
- VColorInput: VColorInput
146230
146229
  VFileUpload: VFileUpload
146231
146230
  VFileUploadItem: VFileUploadItem
146232
146231
  VIconBtn: VIconBtn
146232
+ VColorInput: VColorInput
146233
146233
  VPie: VPie
146234
146234
  VPieSegment: VPieSegment
146235
146235
  VPieTooltip: VPieTooltip
146236
- VPicker: VPicker
146237
- VPickerTitle: VPickerTitle
146238
146236
  VStepperVertical: VStepperVertical
146239
146237
  VStepperVerticalItem: VStepperVerticalItem
146240
146238
  VStepperVerticalActions: VStepperVerticalActions
146239
+ VPicker: VPicker
146240
+ VPickerTitle: VPickerTitle
146241
146241
  VVideo: VVideo
146242
146242
  VVideoControls: VVideoControls
146243
146243
  VVideoVolume: VVideoVolume
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.11.5
2
+ * Vuetify v3.11.6
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17310,7 +17310,7 @@ function useCalendarWithIntervals(props) {
17310
17310
  return minutes / parsedIntervalMinutes.value * parsedIntervalHeight.value;
17311
17311
  }
17312
17312
  function timeToY(time) {
17313
- let targetDateOrClamp = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;
17313
+ let targetDateOrClamp = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;
17314
17314
  const clamp = targetDateOrClamp !== false;
17315
17315
  const targetDate = typeof targetDateOrClamp !== 'boolean' ? targetDateOrClamp : undefined;
17316
17316
  let y = timeDelta(time, targetDate);
@@ -17319,10 +17319,15 @@ function useCalendarWithIntervals(props) {
17319
17319
  if (clamp) {
17320
17320
  if (y < 0) {
17321
17321
  y = 0;
17322
- }
17323
- if (y > bodyHeight.value) {
17322
+ } else if (y > bodyHeight.value) {
17324
17323
  y = bodyHeight.value;
17325
17324
  }
17325
+ } else {
17326
+ if (y < 0) {
17327
+ y = y + bodyHeight.value;
17328
+ } else if (y > bodyHeight.value) {
17329
+ y = y - bodyHeight.value;
17330
+ }
17326
17331
  }
17327
17332
  return y;
17328
17333
  }
@@ -17335,9 +17340,7 @@ function useCalendarWithIntervals(props) {
17335
17340
  if (targetDate && typeof time === 'object' && 'day' in time) {
17336
17341
  const a = getDayIdentifier(time);
17337
17342
  const b = getDayIdentifier(targetDate);
17338
- if (a > b) {
17339
- minutes += (a - b) * gap;
17340
- }
17343
+ minutes += (a - b) * gap;
17341
17344
  }
17342
17345
  const min = firstMinute.value;
17343
17346
  return (minutes - min) / gap;
@@ -22164,6 +22167,12 @@ const VColorPickerSwatches = defineComponent({
22164
22167
  let {
22165
22168
  emit
22166
22169
  } = _ref;
22170
+ function onSwatchClick(hsva) {
22171
+ if (props.disabled || !hsva) {
22172
+ return;
22173
+ }
22174
+ emit('update:color', hsva);
22175
+ }
22167
22176
  useRender(() => createElementVNode("div", {
22168
22177
  "class": normalizeClass(['v-color-picker-swatches', props.class]),
22169
22178
  "style": normalizeStyle([{
@@ -22176,8 +22185,10 @@ const VColorPickerSwatches = defineComponent({
22176
22185
  const hsva = RGBtoHSV(rgba);
22177
22186
  const background = RGBtoCSS(rgba);
22178
22187
  return createElementVNode("div", {
22179
- "class": "v-color-picker-swatches__color",
22180
- "onClick": () => hsva && emit('update:color', hsva)
22188
+ "class": normalizeClass(['v-color-picker-swatches__color', {
22189
+ 'v-color-picker-swatches__color--disabled': props.disabled
22190
+ }]),
22191
+ "onClick": () => onSwatchClick(hsva)
22181
22192
  }, [createElementVNode("div", {
22182
22193
  "style": {
22183
22194
  background
@@ -39244,7 +39255,7 @@ function createVuetify$1() {
39244
39255
  };
39245
39256
  });
39246
39257
  }
39247
- const version$1 = "3.11.5";
39258
+ const version$1 = "3.11.6";
39248
39259
  createVuetify$1.version = version$1;
39249
39260
 
39250
39261
  // Vue's inject() can only be used in setup
@@ -39547,7 +39558,7 @@ var index = /*#__PURE__*/Object.freeze({
39547
39558
 
39548
39559
  /* eslint-disable local-rules/sort-imports */
39549
39560
 
39550
- const version = "3.11.5";
39561
+ const version = "3.11.6";
39551
39562
 
39552
39563
  /* eslint-disable local-rules/sort-imports */
39553
39564