@vuetify/nightly 3.6.13-3.7.0-beta.0.0-dev.2024-07-10 → 3.6.13-3.7.0-beta.0.0-dev.2024-07-24
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 +0 -8
- package/dist/json/attributes.json +30 -22
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +120 -120
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +53 -42
- package/dist/vuetify-labs.css +2160 -2162
- package/dist/vuetify-labs.d.ts +12298 -12189
- package/dist/vuetify-labs.esm.js +59 -29
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +59 -29
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +871 -873
- package/dist/vuetify.d.ts +10357 -10268
- package/dist/vuetify.esm.js +51 -25
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +51 -25
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1043 -1044
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +55 -55
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.mts +169 -169
- package/lib/components/VAutocomplete/index.d.mts +615 -609
- package/lib/components/VAvatar/index.d.mts +36 -36
- package/lib/components/VBadge/index.d.mts +58 -58
- package/lib/components/VBanner/index.d.mts +59 -59
- package/lib/components/VBottomNavigation/index.d.mts +58 -58
- package/lib/components/VBottomSheet/index.d.mts +118 -118
- package/lib/components/VBreadcrumbs/index.d.mts +34 -34
- package/lib/components/VBtn/VBtn.css +3 -0
- package/lib/components/VBtn/VBtn.sass +3 -0
- package/lib/components/VBtn/index.d.mts +107 -107
- package/lib/components/VBtnGroup/index.d.mts +23 -23
- package/lib/components/VBtnToggle/index.d.mts +40 -40
- package/lib/components/VCard/index.d.mts +93 -93
- package/lib/components/VCarousel/index.d.mts +128 -128
- package/lib/components/VCheckbox/index.d.mts +174 -168
- package/lib/components/VChip/index.d.mts +86 -86
- package/lib/components/VChipGroup/index.d.mts +46 -46
- package/lib/components/VColorPicker/index.d.mts +96 -96
- package/lib/components/VCombobox/index.d.mts +615 -609
- package/lib/components/VConfirmEdit/index.d.mts +2 -2
- package/lib/components/VCounter/index.d.mts +27 -27
- package/lib/components/VDataIterator/index.d.mts +51 -50
- package/lib/components/VDataTable/VDataTable.mjs +10 -3
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +6 -2
- package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +10 -3
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/composables/group.mjs +2 -1
- package/lib/components/VDataTable/composables/group.mjs.map +1 -1
- package/lib/components/VDataTable/composables/sort.mjs +4 -4
- package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +275 -274
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -0
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +134 -134
- package/lib/components/VDialog/index.d.mts +353 -353
- package/lib/components/VDivider/index.d.mts +15 -15
- package/lib/components/VEmptyState/index.d.mts +47 -47
- package/lib/components/VExpansionPanel/index.d.mts +134 -134
- package/lib/components/VFab/index.d.mts +227 -227
- package/lib/components/VField/VField.css +6 -11
- package/lib/components/VField/VField.mjs +7 -5
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +2 -6
- package/lib/components/VField/index.d.mts +58 -52
- package/lib/components/VFileInput/index.d.mts +255 -249
- package/lib/components/VFooter/index.d.mts +50 -50
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VGrid/index.d.mts +150 -150
- package/lib/components/VIcon/index.d.mts +24 -24
- package/lib/components/VImg/index.d.mts +85 -85
- package/lib/components/VInfiniteScroll/index.d.mts +22 -22
- package/lib/components/VInput/VInput.css +5 -5
- package/lib/components/VInput/VInput.mjs +4 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/VInput.sass +1 -1
- package/lib/components/VInput/index.d.mts +61 -55
- package/lib/components/VItemGroup/index.d.mts +17 -17
- package/lib/components/VLabel/index.d.mts +8 -8
- package/lib/components/VLayout/index.d.mts +36 -36
- package/lib/components/VLazy/index.d.mts +31 -31
- package/lib/components/VList/index.d.mts +178 -178
- package/lib/components/VLocaleProvider/index.d.mts +7 -7
- package/lib/components/VMain/index.d.mts +10 -10
- package/lib/components/VMenu/index.d.mts +393 -393
- package/lib/components/VMessages/index.d.mts +20 -20
- package/lib/components/VNavigationDrawer/index.d.mts +72 -72
- package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VOtpInput/index.d.mts +88 -88
- package/lib/components/VOverlay/index.d.mts +97 -97
- package/lib/components/VPagination/index.d.mts +55 -55
- package/lib/components/VParallax/index.d.mts +7 -7
- package/lib/components/VProgressCircular/index.d.mts +24 -24
- package/lib/components/VProgressLinear/index.d.mts +52 -52
- package/lib/components/VRadio/index.d.mts +41 -41
- package/lib/components/VRadioGroup/index.d.mts +105 -99
- package/lib/components/VRangeSlider/index.d.mts +102 -96
- package/lib/components/VRating/index.d.mts +22 -22
- package/lib/components/VResponsive/index.d.mts +23 -23
- package/lib/components/VSelect/index.d.mts +615 -609
- package/lib/components/VSelectionControl/index.d.mts +43 -43
- package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
- package/lib/components/VSheet/index.d.mts +34 -34
- package/lib/components/VSkeletonLoader/index.d.mts +17 -17
- package/lib/components/VSlideGroup/index.d.mts +33 -33
- package/lib/components/VSlider/index.d.mts +95 -89
- package/lib/components/VSnackbar/index.d.mts +411 -411
- package/lib/components/VSparkline/index.d.mts +38 -38
- package/lib/components/VSpeedDial/index.d.mts +176 -176
- package/lib/components/VStepper/index.d.mts +119 -119
- package/lib/components/VSwitch/index.d.mts +108 -102
- package/lib/components/VSystemBar/index.d.mts +39 -39
- package/lib/components/VTable/index.d.mts +4 -4
- package/lib/components/VTabs/index.d.mts +512 -512
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.mts +421 -415
- package/lib/components/VTextarea/VTextarea.mjs +5 -5
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.mts +359 -344
- package/lib/components/VTimeline/index.d.mts +26 -26
- package/lib/components/VToolbar/index.d.mts +53 -53
- package/lib/components/VTooltip/index.d.mts +424 -424
- package/lib/components/VValidation/index.d.mts +19 -19
- package/lib/components/VVirtualScroll/index.d.mts +10 -10
- package/lib/components/VWindow/index.d.mts +31 -31
- package/lib/components/index.d.mts +10651 -10563
- package/lib/components/transitions/index.d.mts +200 -200
- package/lib/composables/nested/nested.mjs +0 -1
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +69 -68
- package/lib/labs/VCalendar/index.d.mts +52 -52
- package/lib/labs/VDateInput/VDateInput.mjs +6 -3
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +256 -250
- package/lib/labs/VNumberInput/index.d.mts +247 -241
- package/lib/labs/VPicker/index.d.mts +45 -45
- package/lib/labs/VSnackbarQueue/index.d.mts +611 -611
- package/lib/labs/VStepperVertical/index.d.mts +212 -212
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +131 -122
- package/lib/labs/VTreeview/VTreeviewItem.css +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.sass +2 -5
- package/lib/labs/VTreeview/index.d.mts +199 -199
- package/lib/labs/components.d.mts +1754 -1733
- package/package.json +9 -4
package/dist/vuetify-labs.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.13-3.7.0-beta.0.0-dev.2024-07-
|
2
|
+
* Vuetify v3.6.13-3.7.0-beta.0.0-dev.2024-07-24
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -6817,7 +6817,10 @@ function useValidation(props) {
|
|
6817
6817
|
const makeVInputProps = propsFactory({
|
6818
6818
|
id: String,
|
6819
6819
|
appendIcon: IconValue,
|
6820
|
-
centerAffix:
|
6820
|
+
centerAffix: {
|
6821
|
+
type: Boolean,
|
6822
|
+
default: true
|
6823
|
+
},
|
6821
6824
|
prependIcon: IconValue,
|
6822
6825
|
hideDetails: [Boolean, String],
|
6823
6826
|
hideSpinButtons: Boolean,
|
@@ -8567,7 +8570,6 @@ const useNested = props => {
|
|
8567
8570
|
children.value.set(parent, list.filter(child => child !== id));
|
8568
8571
|
}
|
8569
8572
|
parents.value.delete(id);
|
8570
|
-
opened.value.delete(id);
|
8571
8573
|
},
|
8572
8574
|
open: (id, value, event) => {
|
8573
8575
|
vm.emit('click:open', {
|
@@ -11337,7 +11339,10 @@ const makeVFieldProps = propsFactory({
|
|
11337
11339
|
default: '$clear'
|
11338
11340
|
},
|
11339
11341
|
active: Boolean,
|
11340
|
-
centerAffix:
|
11342
|
+
centerAffix: {
|
11343
|
+
type: Boolean,
|
11344
|
+
default: undefined
|
11345
|
+
},
|
11341
11346
|
color: String,
|
11342
11347
|
baseColor: String,
|
11343
11348
|
dirty: Boolean,
|
@@ -11404,9 +11409,8 @@ const VField = genericComponent()({
|
|
11404
11409
|
const {
|
11405
11410
|
rtlClasses
|
11406
11411
|
} = useRtl();
|
11407
|
-
const isSingleLine = computed(() => props.singleLine || props.centerAffix);
|
11408
11412
|
const isActive = computed(() => props.dirty || props.active);
|
11409
|
-
const hasLabel = computed(() => !
|
11413
|
+
const hasLabel = computed(() => !props.singleLine && !!(props.label || slots.label));
|
11410
11414
|
const uid = getUid();
|
11411
11415
|
const id = computed(() => props.id || `input-${uid}`);
|
11412
11416
|
const messagesId = computed(() => `${id.value}-messages`);
|
@@ -11495,7 +11499,7 @@ const VField = genericComponent()({
|
|
11495
11499
|
"class": ['v-field', {
|
11496
11500
|
'v-field--active': isActive.value,
|
11497
11501
|
'v-field--appended': hasAppend,
|
11498
|
-
'v-field--center-affix': props.centerAffix,
|
11502
|
+
'v-field--center-affix': props.centerAffix ?? !isPlainOrUnderlined.value,
|
11499
11503
|
'v-field--disabled': props.disabled,
|
11500
11504
|
'v-field--dirty': props.dirty,
|
11501
11505
|
'v-field--error': props.error,
|
@@ -11504,7 +11508,7 @@ const VField = genericComponent()({
|
|
11504
11508
|
'v-field--persistent-clear': props.persistentClear,
|
11505
11509
|
'v-field--prepended': hasPrepend,
|
11506
11510
|
'v-field--reverse': props.reverse,
|
11507
|
-
'v-field--single-line':
|
11511
|
+
'v-field--single-line': props.singleLine,
|
11508
11512
|
'v-field--no-label': !label(),
|
11509
11513
|
[`v-field--variant-${props.variant}`]: true
|
11510
11514
|
}, themeClasses.value, backgroundColorClasses.value, focusClasses.value, loaderClasses.value, roundedClasses.value, rtlClasses.value, props.class],
|
@@ -11739,6 +11743,7 @@ const VTextField = genericComponent()({
|
|
11739
11743
|
}, props.class],
|
11740
11744
|
"style": props.style
|
11741
11745
|
}, rootAttrs, inputProps, {
|
11746
|
+
"centerAffix": !isPlainOrUnderlined.value,
|
11742
11747
|
"focused": isFocused.value
|
11743
11748
|
}), {
|
11744
11749
|
...slots,
|
@@ -11764,7 +11769,6 @@ const VTextField = genericComponent()({
|
|
11764
11769
|
"dirty": isDirty.value || props.dirty,
|
11765
11770
|
"disabled": isDisabled.value,
|
11766
11771
|
"focused": isFocused.value,
|
11767
|
-
"centerAffix": props.centerAffix,
|
11768
11772
|
"error": isValid.value === false
|
11769
11773
|
}), {
|
11770
11774
|
...slots,
|
@@ -18105,6 +18109,7 @@ function createGroupBy(props) {
|
|
18105
18109
|
}
|
18106
18110
|
function provideGroupBy(options) {
|
18107
18111
|
const {
|
18112
|
+
disableSort,
|
18108
18113
|
groupBy,
|
18109
18114
|
sortBy
|
18110
18115
|
} = options;
|
@@ -18113,7 +18118,7 @@ function provideGroupBy(options) {
|
|
18113
18118
|
return groupBy.value.map(val => ({
|
18114
18119
|
...val,
|
18115
18120
|
order: val.order ?? false
|
18116
|
-
})).concat(sortBy.value);
|
18121
|
+
})).concat(disableSort?.value ? [] : sortBy.value);
|
18117
18122
|
});
|
18118
18123
|
function isGroupOpen(group) {
|
18119
18124
|
return opened.value.has(group.id);
|
@@ -18622,7 +18627,7 @@ function useSort() {
|
|
18622
18627
|
function useSortedItems(props, items, sortBy, options) {
|
18623
18628
|
const locale = useLocale();
|
18624
18629
|
const sortedItems = computed(() => {
|
18625
|
-
if (!sortBy.value.length
|
18630
|
+
if (!sortBy.value.length) return items.value;
|
18626
18631
|
return sortItems(items.value, sortBy.value, locale.current.value, {
|
18627
18632
|
transform: options?.transform,
|
18628
18633
|
sortFunctions: {
|
@@ -18648,8 +18653,8 @@ function sortItems(items, sortByItems, locale, options) {
|
|
18648
18653
|
const sortKey = sortByItems[i].key;
|
18649
18654
|
const sortOrder = sortByItems[i].order ?? 'asc';
|
18650
18655
|
if (sortOrder === false) continue;
|
18651
|
-
let sortA = a[1]
|
18652
|
-
let sortB = b[1]
|
18656
|
+
let sortA = getObjectValueByPath(a[1], sortKey);
|
18657
|
+
let sortB = getObjectValueByPath(b[1], sortKey);
|
18653
18658
|
let sortARaw = a[0].raw;
|
18654
18659
|
let sortBRaw = b[0].raw;
|
18655
18660
|
if (sortOrder === 'desc') {
|
@@ -20374,6 +20379,9 @@ const VDataTable = genericComponent()({
|
|
20374
20379
|
page,
|
20375
20380
|
itemsPerPage
|
20376
20381
|
} = createPagination(props);
|
20382
|
+
const {
|
20383
|
+
disableSort
|
20384
|
+
} = toRefs(props);
|
20377
20385
|
const {
|
20378
20386
|
columns,
|
20379
20387
|
headers,
|
@@ -20411,12 +20419,16 @@ const VDataTable = genericComponent()({
|
|
20411
20419
|
toggleGroup
|
20412
20420
|
} = provideGroupBy({
|
20413
20421
|
groupBy,
|
20414
|
-
sortBy
|
20422
|
+
sortBy,
|
20423
|
+
disableSort
|
20415
20424
|
});
|
20416
20425
|
const {
|
20417
20426
|
sortedItems
|
20418
20427
|
} = useSortedItems(props, filteredItems, sortByWithGroups, {
|
20419
|
-
transform: item =>
|
20428
|
+
transform: item => ({
|
20429
|
+
...item.raw,
|
20430
|
+
...item.columns
|
20431
|
+
}),
|
20420
20432
|
sortFunctions,
|
20421
20433
|
sortRawFunctions
|
20422
20434
|
});
|
@@ -20554,6 +20566,9 @@ const VDataTableVirtual = genericComponent()({
|
|
20554
20566
|
multiSort,
|
20555
20567
|
mustSort
|
20556
20568
|
} = createSort(props);
|
20569
|
+
const {
|
20570
|
+
disableSort
|
20571
|
+
} = toRefs(props);
|
20557
20572
|
const {
|
20558
20573
|
columns,
|
20559
20574
|
headers,
|
@@ -20590,12 +20605,16 @@ const VDataTableVirtual = genericComponent()({
|
|
20590
20605
|
toggleGroup
|
20591
20606
|
} = provideGroupBy({
|
20592
20607
|
groupBy,
|
20593
|
-
sortBy
|
20608
|
+
sortBy,
|
20609
|
+
disableSort
|
20594
20610
|
});
|
20595
20611
|
const {
|
20596
20612
|
sortedItems
|
20597
20613
|
} = useSortedItems(props, filteredItems, sortByWithGroups, {
|
20598
|
-
transform: item =>
|
20614
|
+
transform: item => ({
|
20615
|
+
...item.raw,
|
20616
|
+
...item.columns
|
20617
|
+
}),
|
20599
20618
|
sortFunctions,
|
20600
20619
|
sortRawFunctions
|
20601
20620
|
});
|
@@ -20779,6 +20798,9 @@ const VDataTableServer = genericComponent()({
|
|
20779
20798
|
page,
|
20780
20799
|
itemsPerPage
|
20781
20800
|
} = createPagination(props);
|
20801
|
+
const {
|
20802
|
+
disableSort
|
20803
|
+
} = toRefs(props);
|
20782
20804
|
const itemsLength = computed(() => parseInt(props.itemsLength, 10));
|
20783
20805
|
const {
|
20784
20806
|
columns,
|
@@ -20806,7 +20828,8 @@ const VDataTableServer = genericComponent()({
|
|
20806
20828
|
extractRows
|
20807
20829
|
} = provideGroupBy({
|
20808
20830
|
groupBy,
|
20809
|
-
sortBy
|
20831
|
+
sortBy,
|
20832
|
+
disableSort
|
20810
20833
|
});
|
20811
20834
|
const {
|
20812
20835
|
pageCount,
|
@@ -21570,6 +21593,9 @@ const VDatePickerMonth = genericComponent()({
|
|
21570
21593
|
const _value = adapter.startOfDay(value);
|
21571
21594
|
if (model.value.length === 0) {
|
21572
21595
|
rangeStart.value = undefined;
|
21596
|
+
} else if (model.value.length === 1) {
|
21597
|
+
rangeStart.value = model.value[0];
|
21598
|
+
rangeStop.value = undefined;
|
21573
21599
|
}
|
21574
21600
|
if (!rangeStart.value) {
|
21575
21601
|
rangeStart.value = _value;
|
@@ -24254,7 +24280,7 @@ const VOtpInput = genericComponent()({
|
|
24254
24280
|
function onPaste(index, e) {
|
24255
24281
|
e.preventDefault();
|
24256
24282
|
e.stopPropagation();
|
24257
|
-
const clipboardText = e?.clipboardData?.getData('Text') ?? '';
|
24283
|
+
const clipboardText = e?.clipboardData?.getData('Text').slice(0, length.value) ?? '';
|
24258
24284
|
if (isValidNumber(clipboardText)) return;
|
24259
24285
|
model.value = clipboardText.split('');
|
24260
24286
|
inputRef.value?.[index].blur();
|
@@ -26799,8 +26825,8 @@ const makeVTextareaProps = propsFactory({
|
|
26799
26825
|
},
|
26800
26826
|
suffix: String,
|
26801
26827
|
modelModifiers: Object,
|
26802
|
-
...
|
26803
|
-
...
|
26828
|
+
...makeVInputProps(),
|
26829
|
+
...makeVFieldProps()
|
26804
26830
|
}, 'VTextarea');
|
26805
26831
|
const VTextarea = genericComponent()({
|
26806
26832
|
name: 'VTextarea',
|
@@ -26939,7 +26965,7 @@ const VTextarea = genericComponent()({
|
|
26939
26965
|
}, props.class],
|
26940
26966
|
"style": props.style
|
26941
26967
|
}, rootAttrs, inputProps, {
|
26942
|
-
"centerAffix":
|
26968
|
+
"centerAffix": rows.value === 1 && !isPlainOrUnderlined.value,
|
26943
26969
|
"focused": isFocused.value
|
26944
26970
|
}), {
|
26945
26971
|
...slots,
|
@@ -26964,7 +26990,7 @@ const VTextarea = genericComponent()({
|
|
26964
26990
|
}, fieldProps, {
|
26965
26991
|
"id": id.value,
|
26966
26992
|
"active": isActive.value || isDirty.value,
|
26967
|
-
"centerAffix":
|
26993
|
+
"centerAffix": rows.value === 1 && !isPlainOrUnderlined.value,
|
26968
26994
|
"dirty": isDirty.value || props.dirty,
|
26969
26995
|
"disabled": isDisabled.value,
|
26970
26996
|
"focused": isFocused.value,
|
@@ -27955,6 +27981,7 @@ const VDateInput = genericComponent()({
|
|
27955
27981
|
}
|
27956
27982
|
return adapter.isValid(model.value) ? adapter.format(model.value, 'keyboardDate') : '';
|
27957
27983
|
});
|
27984
|
+
const isInteractive = computed(() => !props.disabled && !props.readonly);
|
27958
27985
|
function onKeydown(e) {
|
27959
27986
|
if (e.key !== 'Enter') return;
|
27960
27987
|
if (!menu.value || !isFocused.value) {
|
@@ -27977,13 +28004,15 @@ const VDateInput = genericComponent()({
|
|
27977
28004
|
const datePickerProps = VDatePicker.filterProps(omit(props, ['active']));
|
27978
28005
|
const textFieldProps = VTextField.filterProps(props);
|
27979
28006
|
return createVNode(VTextField, mergeProps(textFieldProps, {
|
28007
|
+
"class": props.class,
|
28008
|
+
"style": props.style,
|
27980
28009
|
"modelValue": display.value,
|
27981
|
-
"onKeydown": onKeydown,
|
28010
|
+
"onKeydown": isInteractive.value ? onKeydown : undefined,
|
27982
28011
|
"focused": menu.value || isFocused.value,
|
27983
28012
|
"onFocus": focus,
|
27984
28013
|
"onBlur": blur,
|
27985
|
-
"onClick:control": onClick,
|
27986
|
-
"onClick:prepend": onClick
|
28014
|
+
"onClick:control": isInteractive.value ? onClick : undefined,
|
28015
|
+
"onClick:prepend": isInteractive.value ? onClick : undefined
|
27987
28016
|
}), {
|
27988
28017
|
default: () => [createVNode(VMenu, {
|
27989
28018
|
"modelValue": menu.value,
|
@@ -29004,6 +29033,7 @@ var SelectingTimes = /*#__PURE__*/function (SelectingTimes) {
|
|
29004
29033
|
|
29005
29034
|
const makeVTimePickerControlsProps = propsFactory({
|
29006
29035
|
ampm: Boolean,
|
29036
|
+
ampmInTitle: Boolean,
|
29007
29037
|
ampmReadonly: Boolean,
|
29008
29038
|
color: String,
|
29009
29039
|
disabled: Boolean,
|
@@ -29088,7 +29118,7 @@ const VTimePickerControls = genericComponent()({
|
|
29088
29118
|
},
|
29089
29119
|
"disabled": props.disabled,
|
29090
29120
|
"text": props.second == null ? '--' : pad(props.second)
|
29091
|
-
}, null), props.ampm && createVNode("div", {
|
29121
|
+
}, null), props.ampm && props.ampmInTitle && createVNode("div", {
|
29092
29122
|
"class": ['v-time-picker-controls__ampm', {
|
29093
29123
|
'v-time-picker-controls__ampm--readonly': props.ampmReadonly
|
29094
29124
|
}]
|
@@ -30258,7 +30288,7 @@ function createVuetify$1() {
|
|
30258
30288
|
goTo
|
30259
30289
|
};
|
30260
30290
|
}
|
30261
|
-
const version$1 = "3.6.13-3.7.0-beta.0.0-dev.2024-07-
|
30291
|
+
const version$1 = "3.6.13-3.7.0-beta.0.0-dev.2024-07-24";
|
30262
30292
|
createVuetify$1.version = version$1;
|
30263
30293
|
|
30264
30294
|
// Vue's inject() can only be used in setup
|
@@ -30511,7 +30541,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
30511
30541
|
|
30512
30542
|
/* eslint-disable local-rules/sort-imports */
|
30513
30543
|
|
30514
|
-
const version = "3.6.13-3.7.0-beta.0.0-dev.2024-07-
|
30544
|
+
const version = "3.6.13-3.7.0-beta.0.0-dev.2024-07-24";
|
30515
30545
|
|
30516
30546
|
/* eslint-disable local-rules/sort-imports */
|
30517
30547
|
|