@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.cjs
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
|
*/
|
@@ -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,
|
@@ -12892,14 +12892,14 @@
|
|
12892
12892
|
return props.renderless ? vue.createElementVNode(vue.Fragment, null, [vue.createElementVNode("div", {
|
12893
12893
|
"ref": markerRef,
|
12894
12894
|
"class": "v-virtual-scroll__spacer",
|
12895
|
-
"style":
|
12895
|
+
"style": {
|
12896
12896
|
paddingTop: convertToUnit(paddingTop.value)
|
12897
|
-
}
|
12897
|
+
}
|
12898
12898
|
}, null), children, vue.createElementVNode("div", {
|
12899
12899
|
"class": "v-virtual-scroll__spacer",
|
12900
|
-
"style":
|
12900
|
+
"style": {
|
12901
12901
|
paddingBottom: convertToUnit(paddingBottom.value)
|
12902
|
-
}
|
12902
|
+
}
|
12903
12903
|
}, null)]) : vue.createElementVNode("div", {
|
12904
12904
|
"ref": containerRef,
|
12905
12905
|
"class": vue.normalizeClass(['v-virtual-scroll', props.class]),
|
@@ -12909,10 +12909,10 @@
|
|
12909
12909
|
}, [vue.createElementVNode("div", {
|
12910
12910
|
"ref": markerRef,
|
12911
12911
|
"class": "v-virtual-scroll__container",
|
12912
|
-
"style":
|
12912
|
+
"style": {
|
12913
12913
|
paddingTop: convertToUnit(paddingTop.value),
|
12914
12914
|
paddingBottom: convertToUnit(paddingBottom.value)
|
12915
|
-
}
|
12915
|
+
}
|
12916
12916
|
}, [children])]);
|
12917
12917
|
});
|
12918
12918
|
return {
|
@@ -15346,9 +15346,9 @@
|
|
15346
15346
|
}, {
|
15347
15347
|
default: () => [vue.createElementVNode("div", {
|
15348
15348
|
"class": "v-window__container",
|
15349
|
-
"style":
|
15349
|
+
"style": {
|
15350
15350
|
height: transitionHeight.value
|
15351
|
-
}
|
15351
|
+
}
|
15352
15352
|
}, [slots.default?.({
|
15353
15353
|
group
|
15354
15354
|
}), props.showArrows !== false && vue.createElementVNode("div", {
|
@@ -15443,10 +15443,10 @@
|
|
15443
15443
|
} = _ref2;
|
15444
15444
|
return vue.createElementVNode(vue.Fragment, null, [!props.hideDelimiters && vue.createElementVNode("div", {
|
15445
15445
|
"class": "v-carousel__controls",
|
15446
|
-
"style":
|
15446
|
+
"style": {
|
15447
15447
|
left: props.verticalDelimiters === 'left' && props.verticalDelimiters ? 0 : 'auto',
|
15448
15448
|
right: props.verticalDelimiters === 'right' ? 0 : 'auto'
|
15449
|
-
}
|
15449
|
+
}
|
15450
15450
|
}, [group.items.value.length > 0 && vue.createVNode(VDefaultsProvider, {
|
15451
15451
|
"defaults": {
|
15452
15452
|
VBtn: {
|
@@ -16504,9 +16504,9 @@
|
|
16504
16504
|
"onKeydown": !readonly.value ? onKeydown : undefined
|
16505
16505
|
}, [vue.createElementVNode("div", {
|
16506
16506
|
"class": vue.normalizeClass(['v-slider-thumb__surface', textColorClasses.value, elevationClasses.value]),
|
16507
|
-
"style":
|
16507
|
+
"style": {
|
16508
16508
|
...textColorStyles.value
|
16509
|
-
}
|
16509
|
+
}
|
16510
16510
|
}, null), vue.withDirectives(vue.createElementVNode("div", {
|
16511
16511
|
"class": vue.normalizeClass(['v-slider-thumb__ripple', textColorClasses.value]),
|
16512
16512
|
"style": vue.normalizeStyle(textColorStyles.value)
|
@@ -16519,7 +16519,7 @@
|
|
16519
16519
|
default: () => [vue.withDirectives(vue.createElementVNode("div", {
|
16520
16520
|
"class": "v-slider-thumb__label-container"
|
16521
16521
|
}, [vue.createElementVNode("div", {
|
16522
|
-
"class": ['v-slider-thumb__label']
|
16522
|
+
"class": vue.normalizeClass(['v-slider-thumb__label'])
|
16523
16523
|
}, [vue.createElementVNode("div", null, [slots['thumb-label']?.({
|
16524
16524
|
modelValue: props.modelValue
|
16525
16525
|
}) ?? props.modelValue.toFixed(step.value ? decimals.value : 1)])])]), [[vue.vShow, thumbLabel.value && props.focused || thumbLabel.value === 'always']])]
|
@@ -16604,9 +16604,9 @@
|
|
16604
16604
|
'v-slider-track__tick--first': tick.value === min.value,
|
16605
16605
|
'v-slider-track__tick--last': tick.value === max.value
|
16606
16606
|
}]),
|
16607
|
-
"style":
|
16607
|
+
"style": {
|
16608
16608
|
[startDir.value]: directionValue
|
16609
|
-
}
|
16609
|
+
}
|
16610
16610
|
}, [(tick.label || slots['tick-label']) && vue.createElementVNode("div", {
|
16611
16611
|
"class": "v-slider-track__tick-label"
|
16612
16612
|
}, [slots['tick-label']?.({
|
@@ -16626,16 +16626,16 @@
|
|
16626
16626
|
"class": vue.normalizeClass(['v-slider-track__background', trackColorClasses.value, {
|
16627
16627
|
'v-slider-track__background--opacity': !!color.value || !trackFillColor.value
|
16628
16628
|
}]),
|
16629
|
-
"style":
|
16629
|
+
"style": {
|
16630
16630
|
...backgroundStyles.value,
|
16631
16631
|
...trackColorStyles.value
|
16632
|
-
}
|
16632
|
+
}
|
16633
16633
|
}, null), vue.createElementVNode("div", {
|
16634
16634
|
"class": vue.normalizeClass(['v-slider-track__fill', trackFillColorClasses.value]),
|
16635
|
-
"style":
|
16635
|
+
"style": {
|
16636
16636
|
...trackFillStyles.value,
|
16637
16637
|
...trackFillColorStyles.value
|
16638
|
-
}
|
16638
|
+
}
|
16639
16639
|
}, null), showTicks.value && vue.createElementVNode("div", {
|
16640
16640
|
"class": vue.normalizeClass(['v-slider-track__ticks', {
|
16641
16641
|
'v-slider-track__ticks--always-show': showTicks.value === 'always'
|
@@ -16837,9 +16837,9 @@
|
|
16837
16837
|
}, null)]), vue.createElementVNode("div", {
|
16838
16838
|
"class": "v-color-picker-preview__dot"
|
16839
16839
|
}, [vue.createElementVNode("div", {
|
16840
|
-
"style":
|
16840
|
+
"style": {
|
16841
16841
|
background: HSVtoCSS(props.color ?? nullColor)
|
16842
|
-
}
|
16842
|
+
}
|
16843
16843
|
}, null)]), vue.createElementVNode("div", {
|
16844
16844
|
"class": "v-color-picker-preview__sliders"
|
16845
16845
|
}, [vue.createVNode(VSlider, {
|
@@ -17240,9 +17240,9 @@
|
|
17240
17240
|
"class": "v-color-picker-swatches__color",
|
17241
17241
|
"onClick": () => hsva && emit('update:color', hsva)
|
17242
17242
|
}, [vue.createElementVNode("div", {
|
17243
|
-
"style":
|
17243
|
+
"style": {
|
17244
17244
|
background
|
17245
|
-
}
|
17245
|
+
}
|
17246
17246
|
}, [props.color && deepEqual(props.color, hsva) ? vue.createVNode(VIcon, {
|
17247
17247
|
"size": "x-small",
|
17248
17248
|
"icon": "$success",
|
@@ -20261,12 +20261,12 @@
|
|
20261
20261
|
'v-data-table-column--no-padding': props.noPadding,
|
20262
20262
|
'v-data-table-column--nowrap': props.nowrap
|
20263
20263
|
}, `v-data-table-column--align-${props.align}`]),
|
20264
|
-
"style":
|
20264
|
+
"style": {
|
20265
20265
|
height: convertToUnit(props.height),
|
20266
20266
|
width: convertToUnit(props.width),
|
20267
20267
|
maxWidth: convertToUnit(props.maxWidth),
|
20268
20268
|
left: convertToUnit(props.fixedOffset || null)
|
20269
|
-
}
|
20269
|
+
}
|
20270
20270
|
}, {
|
20271
20271
|
default: () => [slots.default?.()]
|
20272
20272
|
});
|
@@ -20791,9 +20791,9 @@
|
|
20791
20791
|
});
|
20792
20792
|
return () => vue.createElementVNode("tr", {
|
20793
20793
|
"class": "v-data-table-group-header-row",
|
20794
|
-
"style":
|
20794
|
+
"style": {
|
20795
20795
|
'--v-data-table-group-header-row-depth': props.item.depth
|
20796
|
-
}
|
20796
|
+
}
|
20797
20797
|
}, [columns.value.map(column => {
|
20798
20798
|
if (column.key === 'data-table-group') {
|
20799
20799
|
const icon = isGroupOpen(props.item) ? '$expand' : '$next';
|
@@ -21141,9 +21141,9 @@
|
|
21141
21141
|
}, {
|
21142
21142
|
default: () => [slots.top?.(), slots.default ? vue.createElementVNode("div", {
|
21143
21143
|
"class": "v-table__wrapper",
|
21144
|
-
"style":
|
21144
|
+
"style": {
|
21145
21145
|
height: convertToUnit(props.height)
|
21146
|
-
}
|
21146
|
+
}
|
21147
21147
|
}, [vue.createElementVNode("table", null, [slots.default()])]) : slots.wrapper?.(), slots.bottom?.()]
|
21148
21148
|
}));
|
21149
21149
|
return {};
|
@@ -21578,19 +21578,19 @@
|
|
21578
21578
|
"onScrollPassive": handleScroll,
|
21579
21579
|
"onScrollend": handleScrollend,
|
21580
21580
|
"class": "v-table__wrapper",
|
21581
|
-
"style":
|
21581
|
+
"style": {
|
21582
21582
|
height: convertToUnit(props.height)
|
21583
|
-
}
|
21583
|
+
}
|
21584
21584
|
}, [vue.createElementVNode("table", null, [slots.colgroup?.(slotProps.value), !props.hideDefaultHeader && vue.createElementVNode("thead", {
|
21585
21585
|
"key": "thead"
|
21586
21586
|
}, [vue.createVNode(VDataTableHeaders, dataTableHeadersProps, slots)]), slots.thead?.(slotProps.value), !props.hideDefaultBody && vue.createElementVNode("tbody", {
|
21587
21587
|
"key": "tbody"
|
21588
21588
|
}, [vue.createElementVNode("tr", {
|
21589
21589
|
"ref": markerRef,
|
21590
|
-
"style":
|
21590
|
+
"style": {
|
21591
21591
|
height: convertToUnit(paddingTop.value),
|
21592
21592
|
border: 0
|
21593
|
-
}
|
21593
|
+
}
|
21594
21594
|
}, [vue.createElementVNode("td", {
|
21595
21595
|
"colspan": columns.value.length,
|
21596
21596
|
"style": {
|
@@ -21621,10 +21621,10 @@
|
|
21621
21621
|
}
|
21622
21622
|
})
|
21623
21623
|
}), slots['body.append']?.(slotProps.value), vue.createElementVNode("tr", {
|
21624
|
-
"style":
|
21624
|
+
"style": {
|
21625
21625
|
height: convertToUnit(paddingBottom.value),
|
21626
21626
|
border: 0
|
21627
|
-
}
|
21627
|
+
}
|
21628
21628
|
}, [vue.createElementVNode("td", {
|
21629
21629
|
"colspan": columns.value.length,
|
21630
21630
|
"style": {
|
@@ -22162,10 +22162,10 @@
|
|
22162
22162
|
useRender(() => {
|
22163
22163
|
// TODO: add slot support and scope defaults
|
22164
22164
|
return vue.createElementVNode("div", {
|
22165
|
-
"class": ['v-date-picker-controls'],
|
22166
|
-
"style":
|
22165
|
+
"class": vue.normalizeClass(['v-date-picker-controls']),
|
22166
|
+
"style": {
|
22167
22167
|
'--v-date-picker-controls-height': convertToUnit(props.controlHeight)
|
22168
|
-
}
|
22168
|
+
}
|
22169
22169
|
}, [vue.createVNode(VBtn, {
|
22170
22170
|
"class": "v-date-picker-controls__month-btn",
|
22171
22171
|
"data-testid": "month-btn",
|
@@ -22543,7 +22543,7 @@
|
|
22543
22543
|
"key": "hide-week-days",
|
22544
22544
|
"class": "v-date-picker-month__day"
|
22545
22545
|
}, [vue.createTextVNode("\xA0")]), weekNumbers.value.map(week => vue.createElementVNode("div", {
|
22546
|
-
"class": ['v-date-picker-month__day', 'v-date-picker-month__day--adjacent']
|
22546
|
+
"class": vue.normalizeClass(['v-date-picker-month__day', 'v-date-picker-month__day--adjacent'])
|
22547
22547
|
}, [week]))]), vue.createVNode(MaybeTransition, {
|
22548
22548
|
"name": transition.value
|
22549
22549
|
}, {
|
@@ -22552,7 +22552,7 @@
|
|
22552
22552
|
"key": daysInMonth.value[0].date?.toString(),
|
22553
22553
|
"class": "v-date-picker-month__days"
|
22554
22554
|
}, [!props.hideWeekdays && adapter.getWeekdays(props.firstDayOfWeek).map(weekDay => vue.createElementVNode("div", {
|
22555
|
-
"class": ['v-date-picker-month__day', 'v-date-picker-month__weekday']
|
22555
|
+
"class": vue.normalizeClass(['v-date-picker-month__day', 'v-date-picker-month__weekday'])
|
22556
22556
|
}, [weekDay])), daysInMonth.value.map((item, i) => {
|
22557
22557
|
const slotProps = {
|
22558
22558
|
props: {
|
@@ -22640,9 +22640,9 @@
|
|
22640
22640
|
}
|
22641
22641
|
useRender(() => vue.createElementVNode("div", {
|
22642
22642
|
"class": "v-date-picker-months",
|
22643
|
-
"style":
|
22643
|
+
"style": {
|
22644
22644
|
height: convertToUnit(props.height)
|
22645
|
-
}
|
22645
|
+
}
|
22646
22646
|
}, [vue.createElementVNode("div", {
|
22647
22647
|
"class": "v-date-picker-months__content"
|
22648
22648
|
}, [months.value.map((month, i) => {
|
@@ -22742,9 +22742,9 @@
|
|
22742
22742
|
}
|
22743
22743
|
useRender(() => vue.createElementVNode("div", {
|
22744
22744
|
"class": "v-date-picker-years",
|
22745
|
-
"style":
|
22745
|
+
"style": {
|
22746
22746
|
height: convertToUnit(props.height)
|
22747
|
-
}
|
22747
|
+
}
|
22748
22748
|
}, [vue.createElementVNode("div", {
|
22749
22749
|
"class": "v-date-picker-years__content"
|
22750
22750
|
}, [years.value.map((year, i) => {
|
@@ -23188,9 +23188,9 @@
|
|
23188
23188
|
}, [slots.title?.() ?? props.title]), hasText && vue.createElementVNode("div", {
|
23189
23189
|
"key": "text",
|
23190
23190
|
"class": "v-empty-state__text",
|
23191
|
-
"style":
|
23191
|
+
"style": {
|
23192
23192
|
maxWidth: convertToUnit(props.textWidth)
|
23193
|
-
}
|
23193
|
+
}
|
23194
23194
|
}, [slots.text?.() ?? props.text]), slots.default && vue.createElementVNode("div", {
|
23195
23195
|
"key": "content",
|
23196
23196
|
"class": "v-empty-state__content"
|
@@ -24055,9 +24055,9 @@
|
|
24055
24055
|
});
|
24056
24056
|
useRender(() => vue.createElementVNode("div", {
|
24057
24057
|
"class": "v-infinite-scroll-intersect",
|
24058
|
-
"style":
|
24058
|
+
"style": {
|
24059
24059
|
'--v-infinite-margin-size': props.rootMargin
|
24060
|
-
}
|
24060
|
+
},
|
24061
24061
|
"ref": intersectionRef
|
24062
24062
|
}, [vue.createTextVNode("\xA0")]));
|
24063
24063
|
return {};
|
@@ -25668,7 +25668,7 @@
|
|
25668
25668
|
"aria-label": t(props.label, i + 1),
|
25669
25669
|
"autofocus": i === 0 && props.autofocus,
|
25670
25670
|
"autocomplete": "one-time-code",
|
25671
|
-
"class": ['v-otp-input__field'],
|
25671
|
+
"class": vue.normalizeClass(['v-otp-input__field']),
|
25672
25672
|
"disabled": props.disabled,
|
25673
25673
|
"inputmode": props.type === 'number' ? 'numeric' : 'text',
|
25674
25674
|
"min": props.type === 'number' ? 0 : undefined,
|
@@ -29386,7 +29386,7 @@
|
|
29386
29386
|
};
|
29387
29387
|
});
|
29388
29388
|
}
|
29389
|
-
const version$1 = "3.8.7-master.2025-
|
29389
|
+
const version$1 = "3.8.7-master.2025-06-02";
|
29390
29390
|
createVuetify$1.version = version$1;
|
29391
29391
|
|
29392
29392
|
// Vue's inject() can only be used in setup
|
@@ -29411,7 +29411,7 @@
|
|
29411
29411
|
...options
|
29412
29412
|
});
|
29413
29413
|
};
|
29414
|
-
const version = "3.8.7-master.2025-
|
29414
|
+
const version = "3.8.7-master.2025-06-02";
|
29415
29415
|
createVuetify.version = version;
|
29416
29416
|
|
29417
29417
|
exports.blueprints = index;
|