vuetify 3.7.1 → 3.7.2
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/dist/json/attributes.json +3 -3
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +124 -124
- package/dist/json/web-types.json +4 -4
- package/dist/vuetify-labs.css +2653 -2650
- package/dist/vuetify-labs.d.ts +1056 -999
- package/dist/vuetify-labs.esm.js +83 -99
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +83 -99
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2736 -2733
- package/dist/vuetify.d.ts +1016 -959
- package/dist/vuetify.esm.js +62 -43
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +62 -43
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +284 -284
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +10 -10
- package/lib/components/VAppBar/index.d.mts +18 -18
- package/lib/components/VAutocomplete/index.d.mts +112 -109
- package/lib/components/VAvatar/index.d.mts +4 -4
- package/lib/components/VBadge/index.d.mts +4 -4
- package/lib/components/VBanner/index.d.mts +14 -14
- package/lib/components/VBottomNavigation/index.d.mts +4 -4
- package/lib/components/VBottomSheet/index.d.mts +11 -11
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +3 -5
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +4 -4
- package/lib/components/VBtn/VBtn.mjs +3 -4
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +14 -14
- package/lib/components/VBtnGroup/index.d.mts +4 -4
- package/lib/components/VBtnToggle/index.d.mts +4 -4
- package/lib/components/VCard/VCard.mjs +3 -4
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/index.d.mts +14 -14
- package/lib/components/VCarousel/index.d.mts +13 -13
- package/lib/components/VCheckbox/index.d.mts +4 -4
- package/lib/components/VChip/VChip.mjs +2 -3
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.mts +8 -8
- package/lib/components/VChipGroup/index.d.mts +4 -4
- package/lib/components/VColorPicker/index.d.mts +22 -22
- package/lib/components/VCombobox/index.d.mts +112 -109
- package/lib/components/VDataTable/index.d.mts +14 -14
- package/lib/components/VDatePicker/index.d.mts +12 -12
- package/lib/components/VDialog/VDialog.css +4 -1
- package/lib/components/VDialog/VDialog.mjs +1 -2
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.sass +2 -1
- package/lib/components/VDialog/index.d.mts +50 -50
- package/lib/components/VEmptyState/index.d.mts +8 -8
- package/lib/components/VExpansionPanel/index.d.mts +4 -4
- package/lib/components/VFab/index.d.mts +18 -18
- package/lib/components/VFileInput/index.d.mts +6 -6
- package/lib/components/VFooter/index.d.mts +4 -4
- package/lib/components/VIcon/index.d.mts +4 -4
- package/lib/components/VInput/index.d.mts +2 -2
- package/lib/components/VItemGroup/index.d.mts +4 -4
- package/lib/components/VLabel/index.d.mts +4 -4
- package/lib/components/VList/VList.mjs +4 -2
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +8 -6
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +80 -23
- package/lib/components/VMenu/index.d.mts +50 -50
- package/lib/components/VMessages/index.d.mts +8 -8
- package/lib/components/VNavigationDrawer/index.d.mts +18 -18
- package/lib/components/VOtpInput/index.d.mts +4 -4
- package/lib/components/VOverlay/index.d.mts +11 -11
- package/lib/components/VPagination/index.d.mts +4 -4
- package/lib/components/VProgressCircular/index.d.mts +4 -4
- package/lib/components/VRadioGroup/index.d.mts +2 -2
- package/lib/components/VRangeSlider/index.d.mts +8 -8
- package/lib/components/VSelect/index.d.mts +112 -109
- package/lib/components/VSheet/index.d.mts +10 -10
- package/lib/components/VSkeletonLoader/index.d.mts +4 -4
- package/lib/components/VSlider/index.d.mts +8 -8
- package/lib/components/VSnackbar/index.d.mts +62 -62
- package/lib/components/VSpeedDial/index.d.mts +11 -11
- package/lib/components/VStepper/index.d.mts +12 -12
- package/lib/components/VSwitch/index.d.mts +2 -2
- package/lib/components/VSystemBar/index.d.mts +4 -4
- package/lib/components/VTabs/index.d.mts +53 -53
- package/lib/components/VTextField/index.d.mts +13 -13
- package/lib/components/VTextarea/index.d.mts +10 -10
- package/lib/components/VTimeline/index.d.mts +4 -4
- package/lib/components/VToolbar/index.d.mts +4 -4
- package/lib/components/VTooltip/index.d.mts +45 -45
- package/lib/components/VWindow/index.d.mts +6 -6
- package/lib/components/index.d.mts +867 -810
- package/lib/composables/directiveComponent.mjs +1 -1
- package/lib/composables/directiveComponent.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +18 -6
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/openStrategies.mjs +2 -4
- package/lib/composables/nested/openStrategies.mjs.map +1 -1
- package/lib/composables/router.mjs +19 -9
- package/lib/composables/router.mjs.map +1 -1
- package/lib/directives/tooltip/index.mjs +1 -1
- package/lib/directives/tooltip/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +45 -45
- package/lib/labs/VDateInput/index.d.mts +12 -12
- package/lib/labs/VNumberInput/index.d.mts +67 -67
- package/lib/labs/VPicker/index.d.mts +10 -10
- package/lib/labs/VSnackbarQueue/index.d.mts +95 -95
- package/lib/labs/VStepperVertical/index.d.mts +6 -6
- package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
- package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -2
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +26 -26
- package/lib/labs/VTimePicker/util.mjs +5 -0
- package/lib/labs/VTimePicker/util.mjs.map +1 -0
- package/lib/labs/VTreeview/VTreeview.mjs +3 -12
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +9 -20
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +40 -40
- package/lib/labs/components.d.mts +256 -256
- package/package.json +7 -9
- package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs +0 -21
- package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs.map +0 -1
- package/lib/components/VDatePicker/util/eventHelpers.mjs +0 -22
- package/lib/components/VDatePicker/util/eventHelpers.mjs.map +0 -1
- package/lib/components/VDatePicker/util/index.mjs +0 -9
- package/lib/components/VDatePicker/util/index.mjs.map +0 -1
- package/lib/components/VDatePicker/util/isDateAllowed.mjs +0 -7
- package/lib/components/VDatePicker/util/isDateAllowed.mjs.map +0 -1
- package/lib/components/VDatePicker/util/monthChange.mjs +0 -18
- package/lib/components/VDatePicker/util/monthChange.mjs.map +0 -1
- package/lib/components/VDatePicker/util/pad.mjs +0 -21
- package/lib/components/VDatePicker/util/pad.mjs.map +0 -1
- package/lib/components/VDatePicker/util/sanitizeDateString.mjs +0 -12
- package/lib/components/VDatePicker/util/sanitizeDateString.mjs.map +0 -1
- package/lib/services/goto/easing-patterns.mjs +0 -27
- package/lib/services/goto/easing-patterns.mjs.map +0 -1
- package/lib/services/goto/index.mjs +0 -73
- package/lib/services/goto/index.mjs.map +0 -1
- package/lib/services/goto/util.mjs +0 -39
- package/lib/services/goto/util.mjs.map +0 -1
package/dist/vuetify.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.7.
|
|
2
|
+
* Vuetify v3.7.2
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -5393,10 +5393,14 @@
|
|
|
5393
5393
|
return isLink?.value || hasEvent(attrs, 'click') || hasEvent(props, 'click');
|
|
5394
5394
|
});
|
|
5395
5395
|
if (typeof RouterLink === 'string' || !('useLink' in RouterLink)) {
|
|
5396
|
+
const href = vue.toRef(props, 'href');
|
|
5396
5397
|
return {
|
|
5397
5398
|
isLink,
|
|
5398
5399
|
isClickable,
|
|
5399
|
-
href
|
|
5400
|
+
href,
|
|
5401
|
+
linkProps: vue.reactive({
|
|
5402
|
+
href
|
|
5403
|
+
})
|
|
5400
5404
|
};
|
|
5401
5405
|
}
|
|
5402
5406
|
// vue-router useLink `to` prop needs to be reactive and useLink will crash if undefined
|
|
@@ -5408,18 +5412,24 @@
|
|
|
5408
5412
|
// Actual link needs to be undefined when to prop is not used
|
|
5409
5413
|
const link = vue.computed(() => props.to ? routerLink : undefined);
|
|
5410
5414
|
const route = useRoute();
|
|
5415
|
+
const isActive = vue.computed(() => {
|
|
5416
|
+
if (!link.value) return false;
|
|
5417
|
+
if (!props.exact) return link.value.isActive?.value ?? false;
|
|
5418
|
+
if (!route.value) return link.value.isExactActive?.value ?? false;
|
|
5419
|
+
return link.value.isExactActive?.value && deepEqual(link.value.route.value.query, route.value.query);
|
|
5420
|
+
});
|
|
5421
|
+
const href = vue.computed(() => props.to ? link.value?.route.value.href : props.href);
|
|
5411
5422
|
return {
|
|
5412
5423
|
isLink,
|
|
5413
5424
|
isClickable,
|
|
5425
|
+
isActive,
|
|
5414
5426
|
route: link.value?.route,
|
|
5415
5427
|
navigate: link.value?.navigate,
|
|
5416
|
-
|
|
5417
|
-
|
|
5418
|
-
|
|
5419
|
-
|
|
5420
|
-
|
|
5421
|
-
}),
|
|
5422
|
-
href: vue.computed(() => props.to ? link.value?.route.value.href : props.href)
|
|
5428
|
+
href,
|
|
5429
|
+
linkProps: vue.reactive({
|
|
5430
|
+
href,
|
|
5431
|
+
'aria-current': vue.computed(() => isActive.value ? 'page' : undefined)
|
|
5432
|
+
})
|
|
5423
5433
|
};
|
|
5424
5434
|
}
|
|
5425
5435
|
const makeRouterProps = propsFactory({
|
|
@@ -5894,7 +5904,7 @@
|
|
|
5894
5904
|
const hasPrepend = !!(props.prependIcon || slots.prepend);
|
|
5895
5905
|
const hasAppend = !!(props.appendIcon || slots.append);
|
|
5896
5906
|
const hasIcon = !!(props.icon && props.icon !== true);
|
|
5897
|
-
return vue.withDirectives(vue.createVNode(Tag, {
|
|
5907
|
+
return vue.withDirectives(vue.createVNode(Tag, vue.mergeProps({
|
|
5898
5908
|
"type": Tag === 'a' ? undefined : 'button',
|
|
5899
5909
|
"class": ['v-btn', group?.selectedClass.value, {
|
|
5900
5910
|
'v-btn--active': isActive.value,
|
|
@@ -5911,11 +5921,10 @@
|
|
|
5911
5921
|
"style": [colorStyles.value, dimensionStyles.value, locationStyles.value, sizeStyles.value, props.style],
|
|
5912
5922
|
"aria-busy": props.loading ? true : undefined,
|
|
5913
5923
|
"disabled": isDisabled.value || undefined,
|
|
5914
|
-
"href": link.href.value,
|
|
5915
5924
|
"tabindex": props.loading || props.readonly ? -1 : undefined,
|
|
5916
5925
|
"onClick": onClick,
|
|
5917
5926
|
"value": valueAttr.value
|
|
5918
|
-
}, {
|
|
5927
|
+
}, link.linkProps), {
|
|
5919
5928
|
default: () => [genOverlays(true, 'v-btn'), !props.icon && hasPrepend && vue.createVNode("span", {
|
|
5920
5929
|
"key": "prepend",
|
|
5921
5930
|
"class": "v-btn__prepend"
|
|
@@ -8178,7 +8187,7 @@
|
|
|
8178
8187
|
const hasPrependMedia = !!(props.prependIcon || props.prependAvatar);
|
|
8179
8188
|
const hasPrepend = !!(hasPrependMedia || slots.prepend);
|
|
8180
8189
|
const hasColor = !group || group.isSelected.value;
|
|
8181
|
-
return isActive.value && vue.withDirectives(vue.createVNode(Tag, {
|
|
8190
|
+
return isActive.value && vue.withDirectives(vue.createVNode(Tag, vue.mergeProps({
|
|
8182
8191
|
"class": ['v-chip', {
|
|
8183
8192
|
'v-chip--disabled': props.disabled,
|
|
8184
8193
|
'v-chip--label': props.label,
|
|
@@ -8189,11 +8198,10 @@
|
|
|
8189
8198
|
"style": [hasColor ? colorStyles.value : undefined, props.style],
|
|
8190
8199
|
"disabled": props.disabled || undefined,
|
|
8191
8200
|
"draggable": props.draggable,
|
|
8192
|
-
"href": link.href.value,
|
|
8193
8201
|
"tabindex": isClickable.value ? 0 : undefined,
|
|
8194
8202
|
"onClick": onClick,
|
|
8195
8203
|
"onKeydown": isClickable.value && !isLink.value && onKeyDown
|
|
8196
|
-
}, {
|
|
8204
|
+
}, link.linkProps), {
|
|
8197
8205
|
default: () => [genOverlays(isClickable.value, 'v-chip'), hasFilter && vue.createVNode(VExpandXTransition, {
|
|
8198
8206
|
"key": "filter"
|
|
8199
8207
|
}, {
|
|
@@ -8438,7 +8446,6 @@
|
|
|
8438
8446
|
return strategy;
|
|
8439
8447
|
};
|
|
8440
8448
|
|
|
8441
|
-
// Utilities
|
|
8442
8449
|
const singleOpenStrategy = {
|
|
8443
8450
|
open: _ref => {
|
|
8444
8451
|
let {
|
|
@@ -8472,11 +8479,11 @@
|
|
|
8472
8479
|
parents
|
|
8473
8480
|
} = _ref2;
|
|
8474
8481
|
if (value) {
|
|
8475
|
-
let parent =
|
|
8482
|
+
let parent = parents.get(id);
|
|
8476
8483
|
opened.add(id);
|
|
8477
8484
|
while (parent != null && parent !== id) {
|
|
8478
8485
|
opened.add(parent);
|
|
8479
|
-
parent =
|
|
8486
|
+
parent = parents.get(parent);
|
|
8480
8487
|
}
|
|
8481
8488
|
return opened;
|
|
8482
8489
|
} else {
|
|
@@ -8718,7 +8725,8 @@
|
|
|
8718
8725
|
opened: vue.ref(new Set()),
|
|
8719
8726
|
activated: vue.ref(new Set()),
|
|
8720
8727
|
selected: vue.ref(new Map()),
|
|
8721
|
-
selectedValues: vue.ref([])
|
|
8728
|
+
selectedValues: vue.ref([]),
|
|
8729
|
+
getPath: () => []
|
|
8722
8730
|
}
|
|
8723
8731
|
};
|
|
8724
8732
|
const makeNestedProps = propsFactory({
|
|
@@ -8736,7 +8744,7 @@
|
|
|
8736
8744
|
let isUnmounted = false;
|
|
8737
8745
|
const children = vue.ref(new Map());
|
|
8738
8746
|
const parents = vue.ref(new Map());
|
|
8739
|
-
const opened = useProxiedModel(props, 'opened', props.opened, v => new Set(
|
|
8747
|
+
const opened = useProxiedModel(props, 'opened', props.opened, v => new Set(v), v => [...v.values()]);
|
|
8740
8748
|
const activeStrategy = vue.computed(() => {
|
|
8741
8749
|
if (typeof props.activeStrategy === 'object') return props.activeStrategy;
|
|
8742
8750
|
if (typeof props.activeStrategy === 'function') return props.activeStrategy(props.mandatory);
|
|
@@ -8796,6 +8804,7 @@
|
|
|
8796
8804
|
return path;
|
|
8797
8805
|
}
|
|
8798
8806
|
const vm = getCurrentInstance('nested');
|
|
8807
|
+
const nodeIds = new Set();
|
|
8799
8808
|
const nested = {
|
|
8800
8809
|
id: vue.shallowRef(),
|
|
8801
8810
|
root: {
|
|
@@ -8812,6 +8821,14 @@
|
|
|
8812
8821
|
return arr;
|
|
8813
8822
|
}),
|
|
8814
8823
|
register: (id, parentId, isGroup) => {
|
|
8824
|
+
if (nodeIds.has(id)) {
|
|
8825
|
+
const path = getPath(id).join(' -> ');
|
|
8826
|
+
const newPath = getPath(parentId).concat(id).join(' -> ');
|
|
8827
|
+
consoleError(`Multiple nodes with the same ID\n\t${path}\n\t${newPath}`);
|
|
8828
|
+
return;
|
|
8829
|
+
} else {
|
|
8830
|
+
nodeIds.add(id);
|
|
8831
|
+
}
|
|
8815
8832
|
parentId && id !== parentId && parents.value.set(id, parentId);
|
|
8816
8833
|
isGroup && children.value.set(id, []);
|
|
8817
8834
|
if (parentId != null) {
|
|
@@ -8820,6 +8837,7 @@
|
|
|
8820
8837
|
},
|
|
8821
8838
|
unregister: id => {
|
|
8822
8839
|
if (isUnmounted) return;
|
|
8840
|
+
nodeIds.delete(id);
|
|
8823
8841
|
children.value.delete(id);
|
|
8824
8842
|
const parent = parents.value.get(id);
|
|
8825
8843
|
if (parent) {
|
|
@@ -8896,7 +8914,8 @@
|
|
|
8896
8914
|
newActivated && (activated.value = newActivated);
|
|
8897
8915
|
},
|
|
8898
8916
|
children,
|
|
8899
|
-
parents
|
|
8917
|
+
parents,
|
|
8918
|
+
getPath
|
|
8900
8919
|
}
|
|
8901
8920
|
};
|
|
8902
8921
|
vue.provide(VNestedSymbol, nested);
|
|
@@ -8909,9 +8928,9 @@
|
|
|
8909
8928
|
const item = {
|
|
8910
8929
|
...parent,
|
|
8911
8930
|
id: computedId,
|
|
8912
|
-
open: (open, e) => parent.root.open(
|
|
8931
|
+
open: (open, e) => parent.root.open(computedId.value, open, e),
|
|
8913
8932
|
openOnSelect: (open, e) => parent.root.openOnSelect(computedId.value, open, e),
|
|
8914
|
-
isOpen: vue.computed(() => parent.root.opened.value.has(
|
|
8933
|
+
isOpen: vue.computed(() => parent.root.opened.value.has(computedId.value)),
|
|
8915
8934
|
parent: vue.computed(() => parent.root.parents.value.get(computedId.value)),
|
|
8916
8935
|
activate: (activated, e) => parent.root.activate(computedId.value, activated, e),
|
|
8917
8936
|
isActivated: vue.computed(() => parent.root.activated.value.has(vue.toRaw(computedId.value))),
|
|
@@ -9141,7 +9160,8 @@
|
|
|
9141
9160
|
isGroupActivator,
|
|
9142
9161
|
root,
|
|
9143
9162
|
parent,
|
|
9144
|
-
openOnSelect
|
|
9163
|
+
openOnSelect,
|
|
9164
|
+
id: uid
|
|
9145
9165
|
} = useNestedItem(id, false);
|
|
9146
9166
|
const list = useList();
|
|
9147
9167
|
const isActive = vue.computed(() => props.active !== false && (props.active || link.isActive?.value || (root.activatable.value ? isActivated.value : isSelected.value)));
|
|
@@ -9225,7 +9245,7 @@
|
|
|
9225
9245
|
if (props.activeColor) {
|
|
9226
9246
|
deprecate('active-color', ['color', 'base-color']);
|
|
9227
9247
|
}
|
|
9228
|
-
return vue.withDirectives(vue.createVNode(Tag, {
|
|
9248
|
+
return vue.withDirectives(vue.createVNode(Tag, vue.mergeProps({
|
|
9229
9249
|
"class": ['v-list-item', {
|
|
9230
9250
|
'v-list-item--active': isActive.value,
|
|
9231
9251
|
'v-list-item--disabled': props.disabled,
|
|
@@ -9236,11 +9256,10 @@
|
|
|
9236
9256
|
[`${props.activeClass}`]: props.activeClass && isActive.value
|
|
9237
9257
|
}, themeClasses.value, borderClasses.value, colorClasses.value, densityClasses.value, elevationClasses.value, lineClasses.value, roundedClasses.value, variantClasses.value, props.class],
|
|
9238
9258
|
"style": [colorStyles.value, dimensionStyles.value, props.style],
|
|
9239
|
-
"href": link.href.value,
|
|
9240
9259
|
"tabindex": isClickable.value ? list ? -2 : 0 : undefined,
|
|
9241
9260
|
"onClick": onClick,
|
|
9242
9261
|
"onKeydown": isClickable.value && !isLink.value && onKeyDown
|
|
9243
|
-
}, {
|
|
9262
|
+
}, link.linkProps), {
|
|
9244
9263
|
default: () => [genOverlays(isClickable.value || isActive.value, 'v-list-item'), hasPrepend && vue.createVNode("div", {
|
|
9245
9264
|
"key": "prepend",
|
|
9246
9265
|
"class": "v-list-item__prepend"
|
|
@@ -9327,7 +9346,9 @@
|
|
|
9327
9346
|
isGroupActivator,
|
|
9328
9347
|
isSelected,
|
|
9329
9348
|
list,
|
|
9330
|
-
select
|
|
9349
|
+
select,
|
|
9350
|
+
root,
|
|
9351
|
+
id: uid
|
|
9331
9352
|
};
|
|
9332
9353
|
}
|
|
9333
9354
|
});
|
|
@@ -9728,7 +9749,8 @@
|
|
|
9728
9749
|
children,
|
|
9729
9750
|
open,
|
|
9730
9751
|
parents,
|
|
9731
|
-
select
|
|
9752
|
+
select,
|
|
9753
|
+
getPath
|
|
9732
9754
|
} = useNested(props);
|
|
9733
9755
|
const lineClasses = vue.computed(() => props.lines ? `v-list--${props.lines}-line` : undefined);
|
|
9734
9756
|
const activeColor = vue.toRef(props, 'activeColor');
|
|
@@ -9820,7 +9842,8 @@
|
|
|
9820
9842
|
select,
|
|
9821
9843
|
focus,
|
|
9822
9844
|
children,
|
|
9823
|
-
parents
|
|
9845
|
+
parents,
|
|
9846
|
+
getPath
|
|
9824
9847
|
};
|
|
9825
9848
|
}
|
|
9826
9849
|
});
|
|
@@ -13992,8 +14015,7 @@
|
|
|
13992
14015
|
useRender(() => {
|
|
13993
14016
|
const overlayProps = VOverlay.filterProps(props);
|
|
13994
14017
|
const activatorProps = vue.mergeProps({
|
|
13995
|
-
'aria-haspopup': 'dialog'
|
|
13996
|
-
'aria-expanded': String(isActive.value)
|
|
14018
|
+
'aria-haspopup': 'dialog'
|
|
13997
14019
|
}, props.activatorProps);
|
|
13998
14020
|
const contentProps = vue.mergeProps({
|
|
13999
14021
|
tabindex: -1
|
|
@@ -14124,12 +14146,10 @@
|
|
|
14124
14146
|
"style": [textColorStyles.value, props.style],
|
|
14125
14147
|
"aria-current": isActive.value ? 'page' : undefined
|
|
14126
14148
|
}, {
|
|
14127
|
-
default: () => [!link.isLink.value ? slots.default?.() ?? props.title : vue.createVNode("a", {
|
|
14149
|
+
default: () => [!link.isLink.value ? slots.default?.() ?? props.title : vue.createVNode("a", vue.mergeProps({
|
|
14128
14150
|
"class": "v-breadcrumbs-item--link",
|
|
14129
|
-
"href": link.href.value,
|
|
14130
|
-
"aria-current": isActive.value ? 'page' : undefined,
|
|
14131
14151
|
"onClick": link.navigate
|
|
14132
|
-
}, [slots.default?.() ?? props.title])]
|
|
14152
|
+
}, link.linkProps), [slots.default?.() ?? props.title])]
|
|
14133
14153
|
});
|
|
14134
14154
|
});
|
|
14135
14155
|
return {};
|
|
@@ -14505,7 +14525,7 @@
|
|
|
14505
14525
|
const hasImage = !!(slots.image || props.image);
|
|
14506
14526
|
const hasCardItem = hasHeader || hasPrepend || hasAppend;
|
|
14507
14527
|
const hasText = !!(slots.text || props.text != null);
|
|
14508
|
-
return vue.withDirectives(vue.createVNode(Tag, {
|
|
14528
|
+
return vue.withDirectives(vue.createVNode(Tag, vue.mergeProps({
|
|
14509
14529
|
"class": ['v-card', {
|
|
14510
14530
|
'v-card--disabled': props.disabled,
|
|
14511
14531
|
'v-card--flat': props.flat,
|
|
@@ -14513,10 +14533,9 @@
|
|
|
14513
14533
|
'v-card--link': isClickable.value
|
|
14514
14534
|
}, themeClasses.value, borderClasses.value, colorClasses.value, densityClasses.value, elevationClasses.value, loaderClasses.value, positionClasses.value, roundedClasses.value, variantClasses.value, props.class],
|
|
14515
14535
|
"style": [colorStyles.value, dimensionStyles.value, locationStyles.value, props.style],
|
|
14516
|
-
"href": link.href.value,
|
|
14517
14536
|
"onClick": isClickable.value && link.navigate,
|
|
14518
14537
|
"tabindex": props.disabled ? -1 : undefined
|
|
14519
|
-
}, {
|
|
14538
|
+
}, link.linkProps), {
|
|
14520
14539
|
default: () => [hasImage && vue.createVNode("div", {
|
|
14521
14540
|
"key": "image",
|
|
14522
14541
|
"class": "v-card__image"
|
|
@@ -28054,7 +28073,7 @@
|
|
|
28054
28073
|
const value = isObject(binding.value) ? binding.value : {};
|
|
28055
28074
|
|
|
28056
28075
|
// Get the children from the props or directive value, or the element's children
|
|
28057
|
-
const children = () => text ?? el.
|
|
28076
|
+
const children = () => text ?? el.textContent;
|
|
28058
28077
|
|
|
28059
28078
|
// If vnode.ctx is the same as the instance, then we're bound to a plain element
|
|
28060
28079
|
// and need to find the nearest parent component instance to inherit provides from
|
|
@@ -28112,7 +28131,7 @@
|
|
|
28112
28131
|
const Tooltip = useDirectiveComponent(VTooltip, binding => {
|
|
28113
28132
|
return {
|
|
28114
28133
|
activator: 'parent',
|
|
28115
|
-
location: binding.arg?.replace('-', ' ')
|
|
28134
|
+
location: binding.arg?.replace('-', ' '),
|
|
28116
28135
|
text: typeof binding.value === 'boolean' ? undefined : binding.value
|
|
28117
28136
|
};
|
|
28118
28137
|
});
|
|
@@ -28218,7 +28237,7 @@
|
|
|
28218
28237
|
goTo
|
|
28219
28238
|
};
|
|
28220
28239
|
}
|
|
28221
|
-
const version$1 = "3.7.
|
|
28240
|
+
const version$1 = "3.7.2";
|
|
28222
28241
|
createVuetify$1.version = version$1;
|
|
28223
28242
|
|
|
28224
28243
|
// Vue's inject() can only be used in setup
|
|
@@ -28243,7 +28262,7 @@
|
|
|
28243
28262
|
...options
|
|
28244
28263
|
});
|
|
28245
28264
|
};
|
|
28246
|
-
const version = "3.7.
|
|
28265
|
+
const version = "3.7.2";
|
|
28247
28266
|
createVuetify.version = version;
|
|
28248
28267
|
|
|
28249
28268
|
exports.blueprints = index;
|