@vuetify/nightly 3.7.15-master.2025-03-06 → 3.7.15-master.2025-03-08
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 +33 -3
- package/dist/json/attributes.json +3107 -3103
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +164 -164
- package/dist/json/tags.json +3 -2
- package/dist/json/web-types.json +5945 -5924
- package/dist/vuetify-labs.css +3283 -3283
- package/dist/vuetify-labs.d.ts +314 -142
- package/dist/vuetify-labs.esm.js +144 -126
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +143 -125
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +3835 -3835
- package/dist/vuetify.d.ts +264 -150
- package/dist/vuetify.esm.js +90 -69
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +89 -68
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +221 -219
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAppBar/index.d.mts +15 -6
- package/lib/components/VAutocomplete/index.d.mts +2 -2
- package/lib/components/VBadge/VBadge.mjs +2 -2
- package/lib/components/VBadge/VBadge.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.mjs +6 -3
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +15 -6
- package/lib/components/VCard/VCard.mjs +12 -3
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/VCardItem.mjs +11 -4
- package/lib/components/VCard/VCardItem.mjs.map +1 -1
- package/lib/components/VCard/index.d.mts +75 -30
- package/lib/components/VCarousel/VCarousel.mjs +1 -1
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VChip/VChip.mjs +6 -3
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.mts +15 -6
- package/lib/components/VCombobox/index.d.mts +2 -2
- package/lib/components/VDataTable/composables/headers.mjs +2 -2
- package/lib/components/VDataTable/composables/headers.mjs.map +1 -1
- package/lib/components/VDataTable/composables/paginate.mjs +2 -2
- package/lib/components/VDataTable/composables/paginate.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +12 -21
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +3 -3
- package/lib/components/VFab/index.d.mts +15 -6
- package/lib/components/VList/VListItem.mjs +11 -5
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +32 -14
- package/lib/components/VPagination/VPagination.mjs +3 -3
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VParallax/VParallax.mjs +1 -1
- package/lib/components/VParallax/VParallax.mjs.map +1 -1
- package/lib/components/VRating/VRating.mjs +1 -1
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +2 -2
- package/lib/components/VSlider/slider.mjs +1 -1
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSparkline/VBarline.mjs +1 -1
- package/lib/components/VSparkline/VBarline.mjs.map +1 -1
- package/lib/components/VTabs/index.d.mts +39 -24
- package/lib/components/VTextarea/VTextarea.mjs +2 -2
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/index.d.mts +209 -95
- package/lib/composables/stack.mjs +2 -2
- package/lib/composables/stack.mjs.map +1 -1
- package/lib/composables/validation.mjs +2 -2
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +55 -55
- package/lib/labs/VDateInput/VDateInput.mjs +3 -2
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +10 -10
- package/lib/labs/VFileUpload/VFileUpload.mjs +3 -2
- package/lib/labs/VFileUpload/VFileUpload.mjs.map +1 -1
- package/lib/labs/VFileUpload/index.d.mts +32 -14
- package/lib/labs/VNumberInput/VNumberInput.mjs +5 -5
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePicker.mjs +30 -31
- package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +14 -13
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +35 -13
- package/lib/labs/VTimePicker/shared.mjs +2 -0
- package/lib/labs/VTimePicker/shared.mjs.map +1 -0
- package/lib/labs/VTreeview/index.d.mts +32 -14
- package/lib/labs/components.d.mts +107 -49
- package/lib/locale/adapters/vuetify.mjs +1 -1
- package/lib/locale/adapters/vuetify.mjs.map +1 -1
- package/lib/util/animation.mjs +8 -8
- package/lib/util/animation.mjs.map +1 -1
- package/lib/util/helpers.mjs +6 -4
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +1 -1
- package/lib/labs/VTimePicker/SelectingTimes.mjs +0 -10
- package/lib/labs/VTimePicker/SelectingTimes.mjs.map +0 -1
package/dist/vuetify.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.15-master.2025-03-
|
2
|
+
* Vuetify v3.7.15-master.2025-03-08
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -84,12 +84,14 @@
|
|
84
84
|
let unit = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'px';
|
85
85
|
if (str == null || str === '') {
|
86
86
|
return undefined;
|
87
|
-
}
|
87
|
+
}
|
88
|
+
const num = Number(str);
|
89
|
+
if (isNaN(num)) {
|
88
90
|
return String(str);
|
89
|
-
} else if (!isFinite(
|
91
|
+
} else if (!isFinite(num)) {
|
90
92
|
return undefined;
|
91
93
|
} else {
|
92
|
-
return `${
|
94
|
+
return `${num}${unit}`;
|
93
95
|
}
|
94
96
|
}
|
95
97
|
function isObject(obj) {
|
@@ -617,16 +619,16 @@
|
|
617
619
|
let ta, sx, sy, dx, dy;
|
618
620
|
if (tx.startsWith('matrix3d(')) {
|
619
621
|
ta = tx.slice(9, -1).split(/, /);
|
620
|
-
sx =
|
621
|
-
sy =
|
622
|
-
dx =
|
623
|
-
dy =
|
622
|
+
sx = Number(ta[0]);
|
623
|
+
sy = Number(ta[5]);
|
624
|
+
dx = Number(ta[12]);
|
625
|
+
dy = Number(ta[13]);
|
624
626
|
} else if (tx.startsWith('matrix(')) {
|
625
627
|
ta = tx.slice(7, -1).split(/, /);
|
626
|
-
sx =
|
627
|
-
sy =
|
628
|
-
dx =
|
629
|
-
dy =
|
628
|
+
sx = Number(ta[0]);
|
629
|
+
sy = Number(ta[3]);
|
630
|
+
dx = Number(ta[4]);
|
631
|
+
dy = Number(ta[5]);
|
630
632
|
} else {
|
631
633
|
return new Box(rect);
|
632
634
|
}
|
@@ -2520,7 +2522,7 @@
|
|
2520
2522
|
const LANG_PREFIX = '$vuetify.';
|
2521
2523
|
const replace = (str, params) => {
|
2522
2524
|
return str.replace(/\{(\d+)\}/g, (match, index) => {
|
2523
|
-
return String(params[
|
2525
|
+
return String(params[Number(index)]);
|
2524
2526
|
});
|
2525
2527
|
};
|
2526
2528
|
const createTranslateFunction = (current, fallback, messages) => {
|
@@ -5809,7 +5811,10 @@
|
|
5809
5811
|
type: [Boolean, Object],
|
5810
5812
|
default: true
|
5811
5813
|
},
|
5812
|
-
text:
|
5814
|
+
text: {
|
5815
|
+
type: [String, Number, Boolean],
|
5816
|
+
default: undefined
|
5817
|
+
},
|
5813
5818
|
...makeBorderProps(),
|
5814
5819
|
...makeComponentProps(),
|
5815
5820
|
...makeDensityProps(),
|
@@ -5965,7 +5970,7 @@
|
|
5965
5970
|
}
|
5966
5971
|
}
|
5967
5972
|
}, {
|
5968
|
-
default: () => [slots.default?.() ?? props.text]
|
5973
|
+
default: () => [slots.default?.() ?? vue.toDisplayString(props.text)]
|
5969
5974
|
})]), !props.icon && hasAppend && vue.createVNode("span", {
|
5970
5975
|
"key": "append",
|
5971
5976
|
"class": "v-btn__append"
|
@@ -6973,7 +6978,7 @@
|
|
6973
6978
|
const isPristine = vue.shallowRef(true);
|
6974
6979
|
const isDirty = vue.computed(() => !!(wrapInArray(model.value === '' ? null : model.value).length || wrapInArray(validationModel.value === '' ? null : validationModel.value).length));
|
6975
6980
|
const errorMessages = vue.computed(() => {
|
6976
|
-
return props.errorMessages?.length ? wrapInArray(props.errorMessages).concat(internalErrorMessages.value).slice(0, Math.max(0,
|
6981
|
+
return props.errorMessages?.length ? wrapInArray(props.errorMessages).concat(internalErrorMessages.value).slice(0, Math.max(0, Number(props.maxErrors))) : internalErrorMessages.value;
|
6977
6982
|
});
|
6978
6983
|
const validateOn = vue.computed(() => {
|
6979
6984
|
let value = (props.validateOn ?? form.validateOn?.value) || 'input';
|
@@ -7064,7 +7069,7 @@
|
|
7064
7069
|
const results = [];
|
7065
7070
|
isValidating.value = true;
|
7066
7071
|
for (const rule of props.rules) {
|
7067
|
-
if (results.length >=
|
7072
|
+
if (results.length >= Number(props.maxErrors ?? 1)) {
|
7068
7073
|
break;
|
7069
7074
|
}
|
7070
7075
|
const handler = typeof rule === 'function' ? rule : () => rule;
|
@@ -8125,7 +8130,10 @@
|
|
8125
8130
|
type: [Boolean, Object],
|
8126
8131
|
default: true
|
8127
8132
|
},
|
8128
|
-
text:
|
8133
|
+
text: {
|
8134
|
+
type: [String, Number, Boolean],
|
8135
|
+
default: undefined
|
8136
|
+
},
|
8129
8137
|
modelValue: {
|
8130
8138
|
type: Boolean,
|
8131
8139
|
default: true
|
@@ -8294,7 +8302,7 @@
|
|
8294
8302
|
toggle: group?.toggle,
|
8295
8303
|
value: group?.value.value,
|
8296
8304
|
disabled: props.disabled
|
8297
|
-
}) ?? props.text]), hasAppend && vue.createVNode("div", {
|
8305
|
+
}) ?? vue.toDisplayString(props.text)]), hasAppend && vue.createVNode("div", {
|
8298
8306
|
"key": "append",
|
8299
8307
|
"class": "v-chip__append"
|
8300
8308
|
}, [!slots.append ? vue.createVNode(vue.Fragment, null, [props.appendIcon && vue.createVNode(VIcon, {
|
@@ -9173,8 +9181,14 @@
|
|
9173
9181
|
default: true
|
9174
9182
|
},
|
9175
9183
|
slim: Boolean,
|
9176
|
-
subtitle:
|
9177
|
-
|
9184
|
+
subtitle: {
|
9185
|
+
type: [String, Number, Boolean],
|
9186
|
+
default: undefined
|
9187
|
+
},
|
9188
|
+
title: {
|
9189
|
+
type: [String, Number, Boolean],
|
9190
|
+
default: undefined
|
9191
|
+
},
|
9178
9192
|
value: null,
|
9179
9193
|
onClick: EventProp(),
|
9180
9194
|
onClickOnce: EventProp(),
|
@@ -9367,13 +9381,13 @@
|
|
9367
9381
|
}, {
|
9368
9382
|
default: () => [slots.title?.({
|
9369
9383
|
title: props.title
|
9370
|
-
}) ?? props.title]
|
9384
|
+
}) ?? vue.toDisplayString(props.title)]
|
9371
9385
|
}), hasSubtitle && vue.createVNode(VListItemSubtitle, {
|
9372
9386
|
"key": "subtitle"
|
9373
9387
|
}, {
|
9374
9388
|
default: () => [slots.subtitle?.({
|
9375
9389
|
subtitle: props.subtitle
|
9376
|
-
}) ?? props.subtitle]
|
9390
|
+
}) ?? vue.toDisplayString(props.subtitle)]
|
9377
9391
|
}), slots.default?.(slotProps.value)]), hasAppend && vue.createVNode("div", {
|
9378
9392
|
"key": "append",
|
9379
9393
|
"class": "v-list-item__append"
|
@@ -10974,10 +10988,10 @@
|
|
10974
10988
|
activeChildren: new Set()
|
10975
10989
|
});
|
10976
10990
|
vue.provide(StackSymbol, stack);
|
10977
|
-
const _zIndex = vue.shallowRef(
|
10991
|
+
const _zIndex = vue.shallowRef(Number(zIndex.value));
|
10978
10992
|
useToggleScope(isActive, () => {
|
10979
10993
|
const lastZIndex = globalStack.at(-1)?.[1];
|
10980
|
-
_zIndex.value = lastZIndex ? lastZIndex + 10 :
|
10994
|
+
_zIndex.value = lastZIndex ? lastZIndex + 10 : Number(zIndex.value);
|
10981
10995
|
if (createStackEntry) {
|
10982
10996
|
globalStack.push([vm.uid, _zIndex.value]);
|
10983
10997
|
}
|
@@ -13759,11 +13773,11 @@
|
|
13759
13773
|
locationStyles
|
13760
13774
|
} = useLocation(props, true, side => {
|
13761
13775
|
const base = props.floating ? props.dot ? 2 : 4 : props.dot ? 8 : 12;
|
13762
|
-
return base + (['top', 'bottom'].includes(side) ?
|
13776
|
+
return base + (['top', 'bottom'].includes(side) ? Number(props.offsetY ?? 0) : ['left', 'right'].includes(side) ? Number(props.offsetX ?? 0) : 0);
|
13763
13777
|
});
|
13764
13778
|
useRender(() => {
|
13765
13779
|
const value = Number(props.content);
|
13766
|
-
const content = !props.max || isNaN(value) ? props.content : value <=
|
13780
|
+
const content = !props.max || isNaN(value) ? props.content : value <= Number(props.max) ? value : `${props.max}+`;
|
13767
13781
|
const [badgeAttrs, attrs] = pickWithRest(ctx.attrs, ['aria-atomic', 'aria-label', 'aria-live', 'role', 'title']);
|
13768
13782
|
return vue.createVNode(props.tag, vue.mergeProps({
|
13769
13783
|
"class": ['v-badge', {
|
@@ -14462,8 +14476,14 @@
|
|
14462
14476
|
appendIcon: IconValue,
|
14463
14477
|
prependAvatar: String,
|
14464
14478
|
prependIcon: IconValue,
|
14465
|
-
subtitle:
|
14466
|
-
|
14479
|
+
subtitle: {
|
14480
|
+
type: [String, Number, Boolean],
|
14481
|
+
default: undefined
|
14482
|
+
},
|
14483
|
+
title: {
|
14484
|
+
type: [String, Number, Boolean],
|
14485
|
+
default: undefined
|
14486
|
+
},
|
14467
14487
|
...makeComponentProps(),
|
14468
14488
|
...makeDensityProps()
|
14469
14489
|
}, 'VCardItem');
|
@@ -14513,11 +14533,11 @@
|
|
14513
14533
|
}, [hasTitle && vue.createVNode(VCardTitle, {
|
14514
14534
|
"key": "title"
|
14515
14535
|
}, {
|
14516
|
-
default: () => [slots.title?.() ?? props.title]
|
14536
|
+
default: () => [slots.title?.() ?? vue.toDisplayString(props.title)]
|
14517
14537
|
}), hasSubtitle && vue.createVNode(VCardSubtitle, {
|
14518
14538
|
"key": "subtitle"
|
14519
14539
|
}, {
|
14520
|
-
default: () => [slots.subtitle?.() ?? props.subtitle]
|
14540
|
+
default: () => [slots.subtitle?.() ?? vue.toDisplayString(props.subtitle)]
|
14521
14541
|
}), slots.default?.()]), hasAppend && vue.createVNode("div", {
|
14522
14542
|
"key": "append",
|
14523
14543
|
"class": "v-card-item__append"
|
@@ -14589,9 +14609,18 @@
|
|
14589
14609
|
type: [Boolean, Object],
|
14590
14610
|
default: true
|
14591
14611
|
},
|
14592
|
-
subtitle:
|
14593
|
-
|
14594
|
-
|
14612
|
+
subtitle: {
|
14613
|
+
type: [String, Number, Boolean],
|
14614
|
+
default: undefined
|
14615
|
+
},
|
14616
|
+
text: {
|
14617
|
+
type: [String, Number, Boolean],
|
14618
|
+
default: undefined
|
14619
|
+
},
|
14620
|
+
title: {
|
14621
|
+
type: [String, Number, Boolean],
|
14622
|
+
default: undefined
|
14623
|
+
},
|
14595
14624
|
...makeBorderProps(),
|
14596
14625
|
...makeComponentProps(),
|
14597
14626
|
...makeDensityProps(),
|
@@ -15060,7 +15089,7 @@
|
|
15060
15089
|
vue.onMounted(startTimeout);
|
15061
15090
|
function startTimeout() {
|
15062
15091
|
if (!props.cycle || !windowRef.value) return;
|
15063
|
-
slideTimeout = window.setTimeout(windowRef.value.group.next,
|
15092
|
+
slideTimeout = window.setTimeout(windowRef.value.group.next, Number(props.interval) > 0 ? Number(props.interval) : 6000);
|
15064
15093
|
}
|
15065
15094
|
function restartTimeout() {
|
15066
15095
|
window.clearTimeout(slideTimeout);
|
@@ -15786,7 +15815,7 @@
|
|
15786
15815
|
const useSteps = props => {
|
15787
15816
|
const min = vue.computed(() => parseFloat(props.min));
|
15788
15817
|
const max = vue.computed(() => parseFloat(props.max));
|
15789
|
-
const step = vue.computed(() =>
|
15818
|
+
const step = vue.computed(() => Number(props.step) > 0 ? parseFloat(props.step) : 0);
|
15790
15819
|
const decimals = vue.computed(() => Math.max(getDecimals(step.value), getDecimals(min.value)));
|
15791
15820
|
function roundValue(value) {
|
15792
15821
|
value = parseFloat(value);
|
@@ -18741,8 +18770,8 @@
|
|
18741
18770
|
}, 'DataTable-paginate');
|
18742
18771
|
const VDataTablePaginationSymbol = Symbol.for('vuetify:data-table-pagination');
|
18743
18772
|
function createPagination(props) {
|
18744
|
-
const page = useProxiedModel(props, 'page', undefined, value =>
|
18745
|
-
const itemsPerPage = useProxiedModel(props, 'itemsPerPage', undefined, value =>
|
18773
|
+
const page = useProxiedModel(props, 'page', undefined, value => Number(value ?? 1));
|
18774
|
+
const itemsPerPage = useProxiedModel(props, 'itemsPerPage', undefined, value => Number(value ?? 10));
|
18746
18775
|
return {
|
18747
18776
|
page,
|
18748
18777
|
itemsPerPage
|
@@ -19531,7 +19560,7 @@
|
|
19531
19560
|
const minButtons = props.showFirstLastPage ? 5 : 3;
|
19532
19561
|
return Math.max(0, Math.floor(
|
19533
19562
|
// Round to two decimal places to avoid floating point errors
|
19534
|
-
|
19563
|
+
Number(((totalWidth - itemWidth * minButtons) / itemWidth).toFixed(2))));
|
19535
19564
|
}
|
19536
19565
|
const range = vue.computed(() => {
|
19537
19566
|
if (length.value <= 0 || isNaN(length.value) || length.value > Number.MAX_SAFE_INTEGER) return [];
|
@@ -19602,7 +19631,7 @@
|
|
19602
19631
|
ref,
|
19603
19632
|
ellipsis: false,
|
19604
19633
|
icon: true,
|
19605
|
-
disabled: !!props.disabled ||
|
19634
|
+
disabled: !!props.disabled || Number(props.length) < 2,
|
19606
19635
|
color: isActive ? props.activeColor : props.color,
|
19607
19636
|
'aria-current': isActive,
|
19608
19637
|
'aria-label': t(isActive ? props.currentPageAriaLabel : props.pageAriaLabel, item),
|
@@ -19651,7 +19680,7 @@
|
|
19651
19680
|
refs.value[currentIndex]?.$el.focus();
|
19652
19681
|
}
|
19653
19682
|
function onKeydown(e) {
|
19654
|
-
if (e.key === keyValues.left && !props.disabled && page.value >
|
19683
|
+
if (e.key === keyValues.left && !props.disabled && page.value > Number(props.start)) {
|
19655
19684
|
page.value = page.value - 1;
|
19656
19685
|
vue.nextTick(updateFocus);
|
19657
19686
|
} else if (e.key === keyValues.right && !props.disabled && page.value < start.value + length.value - 1) {
|
@@ -19984,10 +20013,10 @@
|
|
19984
20013
|
} else {
|
19985
20014
|
if (!seenFixed) {
|
19986
20015
|
item.lastFixed = true;
|
19987
|
-
} else if (isNaN(
|
20016
|
+
} else if (isNaN(Number(item.width))) {
|
19988
20017
|
consoleError(`Multiple fixed columns should have a static width (key: ${item.key})`);
|
19989
20018
|
} else {
|
19990
|
-
item.minWidth = Math.max(
|
20019
|
+
item.minWidth = Math.max(Number(item.width) || 0, Number(item.minWidth) || 0);
|
19991
20020
|
}
|
19992
20021
|
seenFixed = true;
|
19993
20022
|
}
|
@@ -22120,7 +22149,7 @@
|
|
22120
22149
|
model.value = [value];
|
22121
22150
|
}
|
22122
22151
|
}
|
22123
|
-
|
22152
|
+
useRender(() => vue.createVNode("div", {
|
22124
22153
|
"class": "v-date-picker-month"
|
22125
22154
|
}, [props.showWeek && vue.createVNode("div", {
|
22126
22155
|
"key": "weeks",
|
@@ -22142,6 +22171,13 @@
|
|
22142
22171
|
}, [weekDay])), daysInMonth.value.map((item, i) => {
|
22143
22172
|
const slotProps = {
|
22144
22173
|
props: {
|
22174
|
+
class: 'v-date-picker-month__day-btn',
|
22175
|
+
color: (item.isSelected || item.isToday) && !item.isDisabled ? props.color : undefined,
|
22176
|
+
disabled: item.isDisabled,
|
22177
|
+
icon: true,
|
22178
|
+
ripple: false,
|
22179
|
+
text: item.localized,
|
22180
|
+
variant: item.isDisabled ? item.isToday ? 'outlined' : 'text' : item.isToday && !item.isSelected ? 'outlined' : 'flat',
|
22145
22181
|
onClick: () => onClick(item.date)
|
22146
22182
|
},
|
22147
22183
|
item,
|
@@ -22159,24 +22195,9 @@
|
|
22159
22195
|
'v-date-picker-month__day--week-start': item.isWeekStart
|
22160
22196
|
}],
|
22161
22197
|
"data-v-date": !item.isDisabled ? item.isoDate : undefined
|
22162
|
-
}, [(props.showAdjacentMonths || !item.isAdjacent) && vue.createVNode(
|
22163
|
-
"defaults": {
|
22164
|
-
VBtn: {
|
22165
|
-
class: 'v-date-picker-month__day-btn',
|
22166
|
-
color: (item.isSelected || item.isToday) && !item.isDisabled ? props.color : undefined,
|
22167
|
-
disabled: item.isDisabled,
|
22168
|
-
icon: true,
|
22169
|
-
ripple: false,
|
22170
|
-
text: item.localized,
|
22171
|
-
variant: item.isDisabled ? item.isToday ? 'outlined' : 'text' : item.isToday && !item.isSelected ? 'outlined' : 'flat',
|
22172
|
-
onClick: () => onClick(item.date)
|
22173
|
-
}
|
22174
|
-
}
|
22175
|
-
}, {
|
22176
|
-
default: () => [slots.day?.(slotProps) ?? vue.createVNode(VBtn, slotProps.props, null)]
|
22177
|
-
})]);
|
22198
|
+
}, [(props.showAdjacentMonths || !item.isAdjacent) && (slots.day?.(slotProps) ?? vue.createVNode(VBtn, slotProps.props, null))]);
|
22178
22199
|
})])]
|
22179
|
-
})]);
|
22200
|
+
})]));
|
22180
22201
|
}
|
22181
22202
|
});
|
22182
22203
|
|
@@ -24933,7 +24954,7 @@
|
|
24933
24954
|
vue.watch(displayHeight, onScroll);
|
24934
24955
|
vue.watch(() => contentRect.value?.height, onScroll);
|
24935
24956
|
const scale = vue.computed(() => {
|
24936
|
-
return 1 - clamp(
|
24957
|
+
return 1 - clamp(Number(props.scale));
|
24937
24958
|
});
|
24938
24959
|
let frame = -1;
|
24939
24960
|
function onScroll() {
|
@@ -25354,7 +25375,7 @@
|
|
25354
25375
|
themeClasses
|
25355
25376
|
} = provideTheme(props);
|
25356
25377
|
const rating = useProxiedModel(props, 'modelValue');
|
25357
|
-
const normalizedValue = vue.computed(() => clamp(parseFloat(rating.value), 0,
|
25378
|
+
const normalizedValue = vue.computed(() => clamp(parseFloat(rating.value), 0, Number(props.length)));
|
25358
25379
|
const range = vue.computed(() => createRange(Number(props.length), 1));
|
25359
25380
|
const increments = vue.computed(() => range.value.flatMap(v => props.halfIncrements ? [v - 0.5, v] : [v]));
|
25360
25381
|
const hoverIndex = vue.shallowRef(-1);
|
@@ -25965,7 +25986,7 @@
|
|
25965
25986
|
const height = Math.abs(gridY * value);
|
25966
25987
|
return {
|
25967
25988
|
x: minX + index * gridX,
|
25968
|
-
y: horizonY - height +
|
25989
|
+
y: horizonY - height + Number(value < 0) * height,
|
25969
25990
|
height,
|
25970
25991
|
value
|
25971
25992
|
};
|
@@ -27403,10 +27424,10 @@
|
|
27403
27424
|
}
|
27404
27425
|
}
|
27405
27426
|
const sizerRef = vue.ref();
|
27406
|
-
const rows = vue.ref(
|
27427
|
+
const rows = vue.ref(Number(props.rows));
|
27407
27428
|
const isPlainOrUnderlined = vue.computed(() => ['plain', 'underlined'].includes(props.variant));
|
27408
27429
|
vue.watchEffect(() => {
|
27409
|
-
if (!props.autoGrow) rows.value =
|
27430
|
+
if (!props.autoGrow) rows.value = Number(props.rows);
|
27410
27431
|
});
|
27411
27432
|
function calculateInputHeight() {
|
27412
27433
|
if (!props.autoGrow) return;
|
@@ -28423,7 +28444,7 @@
|
|
28423
28444
|
goTo
|
28424
28445
|
};
|
28425
28446
|
}
|
28426
|
-
const version$1 = "3.7.15-master.2025-03-
|
28447
|
+
const version$1 = "3.7.15-master.2025-03-08";
|
28427
28448
|
createVuetify$1.version = version$1;
|
28428
28449
|
|
28429
28450
|
// Vue's inject() can only be used in setup
|
@@ -28448,7 +28469,7 @@
|
|
28448
28469
|
...options
|
28449
28470
|
});
|
28450
28471
|
};
|
28451
|
-
const version = "3.7.15-master.2025-03-
|
28472
|
+
const version = "3.7.15-master.2025-03-08";
|
28452
28473
|
createVuetify.version = version;
|
28453
28474
|
|
28454
28475
|
exports.blueprints = index;
|