@vuetify/nightly 3.8.7-master.2025-05-31 → 3.8.7-master.2025-06-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 +4 -3
- package/dist/json/attributes.json +3145 -3145
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +166 -166
- package/dist/json/web-types.json +5896 -5896
- package/dist/vuetify-labs.cjs +73 -73
- package/dist/vuetify-labs.css +5220 -5220
- package/dist/vuetify-labs.d.ts +58 -58
- package/dist/vuetify-labs.esm.js +73 -73
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +73 -73
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +67 -67
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3183 -3183
- package/dist/vuetify.d.ts +58 -58
- package/dist/vuetify.esm.js +67 -67
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +67 -67
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +260 -260
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VCarousel/VCarousel.js +3 -3
- package/lib/components/VCarousel/VCarousel.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/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/VSelectionControl/VSelectionControl.js +2 -2
- package/lib/components/VSelectionControl/VSelectionControl.js.map +1 -1
- package/lib/components/VSlider/VSliderThumb.js +4 -4
- 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/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 +58 -58
- 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-02
|
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,
|
@@ -12610,14 +12610,14 @@ const VVirtualScroll = genericComponent()({
|
|
12610
12610
|
return props.renderless ? createElementVNode(Fragment, null, [createElementVNode("div", {
|
12611
12611
|
"ref": markerRef,
|
12612
12612
|
"class": "v-virtual-scroll__spacer",
|
12613
|
-
"style":
|
12613
|
+
"style": {
|
12614
12614
|
paddingTop: convertToUnit(paddingTop.value)
|
12615
|
-
}
|
12615
|
+
}
|
12616
12616
|
}, null), children, createElementVNode("div", {
|
12617
12617
|
"class": "v-virtual-scroll__spacer",
|
12618
|
-
"style":
|
12618
|
+
"style": {
|
12619
12619
|
paddingBottom: convertToUnit(paddingBottom.value)
|
12620
|
-
}
|
12620
|
+
}
|
12621
12621
|
}, null)]) : createElementVNode("div", {
|
12622
12622
|
"ref": containerRef,
|
12623
12623
|
"class": normalizeClass(['v-virtual-scroll', props.class]),
|
@@ -12627,10 +12627,10 @@ const VVirtualScroll = genericComponent()({
|
|
12627
12627
|
}, [createElementVNode("div", {
|
12628
12628
|
"ref": markerRef,
|
12629
12629
|
"class": "v-virtual-scroll__container",
|
12630
|
-
"style":
|
12630
|
+
"style": {
|
12631
12631
|
paddingTop: convertToUnit(paddingTop.value),
|
12632
12632
|
paddingBottom: convertToUnit(paddingBottom.value)
|
12633
|
-
}
|
12633
|
+
}
|
12634
12634
|
}, [children])]);
|
12635
12635
|
});
|
12636
12636
|
return {
|
@@ -15064,9 +15064,9 @@ const VWindow = genericComponent()({
|
|
15064
15064
|
}, {
|
15065
15065
|
default: () => [createElementVNode("div", {
|
15066
15066
|
"class": "v-window__container",
|
15067
|
-
"style":
|
15067
|
+
"style": {
|
15068
15068
|
height: transitionHeight.value
|
15069
|
-
}
|
15069
|
+
}
|
15070
15070
|
}, [slots.default?.({
|
15071
15071
|
group
|
15072
15072
|
}), props.showArrows !== false && createElementVNode("div", {
|
@@ -15161,10 +15161,10 @@ const VCarousel = genericComponent()({
|
|
15161
15161
|
} = _ref2;
|
15162
15162
|
return createElementVNode(Fragment, null, [!props.hideDelimiters && createElementVNode("div", {
|
15163
15163
|
"class": "v-carousel__controls",
|
15164
|
-
"style":
|
15164
|
+
"style": {
|
15165
15165
|
left: props.verticalDelimiters === 'left' && props.verticalDelimiters ? 0 : 'auto',
|
15166
15166
|
right: props.verticalDelimiters === 'right' ? 0 : 'auto'
|
15167
|
-
}
|
15167
|
+
}
|
15168
15168
|
}, [group.items.value.length > 0 && createVNode(VDefaultsProvider, {
|
15169
15169
|
"defaults": {
|
15170
15170
|
VBtn: {
|
@@ -16222,9 +16222,9 @@ const VSliderThumb = genericComponent()({
|
|
16222
16222
|
"onKeydown": !readonly.value ? onKeydown : undefined
|
16223
16223
|
}, [createElementVNode("div", {
|
16224
16224
|
"class": normalizeClass(['v-slider-thumb__surface', textColorClasses.value, elevationClasses.value]),
|
16225
|
-
"style":
|
16225
|
+
"style": {
|
16226
16226
|
...textColorStyles.value
|
16227
|
-
}
|
16227
|
+
}
|
16228
16228
|
}, null), withDirectives(createElementVNode("div", {
|
16229
16229
|
"class": normalizeClass(['v-slider-thumb__ripple', textColorClasses.value]),
|
16230
16230
|
"style": normalizeStyle(textColorStyles.value)
|
@@ -16237,7 +16237,7 @@ const VSliderThumb = genericComponent()({
|
|
16237
16237
|
default: () => [withDirectives(createElementVNode("div", {
|
16238
16238
|
"class": "v-slider-thumb__label-container"
|
16239
16239
|
}, [createElementVNode("div", {
|
16240
|
-
"class": ['v-slider-thumb__label']
|
16240
|
+
"class": normalizeClass(['v-slider-thumb__label'])
|
16241
16241
|
}, [createElementVNode("div", null, [slots['thumb-label']?.({
|
16242
16242
|
modelValue: props.modelValue
|
16243
16243
|
}) ?? props.modelValue.toFixed(step.value ? decimals.value : 1)])])]), [[vShow, thumbLabel.value && props.focused || thumbLabel.value === 'always']])]
|
@@ -16322,9 +16322,9 @@ const VSliderTrack = genericComponent()({
|
|
16322
16322
|
'v-slider-track__tick--first': tick.value === min.value,
|
16323
16323
|
'v-slider-track__tick--last': tick.value === max.value
|
16324
16324
|
}]),
|
16325
|
-
"style":
|
16325
|
+
"style": {
|
16326
16326
|
[startDir.value]: directionValue
|
16327
|
-
}
|
16327
|
+
}
|
16328
16328
|
}, [(tick.label || slots['tick-label']) && createElementVNode("div", {
|
16329
16329
|
"class": "v-slider-track__tick-label"
|
16330
16330
|
}, [slots['tick-label']?.({
|
@@ -16344,16 +16344,16 @@ const VSliderTrack = genericComponent()({
|
|
16344
16344
|
"class": normalizeClass(['v-slider-track__background', trackColorClasses.value, {
|
16345
16345
|
'v-slider-track__background--opacity': !!color.value || !trackFillColor.value
|
16346
16346
|
}]),
|
16347
|
-
"style":
|
16347
|
+
"style": {
|
16348
16348
|
...backgroundStyles.value,
|
16349
16349
|
...trackColorStyles.value
|
16350
|
-
}
|
16350
|
+
}
|
16351
16351
|
}, null), createElementVNode("div", {
|
16352
16352
|
"class": normalizeClass(['v-slider-track__fill', trackFillColorClasses.value]),
|
16353
|
-
"style":
|
16353
|
+
"style": {
|
16354
16354
|
...trackFillStyles.value,
|
16355
16355
|
...trackFillColorStyles.value
|
16356
|
-
}
|
16356
|
+
}
|
16357
16357
|
}, null), showTicks.value && createElementVNode("div", {
|
16358
16358
|
"class": normalizeClass(['v-slider-track__ticks', {
|
16359
16359
|
'v-slider-track__ticks--always-show': showTicks.value === 'always'
|
@@ -16555,9 +16555,9 @@ const VColorPickerPreview = defineComponent({
|
|
16555
16555
|
}, null)]), createElementVNode("div", {
|
16556
16556
|
"class": "v-color-picker-preview__dot"
|
16557
16557
|
}, [createElementVNode("div", {
|
16558
|
-
"style":
|
16558
|
+
"style": {
|
16559
16559
|
background: HSVtoCSS(props.color ?? nullColor)
|
16560
|
-
}
|
16560
|
+
}
|
16561
16561
|
}, null)]), createElementVNode("div", {
|
16562
16562
|
"class": "v-color-picker-preview__sliders"
|
16563
16563
|
}, [createVNode(VSlider, {
|
@@ -16958,9 +16958,9 @@ const VColorPickerSwatches = defineComponent({
|
|
16958
16958
|
"class": "v-color-picker-swatches__color",
|
16959
16959
|
"onClick": () => hsva && emit('update:color', hsva)
|
16960
16960
|
}, [createElementVNode("div", {
|
16961
|
-
"style":
|
16961
|
+
"style": {
|
16962
16962
|
background
|
16963
|
-
}
|
16963
|
+
}
|
16964
16964
|
}, [props.color && deepEqual(props.color, hsva) ? createVNode(VIcon, {
|
16965
16965
|
"size": "x-small",
|
16966
16966
|
"icon": "$success",
|
@@ -19979,12 +19979,12 @@ const VDataTableColumn = defineFunctionalComponent({
|
|
19979
19979
|
'v-data-table-column--no-padding': props.noPadding,
|
19980
19980
|
'v-data-table-column--nowrap': props.nowrap
|
19981
19981
|
}, `v-data-table-column--align-${props.align}`]),
|
19982
|
-
"style":
|
19982
|
+
"style": {
|
19983
19983
|
height: convertToUnit(props.height),
|
19984
19984
|
width: convertToUnit(props.width),
|
19985
19985
|
maxWidth: convertToUnit(props.maxWidth),
|
19986
19986
|
left: convertToUnit(props.fixedOffset || null)
|
19987
|
-
}
|
19987
|
+
}
|
19988
19988
|
}, {
|
19989
19989
|
default: () => [slots.default?.()]
|
19990
19990
|
});
|
@@ -20509,9 +20509,9 @@ const VDataTableGroupHeaderRow = genericComponent()({
|
|
20509
20509
|
});
|
20510
20510
|
return () => createElementVNode("tr", {
|
20511
20511
|
"class": "v-data-table-group-header-row",
|
20512
|
-
"style":
|
20512
|
+
"style": {
|
20513
20513
|
'--v-data-table-group-header-row-depth': props.item.depth
|
20514
|
-
}
|
20514
|
+
}
|
20515
20515
|
}, [columns.value.map(column => {
|
20516
20516
|
if (column.key === 'data-table-group') {
|
20517
20517
|
const icon = isGroupOpen(props.item) ? '$expand' : '$next';
|
@@ -20859,9 +20859,9 @@ const VTable = genericComponent()({
|
|
20859
20859
|
}, {
|
20860
20860
|
default: () => [slots.top?.(), slots.default ? createElementVNode("div", {
|
20861
20861
|
"class": "v-table__wrapper",
|
20862
|
-
"style":
|
20862
|
+
"style": {
|
20863
20863
|
height: convertToUnit(props.height)
|
20864
|
-
}
|
20864
|
+
}
|
20865
20865
|
}, [createElementVNode("table", null, [slots.default()])]) : slots.wrapper?.(), slots.bottom?.()]
|
20866
20866
|
}));
|
20867
20867
|
return {};
|
@@ -21296,19 +21296,19 @@ const VDataTableVirtual = genericComponent()({
|
|
21296
21296
|
"onScrollPassive": handleScroll,
|
21297
21297
|
"onScrollend": handleScrollend,
|
21298
21298
|
"class": "v-table__wrapper",
|
21299
|
-
"style":
|
21299
|
+
"style": {
|
21300
21300
|
height: convertToUnit(props.height)
|
21301
|
-
}
|
21301
|
+
}
|
21302
21302
|
}, [createElementVNode("table", null, [slots.colgroup?.(slotProps.value), !props.hideDefaultHeader && createElementVNode("thead", {
|
21303
21303
|
"key": "thead"
|
21304
21304
|
}, [createVNode(VDataTableHeaders, dataTableHeadersProps, slots)]), slots.thead?.(slotProps.value), !props.hideDefaultBody && createElementVNode("tbody", {
|
21305
21305
|
"key": "tbody"
|
21306
21306
|
}, [createElementVNode("tr", {
|
21307
21307
|
"ref": markerRef,
|
21308
|
-
"style":
|
21308
|
+
"style": {
|
21309
21309
|
height: convertToUnit(paddingTop.value),
|
21310
21310
|
border: 0
|
21311
|
-
}
|
21311
|
+
}
|
21312
21312
|
}, [createElementVNode("td", {
|
21313
21313
|
"colspan": columns.value.length,
|
21314
21314
|
"style": {
|
@@ -21339,10 +21339,10 @@ const VDataTableVirtual = genericComponent()({
|
|
21339
21339
|
}
|
21340
21340
|
})
|
21341
21341
|
}), slots['body.append']?.(slotProps.value), createElementVNode("tr", {
|
21342
|
-
"style":
|
21342
|
+
"style": {
|
21343
21343
|
height: convertToUnit(paddingBottom.value),
|
21344
21344
|
border: 0
|
21345
|
-
}
|
21345
|
+
}
|
21346
21346
|
}, [createElementVNode("td", {
|
21347
21347
|
"colspan": columns.value.length,
|
21348
21348
|
"style": {
|
@@ -21880,10 +21880,10 @@ const VDatePickerControls = genericComponent()({
|
|
21880
21880
|
useRender(() => {
|
21881
21881
|
// TODO: add slot support and scope defaults
|
21882
21882
|
return createElementVNode("div", {
|
21883
|
-
"class": ['v-date-picker-controls'],
|
21884
|
-
"style":
|
21883
|
+
"class": normalizeClass(['v-date-picker-controls']),
|
21884
|
+
"style": {
|
21885
21885
|
'--v-date-picker-controls-height': convertToUnit(props.controlHeight)
|
21886
|
-
}
|
21886
|
+
}
|
21887
21887
|
}, [createVNode(VBtn, {
|
21888
21888
|
"class": "v-date-picker-controls__month-btn",
|
21889
21889
|
"data-testid": "month-btn",
|
@@ -22261,7 +22261,7 @@ const VDatePickerMonth = genericComponent()({
|
|
22261
22261
|
"key": "hide-week-days",
|
22262
22262
|
"class": "v-date-picker-month__day"
|
22263
22263
|
}, [createTextVNode("\xA0")]), weekNumbers.value.map(week => createElementVNode("div", {
|
22264
|
-
"class": ['v-date-picker-month__day', 'v-date-picker-month__day--adjacent']
|
22264
|
+
"class": normalizeClass(['v-date-picker-month__day', 'v-date-picker-month__day--adjacent'])
|
22265
22265
|
}, [week]))]), createVNode(MaybeTransition, {
|
22266
22266
|
"name": transition.value
|
22267
22267
|
}, {
|
@@ -22270,7 +22270,7 @@ const VDatePickerMonth = genericComponent()({
|
|
22270
22270
|
"key": daysInMonth.value[0].date?.toString(),
|
22271
22271
|
"class": "v-date-picker-month__days"
|
22272
22272
|
}, [!props.hideWeekdays && adapter.getWeekdays(props.firstDayOfWeek).map(weekDay => createElementVNode("div", {
|
22273
|
-
"class": ['v-date-picker-month__day', 'v-date-picker-month__weekday']
|
22273
|
+
"class": normalizeClass(['v-date-picker-month__day', 'v-date-picker-month__weekday'])
|
22274
22274
|
}, [weekDay])), daysInMonth.value.map((item, i) => {
|
22275
22275
|
const slotProps = {
|
22276
22276
|
props: {
|
@@ -22358,9 +22358,9 @@ const VDatePickerMonths = genericComponent()({
|
|
22358
22358
|
}
|
22359
22359
|
useRender(() => createElementVNode("div", {
|
22360
22360
|
"class": "v-date-picker-months",
|
22361
|
-
"style":
|
22361
|
+
"style": {
|
22362
22362
|
height: convertToUnit(props.height)
|
22363
|
-
}
|
22363
|
+
}
|
22364
22364
|
}, [createElementVNode("div", {
|
22365
22365
|
"class": "v-date-picker-months__content"
|
22366
22366
|
}, [months.value.map((month, i) => {
|
@@ -22460,9 +22460,9 @@ const VDatePickerYears = genericComponent()({
|
|
22460
22460
|
}
|
22461
22461
|
useRender(() => createElementVNode("div", {
|
22462
22462
|
"class": "v-date-picker-years",
|
22463
|
-
"style":
|
22463
|
+
"style": {
|
22464
22464
|
height: convertToUnit(props.height)
|
22465
|
-
}
|
22465
|
+
}
|
22466
22466
|
}, [createElementVNode("div", {
|
22467
22467
|
"class": "v-date-picker-years__content"
|
22468
22468
|
}, [years.value.map((year, i) => {
|
@@ -22906,9 +22906,9 @@ const VEmptyState = genericComponent()({
|
|
22906
22906
|
}, [slots.title?.() ?? props.title]), hasText && createElementVNode("div", {
|
22907
22907
|
"key": "text",
|
22908
22908
|
"class": "v-empty-state__text",
|
22909
|
-
"style":
|
22909
|
+
"style": {
|
22910
22910
|
maxWidth: convertToUnit(props.textWidth)
|
22911
|
-
}
|
22911
|
+
}
|
22912
22912
|
}, [slots.text?.() ?? props.text]), slots.default && createElementVNode("div", {
|
22913
22913
|
"key": "content",
|
22914
22914
|
"class": "v-empty-state__content"
|
@@ -23773,9 +23773,9 @@ const VInfiniteScrollIntersect = defineComponent({
|
|
23773
23773
|
});
|
23774
23774
|
useRender(() => createElementVNode("div", {
|
23775
23775
|
"class": "v-infinite-scroll-intersect",
|
23776
|
-
"style":
|
23776
|
+
"style": {
|
23777
23777
|
'--v-infinite-margin-size': props.rootMargin
|
23778
|
-
}
|
23778
|
+
},
|
23779
23779
|
"ref": intersectionRef
|
23780
23780
|
}, [createTextVNode("\xA0")]));
|
23781
23781
|
return {};
|
@@ -25386,7 +25386,7 @@ const VOtpInput = genericComponent()({
|
|
25386
25386
|
"aria-label": t(props.label, i + 1),
|
25387
25387
|
"autofocus": i === 0 && props.autofocus,
|
25388
25388
|
"autocomplete": "one-time-code",
|
25389
|
-
"class": ['v-otp-input__field'],
|
25389
|
+
"class": normalizeClass(['v-otp-input__field']),
|
25390
25390
|
"disabled": props.disabled,
|
25391
25391
|
"inputmode": props.type === 'number' ? 'numeric' : 'text',
|
25392
25392
|
"min": props.type === 'number' ? 0 : undefined,
|
@@ -30498,7 +30498,7 @@ const VPullToRefresh = genericComponent()({
|
|
30498
30498
|
});
|
30499
30499
|
useRender(() => {
|
30500
30500
|
return createElementVNode("div", {
|
30501
|
-
"class": ['v-pull-to-refresh'],
|
30501
|
+
"class": normalizeClass(['v-pull-to-refresh']),
|
30502
30502
|
"onTouchstart": onTouchstart,
|
30503
30503
|
"onTouchmove": onTouchmove,
|
30504
30504
|
"onTouchend": onTouchend,
|
@@ -30511,16 +30511,16 @@ const VPullToRefresh = genericComponent()({
|
|
30511
30511
|
"class": normalizeClass(['v-pull-to-refresh__pull-down', {
|
30512
30512
|
'v-pull-to-refresh__pull-down--touching': touching.value
|
30513
30513
|
}]),
|
30514
|
-
"style":
|
30514
|
+
"style": {
|
30515
30515
|
top: convertToUnit(-1 * props.pullDownThreshold + topOffset.value),
|
30516
30516
|
height: convertToUnit(props.pullDownThreshold)
|
30517
|
-
}
|
30517
|
+
}
|
30518
30518
|
}, [slots.pullDownPanel ? slots.pullDownPanel({
|
30519
30519
|
canRefresh: canRefresh.value,
|
30520
30520
|
goingUp: goingUp.value,
|
30521
30521
|
refreshing: refreshing.value
|
30522
30522
|
}) : createElementVNode("div", {
|
30523
|
-
"class": ['v-pull-to-refresh__pull-down-default']
|
30523
|
+
"class": normalizeClass(['v-pull-to-refresh__pull-down-default'])
|
30524
30524
|
}, [refreshing.value ? createVNode(VProgressCircular, {
|
30525
30525
|
"indeterminate": true,
|
30526
30526
|
"active": false
|
@@ -30530,9 +30530,9 @@ const VPullToRefresh = genericComponent()({
|
|
30530
30530
|
"class": normalizeClass(['v-pull-to-refresh__scroll-container', {
|
30531
30531
|
'v-pull-to-refresh__scroll-container--touching': touching.value
|
30532
30532
|
}]),
|
30533
|
-
"style":
|
30533
|
+
"style": {
|
30534
30534
|
top: convertToUnit(topOffset.value)
|
30535
|
-
}
|
30535
|
+
}
|
30536
30536
|
}, [slots.default?.()])]);
|
30537
30537
|
});
|
30538
30538
|
}
|
@@ -32073,7 +32073,7 @@ function createVuetify$1() {
|
|
32073
32073
|
};
|
32074
32074
|
});
|
32075
32075
|
}
|
32076
|
-
const version$1 = "3.8.7-master.2025-
|
32076
|
+
const version$1 = "3.8.7-master.2025-06-02";
|
32077
32077
|
createVuetify$1.version = version$1;
|
32078
32078
|
|
32079
32079
|
// Vue's inject() can only be used in setup
|
@@ -32371,7 +32371,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
32371
32371
|
|
32372
32372
|
/* eslint-disable local-rules/sort-imports */
|
32373
32373
|
|
32374
|
-
const version = "3.8.7-master.2025-
|
32374
|
+
const version = "3.8.7-master.2025-06-02";
|
32375
32375
|
|
32376
32376
|
/* eslint-disable local-rules/sort-imports */
|
32377
32377
|
|