@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.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
|
*/
|
@@ -4039,9 +4039,9 @@
|
|
4039
4039
|
if (!normalisedSrc.value.src || state.value === 'idle') return null;
|
4040
4040
|
const img = vue.createElementVNode("img", {
|
4041
4041
|
"class": vue.normalizeClass(['v-img__img', containClasses.value]),
|
4042
|
-
"style":
|
4042
|
+
"style": {
|
4043
4043
|
objectPosition: props.position
|
4044
|
-
}
|
4044
|
+
},
|
4045
4045
|
"crossorigin": props.crossorigin,
|
4046
4046
|
"src": normalisedSrc.value.src,
|
4047
4047
|
"srcset": normalisedSrc.value.srcset,
|
@@ -4068,9 +4068,9 @@
|
|
4068
4068
|
}, {
|
4069
4069
|
default: () => [normalisedSrc.value.lazySrc && state.value !== 'loaded' && vue.createElementVNode("img", {
|
4070
4070
|
"class": vue.normalizeClass(['v-img__img', 'v-img__img--preload', containClasses.value]),
|
4071
|
-
"style":
|
4071
|
+
"style": {
|
4072
4072
|
objectPosition: props.position
|
4073
|
-
}
|
4073
|
+
},
|
4074
4074
|
"crossorigin": props.crossorigin,
|
4075
4075
|
"src": normalisedSrc.value.lazySrc,
|
4076
4076
|
"alt": props.alt,
|
@@ -4104,9 +4104,9 @@
|
|
4104
4104
|
if (!props.gradient) return null;
|
4105
4105
|
return vue.createElementVNode("div", {
|
4106
4106
|
"class": "v-img__gradient",
|
4107
|
-
"style":
|
4107
|
+
"style": {
|
4108
4108
|
backgroundImage: `linear-gradient(${props.gradient})`
|
4109
|
-
}
|
4109
|
+
}
|
4110
4110
|
}, null);
|
4111
4111
|
};
|
4112
4112
|
const isBooted = vue.shallowRef(false);
|
@@ -4317,9 +4317,9 @@
|
|
4317
4317
|
}, {
|
4318
4318
|
default: () => [vue.createElementVNode("div", {
|
4319
4319
|
"class": "v-toolbar__content",
|
4320
|
-
"style":
|
4320
|
+
"style": {
|
4321
4321
|
height: convertToUnit(contentHeight.value)
|
4322
|
-
}
|
4322
|
+
}
|
4323
4323
|
}, [slots.prepend && vue.createElementVNode("div", {
|
4324
4324
|
"class": "v-toolbar__prepend"
|
4325
4325
|
}, [slots.prepend?.()]), hasTitle && vue.createVNode(VToolbarTitle, {
|
@@ -4340,9 +4340,9 @@
|
|
4340
4340
|
default: () => [vue.createVNode(VExpandTransition, null, {
|
4341
4341
|
default: () => [isExtended.value && vue.createElementVNode("div", {
|
4342
4342
|
"class": "v-toolbar__extension",
|
4343
|
-
"style":
|
4343
|
+
"style": {
|
4344
4344
|
height: convertToUnit(extensionHeight.value)
|
4345
|
-
}
|
4345
|
+
}
|
4346
4346
|
}, [extension])]
|
4347
4347
|
})]
|
4348
4348
|
})]
|
@@ -5206,9 +5206,9 @@
|
|
5206
5206
|
"aria-valuenow": props.indeterminate ? undefined : normalizedValue.value
|
5207
5207
|
}, {
|
5208
5208
|
default: () => [vue.createElementVNode("svg", {
|
5209
|
-
"style":
|
5209
|
+
"style": {
|
5210
5210
|
transform: `rotate(calc(-90deg + ${Number(props.rotate)}deg))`
|
5211
|
-
}
|
5211
|
+
},
|
5212
5212
|
"xmlns": "http://www.w3.org/2000/svg",
|
5213
5213
|
"viewBox": `0 0 ${diameter.value} ${diameter.value}`
|
5214
5214
|
}, [vue.createElementVNode("circle", {
|
@@ -5429,7 +5429,7 @@
|
|
5429
5429
|
default: () => [props.stream && vue.createElementVNode("div", {
|
5430
5430
|
"key": "stream",
|
5431
5431
|
"class": vue.normalizeClass(['v-progress-linear__stream', textColorClasses.value]),
|
5432
|
-
"style":
|
5432
|
+
"style": {
|
5433
5433
|
...textColorStyles.value,
|
5434
5434
|
[isReversed.value ? 'left' : 'right']: convertToUnit(-height.value),
|
5435
5435
|
borderTop: `${convertToUnit(height.value / 2)} dotted`,
|
@@ -5437,7 +5437,7 @@
|
|
5437
5437
|
top: `calc(50% - ${convertToUnit(height.value / 4)})`,
|
5438
5438
|
width: convertToUnit(100 - normalizedBuffer.value, '%'),
|
5439
5439
|
'--v-progress-linear-stream-to': convertToUnit(height.value * (isReversed.value ? 1 : -1))
|
5440
|
-
}
|
5440
|
+
}
|
5441
5441
|
}, null), vue.createElementVNode("div", {
|
5442
5442
|
"class": vue.normalizeClass(['v-progress-linear__background', !isForcedColorsModeActive ? backgroundColorClasses.value : undefined]),
|
5443
5443
|
"style": vue.normalizeStyle([backgroundColorStyles.value, {
|
@@ -6745,7 +6745,7 @@
|
|
6745
6745
|
backgroundColorClasses,
|
6746
6746
|
backgroundColorStyles
|
6747
6747
|
}), vue.withDirectives(vue.createElementVNode("div", {
|
6748
|
-
"class": ['v-selection-control__input']
|
6748
|
+
"class": vue.normalizeClass(['v-selection-control__input'])
|
6749
6749
|
}, [slots.input?.({
|
6750
6750
|
model,
|
6751
6751
|
textColorClasses,
|
@@ -8378,6 +8378,7 @@
|
|
8378
8378
|
const isClickable = vue.computed(() => !props.disabled && props.link !== false && (!!group || props.link || link.isClickable.value));
|
8379
8379
|
const closeProps = vue.toRef(() => ({
|
8380
8380
|
'aria-label': t(props.closeLabel),
|
8381
|
+
disabled: props.disabled,
|
8381
8382
|
onClick(e) {
|
8382
8383
|
e.preventDefault();
|
8383
8384
|
e.stopPropagation();
|
@@ -12892,14 +12893,14 @@
|
|
12892
12893
|
return props.renderless ? vue.createElementVNode(vue.Fragment, null, [vue.createElementVNode("div", {
|
12893
12894
|
"ref": markerRef,
|
12894
12895
|
"class": "v-virtual-scroll__spacer",
|
12895
|
-
"style":
|
12896
|
+
"style": {
|
12896
12897
|
paddingTop: convertToUnit(paddingTop.value)
|
12897
|
-
}
|
12898
|
+
}
|
12898
12899
|
}, null), children, vue.createElementVNode("div", {
|
12899
12900
|
"class": "v-virtual-scroll__spacer",
|
12900
|
-
"style":
|
12901
|
+
"style": {
|
12901
12902
|
paddingBottom: convertToUnit(paddingBottom.value)
|
12902
|
-
}
|
12903
|
+
}
|
12903
12904
|
}, null)]) : vue.createElementVNode("div", {
|
12904
12905
|
"ref": containerRef,
|
12905
12906
|
"class": vue.normalizeClass(['v-virtual-scroll', props.class]),
|
@@ -12909,10 +12910,10 @@
|
|
12909
12910
|
}, [vue.createElementVNode("div", {
|
12910
12911
|
"ref": markerRef,
|
12911
12912
|
"class": "v-virtual-scroll__container",
|
12912
|
-
"style":
|
12913
|
+
"style": {
|
12913
12914
|
paddingTop: convertToUnit(paddingTop.value),
|
12914
12915
|
paddingBottom: convertToUnit(paddingBottom.value)
|
12915
|
-
}
|
12916
|
+
}
|
12916
12917
|
}, [children])]);
|
12917
12918
|
});
|
12918
12919
|
return {
|
@@ -15346,9 +15347,9 @@
|
|
15346
15347
|
}, {
|
15347
15348
|
default: () => [vue.createElementVNode("div", {
|
15348
15349
|
"class": "v-window__container",
|
15349
|
-
"style":
|
15350
|
+
"style": {
|
15350
15351
|
height: transitionHeight.value
|
15351
|
-
}
|
15352
|
+
}
|
15352
15353
|
}, [slots.default?.({
|
15353
15354
|
group
|
15354
15355
|
}), props.showArrows !== false && vue.createElementVNode("div", {
|
@@ -15443,10 +15444,10 @@
|
|
15443
15444
|
} = _ref2;
|
15444
15445
|
return vue.createElementVNode(vue.Fragment, null, [!props.hideDelimiters && vue.createElementVNode("div", {
|
15445
15446
|
"class": "v-carousel__controls",
|
15446
|
-
"style":
|
15447
|
+
"style": {
|
15447
15448
|
left: props.verticalDelimiters === 'left' && props.verticalDelimiters ? 0 : 'auto',
|
15448
15449
|
right: props.verticalDelimiters === 'right' ? 0 : 'auto'
|
15449
|
-
}
|
15450
|
+
}
|
15450
15451
|
}, [group.items.value.length > 0 && vue.createVNode(VDefaultsProvider, {
|
15451
15452
|
"defaults": {
|
15452
15453
|
VBtn: {
|
@@ -16166,7 +16167,10 @@
|
|
16166
16167
|
if (step.value <= 0) return value;
|
16167
16168
|
const clamped = clamp(value, min.value, max.value);
|
16168
16169
|
const offset = min.value % step.value;
|
16169
|
-
|
16170
|
+
let newValue = Math.round((clamped - offset) / step.value) * step.value + offset;
|
16171
|
+
if (clamped > newValue && newValue + step.value > max.value) {
|
16172
|
+
newValue = max.value;
|
16173
|
+
}
|
16170
16174
|
return parseFloat(Math.min(newValue, max.value).toFixed(decimals.value));
|
16171
16175
|
}
|
16172
16176
|
return {
|
@@ -16422,6 +16426,8 @@
|
|
16422
16426
|
} = useRtl();
|
16423
16427
|
if (!slider) throw new Error('[Vuetify] v-slider-thumb must be used inside v-slider or v-range-slider');
|
16424
16428
|
const {
|
16429
|
+
min,
|
16430
|
+
max,
|
16425
16431
|
thumbColor,
|
16426
16432
|
step,
|
16427
16433
|
disabled,
|
@@ -16462,16 +16468,20 @@
|
|
16462
16468
|
if (!relevantKeys.includes(e.key)) return;
|
16463
16469
|
e.preventDefault();
|
16464
16470
|
const _step = step.value || 0.1;
|
16465
|
-
const steps = (
|
16471
|
+
const steps = (max.value - min.value) / _step;
|
16466
16472
|
if ([left, right, down, up].includes(e.key)) {
|
16467
16473
|
const increase = vertical.value ? [isRtl.value ? left : right, isReversed.value ? down : up] : indexFromEnd.value !== isRtl.value ? [left, up] : [right, up];
|
16468
16474
|
const direction = increase.includes(e.key) ? 1 : -1;
|
16469
16475
|
const multiplier = e.shiftKey ? 2 : e.ctrlKey ? 1 : 0;
|
16470
|
-
|
16476
|
+
if (direction === -1 && value === max.value && !multiplier && !Number.isInteger(steps)) {
|
16477
|
+
value = value - steps % 1 * _step;
|
16478
|
+
} else {
|
16479
|
+
value = value + direction * _step * multipliers.value[multiplier];
|
16480
|
+
}
|
16471
16481
|
} else if (e.key === home) {
|
16472
|
-
value =
|
16482
|
+
value = min.value;
|
16473
16483
|
} else if (e.key === end) {
|
16474
|
-
value =
|
16484
|
+
value = max.value;
|
16475
16485
|
} else {
|
16476
16486
|
const direction = e.key === pagedown ? 1 : -1;
|
16477
16487
|
value = value - direction * _step * (steps > 100 ? steps / 10 : 10);
|
@@ -16496,17 +16506,17 @@
|
|
16496
16506
|
"role": "slider",
|
16497
16507
|
"tabindex": disabled.value ? -1 : 0,
|
16498
16508
|
"aria-label": props.name,
|
16499
|
-
"aria-valuemin":
|
16500
|
-
"aria-valuemax":
|
16509
|
+
"aria-valuemin": min.value,
|
16510
|
+
"aria-valuemax": max.value,
|
16501
16511
|
"aria-valuenow": props.modelValue,
|
16502
16512
|
"aria-readonly": !!readonly.value,
|
16503
16513
|
"aria-orientation": direction.value,
|
16504
16514
|
"onKeydown": !readonly.value ? onKeydown : undefined
|
16505
16515
|
}, [vue.createElementVNode("div", {
|
16506
16516
|
"class": vue.normalizeClass(['v-slider-thumb__surface', textColorClasses.value, elevationClasses.value]),
|
16507
|
-
"style":
|
16517
|
+
"style": {
|
16508
16518
|
...textColorStyles.value
|
16509
|
-
}
|
16519
|
+
}
|
16510
16520
|
}, null), vue.withDirectives(vue.createElementVNode("div", {
|
16511
16521
|
"class": vue.normalizeClass(['v-slider-thumb__ripple', textColorClasses.value]),
|
16512
16522
|
"style": vue.normalizeStyle(textColorStyles.value)
|
@@ -16519,7 +16529,7 @@
|
|
16519
16529
|
default: () => [vue.withDirectives(vue.createElementVNode("div", {
|
16520
16530
|
"class": "v-slider-thumb__label-container"
|
16521
16531
|
}, [vue.createElementVNode("div", {
|
16522
|
-
"class": ['v-slider-thumb__label']
|
16532
|
+
"class": vue.normalizeClass(['v-slider-thumb__label'])
|
16523
16533
|
}, [vue.createElementVNode("div", null, [slots['thumb-label']?.({
|
16524
16534
|
modelValue: props.modelValue
|
16525
16535
|
}) ?? props.modelValue.toFixed(step.value ? decimals.value : 1)])])]), [[vue.vShow, thumbLabel.value && props.focused || thumbLabel.value === 'always']])]
|
@@ -16604,9 +16614,9 @@
|
|
16604
16614
|
'v-slider-track__tick--first': tick.value === min.value,
|
16605
16615
|
'v-slider-track__tick--last': tick.value === max.value
|
16606
16616
|
}]),
|
16607
|
-
"style":
|
16617
|
+
"style": {
|
16608
16618
|
[startDir.value]: directionValue
|
16609
|
-
}
|
16619
|
+
}
|
16610
16620
|
}, [(tick.label || slots['tick-label']) && vue.createElementVNode("div", {
|
16611
16621
|
"class": "v-slider-track__tick-label"
|
16612
16622
|
}, [slots['tick-label']?.({
|
@@ -16626,16 +16636,16 @@
|
|
16626
16636
|
"class": vue.normalizeClass(['v-slider-track__background', trackColorClasses.value, {
|
16627
16637
|
'v-slider-track__background--opacity': !!color.value || !trackFillColor.value
|
16628
16638
|
}]),
|
16629
|
-
"style":
|
16639
|
+
"style": {
|
16630
16640
|
...backgroundStyles.value,
|
16631
16641
|
...trackColorStyles.value
|
16632
|
-
}
|
16642
|
+
}
|
16633
16643
|
}, null), vue.createElementVNode("div", {
|
16634
16644
|
"class": vue.normalizeClass(['v-slider-track__fill', trackFillColorClasses.value]),
|
16635
|
-
"style":
|
16645
|
+
"style": {
|
16636
16646
|
...trackFillStyles.value,
|
16637
16647
|
...trackFillColorStyles.value
|
16638
|
-
}
|
16648
|
+
}
|
16639
16649
|
}, null), showTicks.value && vue.createElementVNode("div", {
|
16640
16650
|
"class": vue.normalizeClass(['v-slider-track__ticks', {
|
16641
16651
|
'v-slider-track__ticks--always-show': showTicks.value === 'always'
|
@@ -16837,9 +16847,9 @@
|
|
16837
16847
|
}, null)]), vue.createElementVNode("div", {
|
16838
16848
|
"class": "v-color-picker-preview__dot"
|
16839
16849
|
}, [vue.createElementVNode("div", {
|
16840
|
-
"style":
|
16850
|
+
"style": {
|
16841
16851
|
background: HSVtoCSS(props.color ?? nullColor)
|
16842
|
-
}
|
16852
|
+
}
|
16843
16853
|
}, null)]), vue.createElementVNode("div", {
|
16844
16854
|
"class": "v-color-picker-preview__sliders"
|
16845
16855
|
}, [vue.createVNode(VSlider, {
|
@@ -17240,9 +17250,9 @@
|
|
17240
17250
|
"class": "v-color-picker-swatches__color",
|
17241
17251
|
"onClick": () => hsva && emit('update:color', hsva)
|
17242
17252
|
}, [vue.createElementVNode("div", {
|
17243
|
-
"style":
|
17253
|
+
"style": {
|
17244
17254
|
background
|
17245
|
-
}
|
17255
|
+
}
|
17246
17256
|
}, [props.color && deepEqual(props.color, hsva) ? vue.createVNode(VIcon, {
|
17247
17257
|
"size": "x-small",
|
17248
17258
|
"icon": "$success",
|
@@ -20261,12 +20271,12 @@
|
|
20261
20271
|
'v-data-table-column--no-padding': props.noPadding,
|
20262
20272
|
'v-data-table-column--nowrap': props.nowrap
|
20263
20273
|
}, `v-data-table-column--align-${props.align}`]),
|
20264
|
-
"style":
|
20274
|
+
"style": {
|
20265
20275
|
height: convertToUnit(props.height),
|
20266
20276
|
width: convertToUnit(props.width),
|
20267
20277
|
maxWidth: convertToUnit(props.maxWidth),
|
20268
20278
|
left: convertToUnit(props.fixedOffset || null)
|
20269
|
-
}
|
20279
|
+
}
|
20270
20280
|
}, {
|
20271
20281
|
default: () => [slots.default?.()]
|
20272
20282
|
});
|
@@ -20791,9 +20801,9 @@
|
|
20791
20801
|
});
|
20792
20802
|
return () => vue.createElementVNode("tr", {
|
20793
20803
|
"class": "v-data-table-group-header-row",
|
20794
|
-
"style":
|
20804
|
+
"style": {
|
20795
20805
|
'--v-data-table-group-header-row-depth': props.item.depth
|
20796
|
-
}
|
20806
|
+
}
|
20797
20807
|
}, [columns.value.map(column => {
|
20798
20808
|
if (column.key === 'data-table-group') {
|
20799
20809
|
const icon = isGroupOpen(props.item) ? '$expand' : '$next';
|
@@ -21141,9 +21151,9 @@
|
|
21141
21151
|
}, {
|
21142
21152
|
default: () => [slots.top?.(), slots.default ? vue.createElementVNode("div", {
|
21143
21153
|
"class": "v-table__wrapper",
|
21144
|
-
"style":
|
21154
|
+
"style": {
|
21145
21155
|
height: convertToUnit(props.height)
|
21146
|
-
}
|
21156
|
+
}
|
21147
21157
|
}, [vue.createElementVNode("table", null, [slots.default()])]) : slots.wrapper?.(), slots.bottom?.()]
|
21148
21158
|
}));
|
21149
21159
|
return {};
|
@@ -21578,19 +21588,19 @@
|
|
21578
21588
|
"onScrollPassive": handleScroll,
|
21579
21589
|
"onScrollend": handleScrollend,
|
21580
21590
|
"class": "v-table__wrapper",
|
21581
|
-
"style":
|
21591
|
+
"style": {
|
21582
21592
|
height: convertToUnit(props.height)
|
21583
|
-
}
|
21593
|
+
}
|
21584
21594
|
}, [vue.createElementVNode("table", null, [slots.colgroup?.(slotProps.value), !props.hideDefaultHeader && vue.createElementVNode("thead", {
|
21585
21595
|
"key": "thead"
|
21586
21596
|
}, [vue.createVNode(VDataTableHeaders, dataTableHeadersProps, slots)]), slots.thead?.(slotProps.value), !props.hideDefaultBody && vue.createElementVNode("tbody", {
|
21587
21597
|
"key": "tbody"
|
21588
21598
|
}, [vue.createElementVNode("tr", {
|
21589
21599
|
"ref": markerRef,
|
21590
|
-
"style":
|
21600
|
+
"style": {
|
21591
21601
|
height: convertToUnit(paddingTop.value),
|
21592
21602
|
border: 0
|
21593
|
-
}
|
21603
|
+
}
|
21594
21604
|
}, [vue.createElementVNode("td", {
|
21595
21605
|
"colspan": columns.value.length,
|
21596
21606
|
"style": {
|
@@ -21621,10 +21631,10 @@
|
|
21621
21631
|
}
|
21622
21632
|
})
|
21623
21633
|
}), slots['body.append']?.(slotProps.value), vue.createElementVNode("tr", {
|
21624
|
-
"style":
|
21634
|
+
"style": {
|
21625
21635
|
height: convertToUnit(paddingBottom.value),
|
21626
21636
|
border: 0
|
21627
|
-
}
|
21637
|
+
}
|
21628
21638
|
}, [vue.createElementVNode("td", {
|
21629
21639
|
"colspan": columns.value.length,
|
21630
21640
|
"style": {
|
@@ -22162,10 +22172,10 @@
|
|
22162
22172
|
useRender(() => {
|
22163
22173
|
// TODO: add slot support and scope defaults
|
22164
22174
|
return vue.createElementVNode("div", {
|
22165
|
-
"class": ['v-date-picker-controls'],
|
22166
|
-
"style":
|
22175
|
+
"class": vue.normalizeClass(['v-date-picker-controls']),
|
22176
|
+
"style": {
|
22167
22177
|
'--v-date-picker-controls-height': convertToUnit(props.controlHeight)
|
22168
|
-
}
|
22178
|
+
}
|
22169
22179
|
}, [vue.createVNode(VBtn, {
|
22170
22180
|
"class": "v-date-picker-controls__month-btn",
|
22171
22181
|
"data-testid": "month-btn",
|
@@ -22543,7 +22553,7 @@
|
|
22543
22553
|
"key": "hide-week-days",
|
22544
22554
|
"class": "v-date-picker-month__day"
|
22545
22555
|
}, [vue.createTextVNode("\xA0")]), weekNumbers.value.map(week => vue.createElementVNode("div", {
|
22546
|
-
"class": ['v-date-picker-month__day', 'v-date-picker-month__day--adjacent']
|
22556
|
+
"class": vue.normalizeClass(['v-date-picker-month__day', 'v-date-picker-month__day--adjacent'])
|
22547
22557
|
}, [week]))]), vue.createVNode(MaybeTransition, {
|
22548
22558
|
"name": transition.value
|
22549
22559
|
}, {
|
@@ -22552,7 +22562,7 @@
|
|
22552
22562
|
"key": daysInMonth.value[0].date?.toString(),
|
22553
22563
|
"class": "v-date-picker-month__days"
|
22554
22564
|
}, [!props.hideWeekdays && adapter.getWeekdays(props.firstDayOfWeek).map(weekDay => vue.createElementVNode("div", {
|
22555
|
-
"class": ['v-date-picker-month__day', 'v-date-picker-month__weekday']
|
22565
|
+
"class": vue.normalizeClass(['v-date-picker-month__day', 'v-date-picker-month__weekday'])
|
22556
22566
|
}, [weekDay])), daysInMonth.value.map((item, i) => {
|
22557
22567
|
const slotProps = {
|
22558
22568
|
props: {
|
@@ -22640,9 +22650,9 @@
|
|
22640
22650
|
}
|
22641
22651
|
useRender(() => vue.createElementVNode("div", {
|
22642
22652
|
"class": "v-date-picker-months",
|
22643
|
-
"style":
|
22653
|
+
"style": {
|
22644
22654
|
height: convertToUnit(props.height)
|
22645
|
-
}
|
22655
|
+
}
|
22646
22656
|
}, [vue.createElementVNode("div", {
|
22647
22657
|
"class": "v-date-picker-months__content"
|
22648
22658
|
}, [months.value.map((month, i) => {
|
@@ -22742,9 +22752,9 @@
|
|
22742
22752
|
}
|
22743
22753
|
useRender(() => vue.createElementVNode("div", {
|
22744
22754
|
"class": "v-date-picker-years",
|
22745
|
-
"style":
|
22755
|
+
"style": {
|
22746
22756
|
height: convertToUnit(props.height)
|
22747
|
-
}
|
22757
|
+
}
|
22748
22758
|
}, [vue.createElementVNode("div", {
|
22749
22759
|
"class": "v-date-picker-years__content"
|
22750
22760
|
}, [years.value.map((year, i) => {
|
@@ -23188,9 +23198,9 @@
|
|
23188
23198
|
}, [slots.title?.() ?? props.title]), hasText && vue.createElementVNode("div", {
|
23189
23199
|
"key": "text",
|
23190
23200
|
"class": "v-empty-state__text",
|
23191
|
-
"style":
|
23201
|
+
"style": {
|
23192
23202
|
maxWidth: convertToUnit(props.textWidth)
|
23193
|
-
}
|
23203
|
+
}
|
23194
23204
|
}, [slots.text?.() ?? props.text]), slots.default && vue.createElementVNode("div", {
|
23195
23205
|
"key": "content",
|
23196
23206
|
"class": "v-empty-state__content"
|
@@ -24055,9 +24065,9 @@
|
|
24055
24065
|
});
|
24056
24066
|
useRender(() => vue.createElementVNode("div", {
|
24057
24067
|
"class": "v-infinite-scroll-intersect",
|
24058
|
-
"style":
|
24068
|
+
"style": {
|
24059
24069
|
'--v-infinite-margin-size': props.rootMargin
|
24060
|
-
}
|
24070
|
+
},
|
24061
24071
|
"ref": intersectionRef
|
24062
24072
|
}, [vue.createTextVNode("\xA0")]));
|
24063
24073
|
return {};
|
@@ -25668,7 +25678,7 @@
|
|
25668
25678
|
"aria-label": t(props.label, i + 1),
|
25669
25679
|
"autofocus": i === 0 && props.autofocus,
|
25670
25680
|
"autocomplete": "one-time-code",
|
25671
|
-
"class": ['v-otp-input__field'],
|
25681
|
+
"class": vue.normalizeClass(['v-otp-input__field']),
|
25672
25682
|
"disabled": props.disabled,
|
25673
25683
|
"inputmode": props.type === 'number' ? 'numeric' : 'text',
|
25674
25684
|
"min": props.type === 'number' ? 0 : undefined,
|
@@ -29386,7 +29396,7 @@
|
|
29386
29396
|
};
|
29387
29397
|
});
|
29388
29398
|
}
|
29389
|
-
const version$1 = "3.8.7-master.2025-
|
29399
|
+
const version$1 = "3.8.7-master.2025-06-03";
|
29390
29400
|
createVuetify$1.version = version$1;
|
29391
29401
|
|
29392
29402
|
// Vue's inject() can only be used in setup
|
@@ -29411,7 +29421,7 @@
|
|
29411
29421
|
...options
|
29412
29422
|
});
|
29413
29423
|
};
|
29414
|
-
const version = "3.8.7-master.2025-
|
29424
|
+
const version = "3.8.7-master.2025-06-03";
|
29415
29425
|
createVuetify.version = version;
|
29416
29426
|
|
29417
29427
|
exports.blueprints = index;
|