@vuetify/nightly 3.8.7-master.2025-05-31 → 3.8.7-master.2025-06-03
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 +3132 -3132
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +118 -118
- package/dist/json/web-types.json +5875 -5875
- package/dist/vuetify-labs.cjs +90 -80
- package/dist/vuetify-labs.css +3328 -3322
- package/dist/vuetify-labs.d.ts +42 -42
- package/dist/vuetify-labs.esm.js +90 -80
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +90 -80
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +84 -74
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4505 -4499
- package/dist/vuetify.d.ts +42 -42
- package/dist/vuetify.esm.js +84 -74
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +84 -74
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +265 -265
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.css +6 -6
- package/lib/components/VAutocomplete/VAutocomplete.sass +3 -9
- package/lib/components/VCarousel/VCarousel.js +3 -3
- package/lib/components/VCarousel/VCarousel.js.map +1 -1
- package/lib/components/VChip/VChip.js +1 -0
- package/lib/components/VChip/VChip.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerPreview.js +3 -3
- package/lib/components/VColorPicker/VColorPickerPreview.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.js +3 -3
- package/lib/components/VColorPicker/VColorPickerSwatches.js.map +1 -1
- package/lib/components/VCombobox/VCombobox.css +6 -6
- package/lib/components/VCombobox/VCombobox.sass +3 -9
- package/lib/components/VDataTable/VDataTableColumn.js +3 -3
- package/lib/components/VDataTable/VDataTableColumn.js.map +1 -1
- package/lib/components/VDataTable/VDataTableGroupHeaderRow.js +3 -3
- package/lib/components/VDataTable/VDataTableGroupHeaderRow.js.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.js +7 -7
- package/lib/components/VDataTable/VDataTableVirtual.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerControls.js +4 -4
- package/lib/components/VDatePicker/VDatePickerControls.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.js +3 -3
- package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonths.js +3 -3
- package/lib/components/VDatePicker/VDatePickerMonths.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.js +3 -3
- package/lib/components/VDatePicker/VDatePickerYears.js.map +1 -1
- package/lib/components/VEmptyState/VEmptyState.js +3 -3
- package/lib/components/VEmptyState/VEmptyState.js.map +1 -1
- package/lib/components/VImg/VImg.js +7 -7
- package/lib/components/VImg/VImg.js.map +1 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.js +3 -3
- package/lib/components/VInfiniteScroll/VInfiniteScroll.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +2 -2
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/components/VProgressCircular/VProgressCircular.js +2 -2
- package/lib/components/VProgressCircular/VProgressCircular.js.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.js +3 -3
- package/lib/components/VProgressLinear/VProgressLinear.js.map +1 -1
- package/lib/components/VSelect/VSelect.css +6 -0
- package/lib/components/VSelect/VSelect.sass +3 -0
- package/lib/components/VSelect/_mixins.scss +14 -0
- package/lib/components/VSelectionControl/VSelectionControl.js +2 -2
- package/lib/components/VSelectionControl/VSelectionControl.js.map +1 -1
- package/lib/components/VSlider/VSliderThumb.js +16 -10
- package/lib/components/VSlider/VSliderThumb.js.map +1 -1
- package/lib/components/VSlider/VSliderTrack.js +6 -6
- package/lib/components/VSlider/VSliderTrack.js.map +1 -1
- package/lib/components/VSlider/slider.js +4 -1
- package/lib/components/VSlider/slider.js.map +1 -1
- package/lib/components/VTable/VTable.js +3 -3
- package/lib/components/VTable/VTable.js.map +1 -1
- package/lib/components/VToolbar/VToolbar.js +5 -5
- package/lib/components/VToolbar/VToolbar.js.map +1 -1
- package/lib/components/VVirtualScroll/VVirtualScroll.js +7 -7
- package/lib/components/VVirtualScroll/VVirtualScroll.js.map +1 -1
- package/lib/components/VWindow/VWindow.js +3 -3
- package/lib/components/VWindow/VWindow.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +42 -42
- package/lib/framework.js +1 -1
- package/lib/labs/VPullToRefresh/VPullToRefresh.js +7 -7
- package/lib/labs/VPullToRefresh/VPullToRefresh.js.map +1 -1
- package/package.json +2 -2
package/dist/vuetify-labs.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.8.7-master.2025-
|
2
|
+
* Vuetify v3.8.7-master.2025-06-03
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -3548,9 +3548,9 @@ const VImg = genericComponent()({
|
|
3548
3548
|
if (!normalisedSrc.value.src || state.value === 'idle') return null;
|
3549
3549
|
const img = createElementVNode("img", {
|
3550
3550
|
"class": normalizeClass(['v-img__img', containClasses.value]),
|
3551
|
-
"style":
|
3551
|
+
"style": {
|
3552
3552
|
objectPosition: props.position
|
3553
|
-
}
|
3553
|
+
},
|
3554
3554
|
"crossorigin": props.crossorigin,
|
3555
3555
|
"src": normalisedSrc.value.src,
|
3556
3556
|
"srcset": normalisedSrc.value.srcset,
|
@@ -3577,9 +3577,9 @@ const VImg = genericComponent()({
|
|
3577
3577
|
}, {
|
3578
3578
|
default: () => [normalisedSrc.value.lazySrc && state.value !== 'loaded' && createElementVNode("img", {
|
3579
3579
|
"class": normalizeClass(['v-img__img', 'v-img__img--preload', containClasses.value]),
|
3580
|
-
"style":
|
3580
|
+
"style": {
|
3581
3581
|
objectPosition: props.position
|
3582
|
-
}
|
3582
|
+
},
|
3583
3583
|
"crossorigin": props.crossorigin,
|
3584
3584
|
"src": normalisedSrc.value.lazySrc,
|
3585
3585
|
"alt": props.alt,
|
@@ -3613,9 +3613,9 @@ const VImg = genericComponent()({
|
|
3613
3613
|
if (!props.gradient) return null;
|
3614
3614
|
return createElementVNode("div", {
|
3615
3615
|
"class": "v-img__gradient",
|
3616
|
-
"style":
|
3616
|
+
"style": {
|
3617
3617
|
backgroundImage: `linear-gradient(${props.gradient})`
|
3618
|
-
}
|
3618
|
+
}
|
3619
3619
|
}, null);
|
3620
3620
|
};
|
3621
3621
|
const isBooted = shallowRef(false);
|
@@ -3826,9 +3826,9 @@ const VToolbar = genericComponent()({
|
|
3826
3826
|
}, {
|
3827
3827
|
default: () => [createElementVNode("div", {
|
3828
3828
|
"class": "v-toolbar__content",
|
3829
|
-
"style":
|
3829
|
+
"style": {
|
3830
3830
|
height: convertToUnit(contentHeight.value)
|
3831
|
-
}
|
3831
|
+
}
|
3832
3832
|
}, [slots.prepend && createElementVNode("div", {
|
3833
3833
|
"class": "v-toolbar__prepend"
|
3834
3834
|
}, [slots.prepend?.()]), hasTitle && createVNode(VToolbarTitle, {
|
@@ -3849,9 +3849,9 @@ const VToolbar = genericComponent()({
|
|
3849
3849
|
default: () => [createVNode(VExpandTransition, null, {
|
3850
3850
|
default: () => [isExtended.value && createElementVNode("div", {
|
3851
3851
|
"class": "v-toolbar__extension",
|
3852
|
-
"style":
|
3852
|
+
"style": {
|
3853
3853
|
height: convertToUnit(extensionHeight.value)
|
3854
|
-
}
|
3854
|
+
}
|
3855
3855
|
}, [extension])]
|
3856
3856
|
})]
|
3857
3857
|
})]
|
@@ -4924,9 +4924,9 @@ const VProgressCircular = genericComponent()({
|
|
4924
4924
|
"aria-valuenow": props.indeterminate ? undefined : normalizedValue.value
|
4925
4925
|
}, {
|
4926
4926
|
default: () => [createElementVNode("svg", {
|
4927
|
-
"style":
|
4927
|
+
"style": {
|
4928
4928
|
transform: `rotate(calc(-90deg + ${Number(props.rotate)}deg))`
|
4929
|
-
}
|
4929
|
+
},
|
4930
4930
|
"xmlns": "http://www.w3.org/2000/svg",
|
4931
4931
|
"viewBox": `0 0 ${diameter.value} ${diameter.value}`
|
4932
4932
|
}, [createElementVNode("circle", {
|
@@ -5147,7 +5147,7 @@ const VProgressLinear = genericComponent()({
|
|
5147
5147
|
default: () => [props.stream && createElementVNode("div", {
|
5148
5148
|
"key": "stream",
|
5149
5149
|
"class": normalizeClass(['v-progress-linear__stream', textColorClasses.value]),
|
5150
|
-
"style":
|
5150
|
+
"style": {
|
5151
5151
|
...textColorStyles.value,
|
5152
5152
|
[isReversed.value ? 'left' : 'right']: convertToUnit(-height.value),
|
5153
5153
|
borderTop: `${convertToUnit(height.value / 2)} dotted`,
|
@@ -5155,7 +5155,7 @@ const VProgressLinear = genericComponent()({
|
|
5155
5155
|
top: `calc(50% - ${convertToUnit(height.value / 4)})`,
|
5156
5156
|
width: convertToUnit(100 - normalizedBuffer.value, '%'),
|
5157
5157
|
'--v-progress-linear-stream-to': convertToUnit(height.value * (isReversed.value ? 1 : -1))
|
5158
|
-
}
|
5158
|
+
}
|
5159
5159
|
}, null), createElementVNode("div", {
|
5160
5160
|
"class": normalizeClass(['v-progress-linear__background', !isForcedColorsModeActive ? backgroundColorClasses.value : undefined]),
|
5161
5161
|
"style": normalizeStyle([backgroundColorStyles.value, {
|
@@ -6463,7 +6463,7 @@ const VSelectionControl = genericComponent()({
|
|
6463
6463
|
backgroundColorClasses,
|
6464
6464
|
backgroundColorStyles
|
6465
6465
|
}), withDirectives(createElementVNode("div", {
|
6466
|
-
"class": ['v-selection-control__input']
|
6466
|
+
"class": normalizeClass(['v-selection-control__input'])
|
6467
6467
|
}, [slots.input?.({
|
6468
6468
|
model,
|
6469
6469
|
textColorClasses,
|
@@ -8096,6 +8096,7 @@ const VChip = genericComponent()({
|
|
8096
8096
|
const isClickable = computed(() => !props.disabled && props.link !== false && (!!group || props.link || link.isClickable.value));
|
8097
8097
|
const closeProps = toRef(() => ({
|
8098
8098
|
'aria-label': t(props.closeLabel),
|
8099
|
+
disabled: props.disabled,
|
8099
8100
|
onClick(e) {
|
8100
8101
|
e.preventDefault();
|
8101
8102
|
e.stopPropagation();
|
@@ -12610,14 +12611,14 @@ const VVirtualScroll = genericComponent()({
|
|
12610
12611
|
return props.renderless ? createElementVNode(Fragment, null, [createElementVNode("div", {
|
12611
12612
|
"ref": markerRef,
|
12612
12613
|
"class": "v-virtual-scroll__spacer",
|
12613
|
-
"style":
|
12614
|
+
"style": {
|
12614
12615
|
paddingTop: convertToUnit(paddingTop.value)
|
12615
|
-
}
|
12616
|
+
}
|
12616
12617
|
}, null), children, createElementVNode("div", {
|
12617
12618
|
"class": "v-virtual-scroll__spacer",
|
12618
|
-
"style":
|
12619
|
+
"style": {
|
12619
12620
|
paddingBottom: convertToUnit(paddingBottom.value)
|
12620
|
-
}
|
12621
|
+
}
|
12621
12622
|
}, null)]) : createElementVNode("div", {
|
12622
12623
|
"ref": containerRef,
|
12623
12624
|
"class": normalizeClass(['v-virtual-scroll', props.class]),
|
@@ -12627,10 +12628,10 @@ const VVirtualScroll = genericComponent()({
|
|
12627
12628
|
}, [createElementVNode("div", {
|
12628
12629
|
"ref": markerRef,
|
12629
12630
|
"class": "v-virtual-scroll__container",
|
12630
|
-
"style":
|
12631
|
+
"style": {
|
12631
12632
|
paddingTop: convertToUnit(paddingTop.value),
|
12632
12633
|
paddingBottom: convertToUnit(paddingBottom.value)
|
12633
|
-
}
|
12634
|
+
}
|
12634
12635
|
}, [children])]);
|
12635
12636
|
});
|
12636
12637
|
return {
|
@@ -15064,9 +15065,9 @@ const VWindow = genericComponent()({
|
|
15064
15065
|
}, {
|
15065
15066
|
default: () => [createElementVNode("div", {
|
15066
15067
|
"class": "v-window__container",
|
15067
|
-
"style":
|
15068
|
+
"style": {
|
15068
15069
|
height: transitionHeight.value
|
15069
|
-
}
|
15070
|
+
}
|
15070
15071
|
}, [slots.default?.({
|
15071
15072
|
group
|
15072
15073
|
}), props.showArrows !== false && createElementVNode("div", {
|
@@ -15161,10 +15162,10 @@ const VCarousel = genericComponent()({
|
|
15161
15162
|
} = _ref2;
|
15162
15163
|
return createElementVNode(Fragment, null, [!props.hideDelimiters && createElementVNode("div", {
|
15163
15164
|
"class": "v-carousel__controls",
|
15164
|
-
"style":
|
15165
|
+
"style": {
|
15165
15166
|
left: props.verticalDelimiters === 'left' && props.verticalDelimiters ? 0 : 'auto',
|
15166
15167
|
right: props.verticalDelimiters === 'right' ? 0 : 'auto'
|
15167
|
-
}
|
15168
|
+
}
|
15168
15169
|
}, [group.items.value.length > 0 && createVNode(VDefaultsProvider, {
|
15169
15170
|
"defaults": {
|
15170
15171
|
VBtn: {
|
@@ -15884,7 +15885,10 @@ const useSteps = props => {
|
|
15884
15885
|
if (step.value <= 0) return value;
|
15885
15886
|
const clamped = clamp(value, min.value, max.value);
|
15886
15887
|
const offset = min.value % step.value;
|
15887
|
-
|
15888
|
+
let newValue = Math.round((clamped - offset) / step.value) * step.value + offset;
|
15889
|
+
if (clamped > newValue && newValue + step.value > max.value) {
|
15890
|
+
newValue = max.value;
|
15891
|
+
}
|
15888
15892
|
return parseFloat(Math.min(newValue, max.value).toFixed(decimals.value));
|
15889
15893
|
}
|
15890
15894
|
return {
|
@@ -16140,6 +16144,8 @@ const VSliderThumb = genericComponent()({
|
|
16140
16144
|
} = useRtl();
|
16141
16145
|
if (!slider) throw new Error('[Vuetify] v-slider-thumb must be used inside v-slider or v-range-slider');
|
16142
16146
|
const {
|
16147
|
+
min,
|
16148
|
+
max,
|
16143
16149
|
thumbColor,
|
16144
16150
|
step,
|
16145
16151
|
disabled,
|
@@ -16180,16 +16186,20 @@ const VSliderThumb = genericComponent()({
|
|
16180
16186
|
if (!relevantKeys.includes(e.key)) return;
|
16181
16187
|
e.preventDefault();
|
16182
16188
|
const _step = step.value || 0.1;
|
16183
|
-
const steps = (
|
16189
|
+
const steps = (max.value - min.value) / _step;
|
16184
16190
|
if ([left, right, down, up].includes(e.key)) {
|
16185
16191
|
const increase = vertical.value ? [isRtl.value ? left : right, isReversed.value ? down : up] : indexFromEnd.value !== isRtl.value ? [left, up] : [right, up];
|
16186
16192
|
const direction = increase.includes(e.key) ? 1 : -1;
|
16187
16193
|
const multiplier = e.shiftKey ? 2 : e.ctrlKey ? 1 : 0;
|
16188
|
-
|
16194
|
+
if (direction === -1 && value === max.value && !multiplier && !Number.isInteger(steps)) {
|
16195
|
+
value = value - steps % 1 * _step;
|
16196
|
+
} else {
|
16197
|
+
value = value + direction * _step * multipliers.value[multiplier];
|
16198
|
+
}
|
16189
16199
|
} else if (e.key === home) {
|
16190
|
-
value =
|
16200
|
+
value = min.value;
|
16191
16201
|
} else if (e.key === end) {
|
16192
|
-
value =
|
16202
|
+
value = max.value;
|
16193
16203
|
} else {
|
16194
16204
|
const direction = e.key === pagedown ? 1 : -1;
|
16195
16205
|
value = value - direction * _step * (steps > 100 ? steps / 10 : 10);
|
@@ -16214,17 +16224,17 @@ const VSliderThumb = genericComponent()({
|
|
16214
16224
|
"role": "slider",
|
16215
16225
|
"tabindex": disabled.value ? -1 : 0,
|
16216
16226
|
"aria-label": props.name,
|
16217
|
-
"aria-valuemin":
|
16218
|
-
"aria-valuemax":
|
16227
|
+
"aria-valuemin": min.value,
|
16228
|
+
"aria-valuemax": max.value,
|
16219
16229
|
"aria-valuenow": props.modelValue,
|
16220
16230
|
"aria-readonly": !!readonly.value,
|
16221
16231
|
"aria-orientation": direction.value,
|
16222
16232
|
"onKeydown": !readonly.value ? onKeydown : undefined
|
16223
16233
|
}, [createElementVNode("div", {
|
16224
16234
|
"class": normalizeClass(['v-slider-thumb__surface', textColorClasses.value, elevationClasses.value]),
|
16225
|
-
"style":
|
16235
|
+
"style": {
|
16226
16236
|
...textColorStyles.value
|
16227
|
-
}
|
16237
|
+
}
|
16228
16238
|
}, null), withDirectives(createElementVNode("div", {
|
16229
16239
|
"class": normalizeClass(['v-slider-thumb__ripple', textColorClasses.value]),
|
16230
16240
|
"style": normalizeStyle(textColorStyles.value)
|
@@ -16237,7 +16247,7 @@ const VSliderThumb = genericComponent()({
|
|
16237
16247
|
default: () => [withDirectives(createElementVNode("div", {
|
16238
16248
|
"class": "v-slider-thumb__label-container"
|
16239
16249
|
}, [createElementVNode("div", {
|
16240
|
-
"class": ['v-slider-thumb__label']
|
16250
|
+
"class": normalizeClass(['v-slider-thumb__label'])
|
16241
16251
|
}, [createElementVNode("div", null, [slots['thumb-label']?.({
|
16242
16252
|
modelValue: props.modelValue
|
16243
16253
|
}) ?? props.modelValue.toFixed(step.value ? decimals.value : 1)])])]), [[vShow, thumbLabel.value && props.focused || thumbLabel.value === 'always']])]
|
@@ -16322,9 +16332,9 @@ const VSliderTrack = genericComponent()({
|
|
16322
16332
|
'v-slider-track__tick--first': tick.value === min.value,
|
16323
16333
|
'v-slider-track__tick--last': tick.value === max.value
|
16324
16334
|
}]),
|
16325
|
-
"style":
|
16335
|
+
"style": {
|
16326
16336
|
[startDir.value]: directionValue
|
16327
|
-
}
|
16337
|
+
}
|
16328
16338
|
}, [(tick.label || slots['tick-label']) && createElementVNode("div", {
|
16329
16339
|
"class": "v-slider-track__tick-label"
|
16330
16340
|
}, [slots['tick-label']?.({
|
@@ -16344,16 +16354,16 @@ const VSliderTrack = genericComponent()({
|
|
16344
16354
|
"class": normalizeClass(['v-slider-track__background', trackColorClasses.value, {
|
16345
16355
|
'v-slider-track__background--opacity': !!color.value || !trackFillColor.value
|
16346
16356
|
}]),
|
16347
|
-
"style":
|
16357
|
+
"style": {
|
16348
16358
|
...backgroundStyles.value,
|
16349
16359
|
...trackColorStyles.value
|
16350
|
-
}
|
16360
|
+
}
|
16351
16361
|
}, null), createElementVNode("div", {
|
16352
16362
|
"class": normalizeClass(['v-slider-track__fill', trackFillColorClasses.value]),
|
16353
|
-
"style":
|
16363
|
+
"style": {
|
16354
16364
|
...trackFillStyles.value,
|
16355
16365
|
...trackFillColorStyles.value
|
16356
|
-
}
|
16366
|
+
}
|
16357
16367
|
}, null), showTicks.value && createElementVNode("div", {
|
16358
16368
|
"class": normalizeClass(['v-slider-track__ticks', {
|
16359
16369
|
'v-slider-track__ticks--always-show': showTicks.value === 'always'
|
@@ -16555,9 +16565,9 @@ const VColorPickerPreview = defineComponent({
|
|
16555
16565
|
}, null)]), createElementVNode("div", {
|
16556
16566
|
"class": "v-color-picker-preview__dot"
|
16557
16567
|
}, [createElementVNode("div", {
|
16558
|
-
"style":
|
16568
|
+
"style": {
|
16559
16569
|
background: HSVtoCSS(props.color ?? nullColor)
|
16560
|
-
}
|
16570
|
+
}
|
16561
16571
|
}, null)]), createElementVNode("div", {
|
16562
16572
|
"class": "v-color-picker-preview__sliders"
|
16563
16573
|
}, [createVNode(VSlider, {
|
@@ -16958,9 +16968,9 @@ const VColorPickerSwatches = defineComponent({
|
|
16958
16968
|
"class": "v-color-picker-swatches__color",
|
16959
16969
|
"onClick": () => hsva && emit('update:color', hsva)
|
16960
16970
|
}, [createElementVNode("div", {
|
16961
|
-
"style":
|
16971
|
+
"style": {
|
16962
16972
|
background
|
16963
|
-
}
|
16973
|
+
}
|
16964
16974
|
}, [props.color && deepEqual(props.color, hsva) ? createVNode(VIcon, {
|
16965
16975
|
"size": "x-small",
|
16966
16976
|
"icon": "$success",
|
@@ -19979,12 +19989,12 @@ const VDataTableColumn = defineFunctionalComponent({
|
|
19979
19989
|
'v-data-table-column--no-padding': props.noPadding,
|
19980
19990
|
'v-data-table-column--nowrap': props.nowrap
|
19981
19991
|
}, `v-data-table-column--align-${props.align}`]),
|
19982
|
-
"style":
|
19992
|
+
"style": {
|
19983
19993
|
height: convertToUnit(props.height),
|
19984
19994
|
width: convertToUnit(props.width),
|
19985
19995
|
maxWidth: convertToUnit(props.maxWidth),
|
19986
19996
|
left: convertToUnit(props.fixedOffset || null)
|
19987
|
-
}
|
19997
|
+
}
|
19988
19998
|
}, {
|
19989
19999
|
default: () => [slots.default?.()]
|
19990
20000
|
});
|
@@ -20509,9 +20519,9 @@ const VDataTableGroupHeaderRow = genericComponent()({
|
|
20509
20519
|
});
|
20510
20520
|
return () => createElementVNode("tr", {
|
20511
20521
|
"class": "v-data-table-group-header-row",
|
20512
|
-
"style":
|
20522
|
+
"style": {
|
20513
20523
|
'--v-data-table-group-header-row-depth': props.item.depth
|
20514
|
-
}
|
20524
|
+
}
|
20515
20525
|
}, [columns.value.map(column => {
|
20516
20526
|
if (column.key === 'data-table-group') {
|
20517
20527
|
const icon = isGroupOpen(props.item) ? '$expand' : '$next';
|
@@ -20859,9 +20869,9 @@ const VTable = genericComponent()({
|
|
20859
20869
|
}, {
|
20860
20870
|
default: () => [slots.top?.(), slots.default ? createElementVNode("div", {
|
20861
20871
|
"class": "v-table__wrapper",
|
20862
|
-
"style":
|
20872
|
+
"style": {
|
20863
20873
|
height: convertToUnit(props.height)
|
20864
|
-
}
|
20874
|
+
}
|
20865
20875
|
}, [createElementVNode("table", null, [slots.default()])]) : slots.wrapper?.(), slots.bottom?.()]
|
20866
20876
|
}));
|
20867
20877
|
return {};
|
@@ -21296,19 +21306,19 @@ const VDataTableVirtual = genericComponent()({
|
|
21296
21306
|
"onScrollPassive": handleScroll,
|
21297
21307
|
"onScrollend": handleScrollend,
|
21298
21308
|
"class": "v-table__wrapper",
|
21299
|
-
"style":
|
21309
|
+
"style": {
|
21300
21310
|
height: convertToUnit(props.height)
|
21301
|
-
}
|
21311
|
+
}
|
21302
21312
|
}, [createElementVNode("table", null, [slots.colgroup?.(slotProps.value), !props.hideDefaultHeader && createElementVNode("thead", {
|
21303
21313
|
"key": "thead"
|
21304
21314
|
}, [createVNode(VDataTableHeaders, dataTableHeadersProps, slots)]), slots.thead?.(slotProps.value), !props.hideDefaultBody && createElementVNode("tbody", {
|
21305
21315
|
"key": "tbody"
|
21306
21316
|
}, [createElementVNode("tr", {
|
21307
21317
|
"ref": markerRef,
|
21308
|
-
"style":
|
21318
|
+
"style": {
|
21309
21319
|
height: convertToUnit(paddingTop.value),
|
21310
21320
|
border: 0
|
21311
|
-
}
|
21321
|
+
}
|
21312
21322
|
}, [createElementVNode("td", {
|
21313
21323
|
"colspan": columns.value.length,
|
21314
21324
|
"style": {
|
@@ -21339,10 +21349,10 @@ const VDataTableVirtual = genericComponent()({
|
|
21339
21349
|
}
|
21340
21350
|
})
|
21341
21351
|
}), slots['body.append']?.(slotProps.value), createElementVNode("tr", {
|
21342
|
-
"style":
|
21352
|
+
"style": {
|
21343
21353
|
height: convertToUnit(paddingBottom.value),
|
21344
21354
|
border: 0
|
21345
|
-
}
|
21355
|
+
}
|
21346
21356
|
}, [createElementVNode("td", {
|
21347
21357
|
"colspan": columns.value.length,
|
21348
21358
|
"style": {
|
@@ -21880,10 +21890,10 @@ const VDatePickerControls = genericComponent()({
|
|
21880
21890
|
useRender(() => {
|
21881
21891
|
// TODO: add slot support and scope defaults
|
21882
21892
|
return createElementVNode("div", {
|
21883
|
-
"class": ['v-date-picker-controls'],
|
21884
|
-
"style":
|
21893
|
+
"class": normalizeClass(['v-date-picker-controls']),
|
21894
|
+
"style": {
|
21885
21895
|
'--v-date-picker-controls-height': convertToUnit(props.controlHeight)
|
21886
|
-
}
|
21896
|
+
}
|
21887
21897
|
}, [createVNode(VBtn, {
|
21888
21898
|
"class": "v-date-picker-controls__month-btn",
|
21889
21899
|
"data-testid": "month-btn",
|
@@ -22261,7 +22271,7 @@ const VDatePickerMonth = genericComponent()({
|
|
22261
22271
|
"key": "hide-week-days",
|
22262
22272
|
"class": "v-date-picker-month__day"
|
22263
22273
|
}, [createTextVNode("\xA0")]), weekNumbers.value.map(week => createElementVNode("div", {
|
22264
|
-
"class": ['v-date-picker-month__day', 'v-date-picker-month__day--adjacent']
|
22274
|
+
"class": normalizeClass(['v-date-picker-month__day', 'v-date-picker-month__day--adjacent'])
|
22265
22275
|
}, [week]))]), createVNode(MaybeTransition, {
|
22266
22276
|
"name": transition.value
|
22267
22277
|
}, {
|
@@ -22270,7 +22280,7 @@ const VDatePickerMonth = genericComponent()({
|
|
22270
22280
|
"key": daysInMonth.value[0].date?.toString(),
|
22271
22281
|
"class": "v-date-picker-month__days"
|
22272
22282
|
}, [!props.hideWeekdays && adapter.getWeekdays(props.firstDayOfWeek).map(weekDay => createElementVNode("div", {
|
22273
|
-
"class": ['v-date-picker-month__day', 'v-date-picker-month__weekday']
|
22283
|
+
"class": normalizeClass(['v-date-picker-month__day', 'v-date-picker-month__weekday'])
|
22274
22284
|
}, [weekDay])), daysInMonth.value.map((item, i) => {
|
22275
22285
|
const slotProps = {
|
22276
22286
|
props: {
|
@@ -22358,9 +22368,9 @@ const VDatePickerMonths = genericComponent()({
|
|
22358
22368
|
}
|
22359
22369
|
useRender(() => createElementVNode("div", {
|
22360
22370
|
"class": "v-date-picker-months",
|
22361
|
-
"style":
|
22371
|
+
"style": {
|
22362
22372
|
height: convertToUnit(props.height)
|
22363
|
-
}
|
22373
|
+
}
|
22364
22374
|
}, [createElementVNode("div", {
|
22365
22375
|
"class": "v-date-picker-months__content"
|
22366
22376
|
}, [months.value.map((month, i) => {
|
@@ -22460,9 +22470,9 @@ const VDatePickerYears = genericComponent()({
|
|
22460
22470
|
}
|
22461
22471
|
useRender(() => createElementVNode("div", {
|
22462
22472
|
"class": "v-date-picker-years",
|
22463
|
-
"style":
|
22473
|
+
"style": {
|
22464
22474
|
height: convertToUnit(props.height)
|
22465
|
-
}
|
22475
|
+
}
|
22466
22476
|
}, [createElementVNode("div", {
|
22467
22477
|
"class": "v-date-picker-years__content"
|
22468
22478
|
}, [years.value.map((year, i) => {
|
@@ -22906,9 +22916,9 @@ const VEmptyState = genericComponent()({
|
|
22906
22916
|
}, [slots.title?.() ?? props.title]), hasText && createElementVNode("div", {
|
22907
22917
|
"key": "text",
|
22908
22918
|
"class": "v-empty-state__text",
|
22909
|
-
"style":
|
22919
|
+
"style": {
|
22910
22920
|
maxWidth: convertToUnit(props.textWidth)
|
22911
|
-
}
|
22921
|
+
}
|
22912
22922
|
}, [slots.text?.() ?? props.text]), slots.default && createElementVNode("div", {
|
22913
22923
|
"key": "content",
|
22914
22924
|
"class": "v-empty-state__content"
|
@@ -23773,9 +23783,9 @@ const VInfiniteScrollIntersect = defineComponent({
|
|
23773
23783
|
});
|
23774
23784
|
useRender(() => createElementVNode("div", {
|
23775
23785
|
"class": "v-infinite-scroll-intersect",
|
23776
|
-
"style":
|
23786
|
+
"style": {
|
23777
23787
|
'--v-infinite-margin-size': props.rootMargin
|
23778
|
-
}
|
23788
|
+
},
|
23779
23789
|
"ref": intersectionRef
|
23780
23790
|
}, [createTextVNode("\xA0")]));
|
23781
23791
|
return {};
|
@@ -25386,7 +25396,7 @@ const VOtpInput = genericComponent()({
|
|
25386
25396
|
"aria-label": t(props.label, i + 1),
|
25387
25397
|
"autofocus": i === 0 && props.autofocus,
|
25388
25398
|
"autocomplete": "one-time-code",
|
25389
|
-
"class": ['v-otp-input__field'],
|
25399
|
+
"class": normalizeClass(['v-otp-input__field']),
|
25390
25400
|
"disabled": props.disabled,
|
25391
25401
|
"inputmode": props.type === 'number' ? 'numeric' : 'text',
|
25392
25402
|
"min": props.type === 'number' ? 0 : undefined,
|
@@ -30498,7 +30508,7 @@ const VPullToRefresh = genericComponent()({
|
|
30498
30508
|
});
|
30499
30509
|
useRender(() => {
|
30500
30510
|
return createElementVNode("div", {
|
30501
|
-
"class": ['v-pull-to-refresh'],
|
30511
|
+
"class": normalizeClass(['v-pull-to-refresh']),
|
30502
30512
|
"onTouchstart": onTouchstart,
|
30503
30513
|
"onTouchmove": onTouchmove,
|
30504
30514
|
"onTouchend": onTouchend,
|
@@ -30511,16 +30521,16 @@ const VPullToRefresh = genericComponent()({
|
|
30511
30521
|
"class": normalizeClass(['v-pull-to-refresh__pull-down', {
|
30512
30522
|
'v-pull-to-refresh__pull-down--touching': touching.value
|
30513
30523
|
}]),
|
30514
|
-
"style":
|
30524
|
+
"style": {
|
30515
30525
|
top: convertToUnit(-1 * props.pullDownThreshold + topOffset.value),
|
30516
30526
|
height: convertToUnit(props.pullDownThreshold)
|
30517
|
-
}
|
30527
|
+
}
|
30518
30528
|
}, [slots.pullDownPanel ? slots.pullDownPanel({
|
30519
30529
|
canRefresh: canRefresh.value,
|
30520
30530
|
goingUp: goingUp.value,
|
30521
30531
|
refreshing: refreshing.value
|
30522
30532
|
}) : createElementVNode("div", {
|
30523
|
-
"class": ['v-pull-to-refresh__pull-down-default']
|
30533
|
+
"class": normalizeClass(['v-pull-to-refresh__pull-down-default'])
|
30524
30534
|
}, [refreshing.value ? createVNode(VProgressCircular, {
|
30525
30535
|
"indeterminate": true,
|
30526
30536
|
"active": false
|
@@ -30530,9 +30540,9 @@ const VPullToRefresh = genericComponent()({
|
|
30530
30540
|
"class": normalizeClass(['v-pull-to-refresh__scroll-container', {
|
30531
30541
|
'v-pull-to-refresh__scroll-container--touching': touching.value
|
30532
30542
|
}]),
|
30533
|
-
"style":
|
30543
|
+
"style": {
|
30534
30544
|
top: convertToUnit(topOffset.value)
|
30535
|
-
}
|
30545
|
+
}
|
30536
30546
|
}, [slots.default?.()])]);
|
30537
30547
|
});
|
30538
30548
|
}
|
@@ -32073,7 +32083,7 @@ function createVuetify$1() {
|
|
32073
32083
|
};
|
32074
32084
|
});
|
32075
32085
|
}
|
32076
|
-
const version$1 = "3.8.7-master.2025-
|
32086
|
+
const version$1 = "3.8.7-master.2025-06-03";
|
32077
32087
|
createVuetify$1.version = version$1;
|
32078
32088
|
|
32079
32089
|
// Vue's inject() can only be used in setup
|
@@ -32371,7 +32381,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
32371
32381
|
|
32372
32382
|
/* eslint-disable local-rules/sort-imports */
|
32373
32383
|
|
32374
|
-
const version = "3.8.7-master.2025-
|
32384
|
+
const version = "3.8.7-master.2025-06-03";
|
32375
32385
|
|
32376
32386
|
/* eslint-disable local-rules/sort-imports */
|
32377
32387
|
|