vuetify 3.1.8 → 3.1.10
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 +7 -3
- package/dist/json/importMap.json +74 -74
- package/dist/json/tags.json +1 -0
- package/dist/json/web-types.json +51 -17
- package/dist/vuetify-labs.css +427 -407
- package/dist/vuetify-labs.d.ts +14 -7
- package/dist/vuetify-labs.esm.js +439 -237
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +439 -237
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1055 -1038
- package/dist/vuetify.d.ts +28 -23
- package/dist/vuetify.esm.js +285 -180
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +285 -180
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +301 -298
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.mjs +29 -15
- package/lib/components/VAlert/VAlert.mjs.map +1 -1
- package/lib/components/VAlert/index.d.ts +2 -0
- package/lib/components/VAutocomplete/VAutocomplete.mjs +11 -5
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VBanner/VBanner.mjs +19 -12
- package/lib/components/VBanner/VBanner.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +11 -7
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.mjs +25 -19
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VCard/VCard.mjs +10 -6
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/VCardItem.mjs +27 -23
- package/lib/components/VCard/VCardItem.mjs.map +1 -1
- package/lib/components/VChip/VChip.css +110 -90
- package/lib/components/VChip/VChip.mjs +70 -48
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/_mixins.scss +27 -23
- package/lib/components/VChip/index.d.ts +2 -2
- package/lib/components/VCombobox/VCombobox.mjs +11 -5
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +4 -1
- package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
- package/lib/components/VDefaultsProvider/index.d.ts +3 -0
- package/lib/components/VFooter/VFooter.css +2 -0
- package/lib/components/VFooter/VFooter.sass +2 -0
- package/lib/components/VFooter/_variables.scss +2 -0
- package/lib/components/VImg/VImg.mjs +2 -2
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +23 -19
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.mjs +11 -5
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSlider/VSliderTrack.mjs +1 -0
- package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
- package/lib/components/VSlider/slider.mjs +3 -1
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.css +2 -7
- package/lib/components/VSnackbar/VSnackbar.mjs +2 -1
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.sass +3 -8
- package/lib/components/VTimeline/VTimelineDivider.mjs +18 -10
- package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbar.mjs +9 -5
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/index.d.ts +7 -2
- package/lib/composables/defaults.mjs +2 -0
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.ts +21 -21
- package/lib/labs/VDataTable/VDataTable.css +3 -0
- package/lib/labs/VDataTable/VDataTable.mjs +41 -17
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTable.sass +3 -0
- package/lib/labs/VDataTable/VDataTableFooter.mjs +3 -2
- package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRow.mjs +6 -2
- package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +39 -17
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +23 -12
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/expand.mjs +1 -1
- package/lib/labs/VDataTable/composables/expand.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/group.mjs +12 -1
- package/lib/labs/VDataTable/composables/group.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/options.mjs +0 -12
- package/lib/labs/VDataTable/composables/options.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/paginate.mjs +25 -4
- package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/select.mjs +1 -1
- package/lib/labs/VDataTable/composables/select.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/sort.mjs +19 -3
- package/lib/labs/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.ts +7 -5
- package/lib/labs/components.d.ts +7 -5
- package/lib/locale/adapters/vue-i18n.d.ts +1 -1
- package/lib/locale/adapters/vue-i18n.mjs +1 -1
- package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
- package/lib/util/defineComponent.mjs +3 -2
- package/lib/util/defineComponent.mjs.map +1 -1
- package/package.json +5 -11
package/dist/vuetify.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.1.
|
|
2
|
+
* Vuetify v3.1.10
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -953,6 +953,8 @@
|
|
|
953
953
|
const injectedDefaults = useDefaults();
|
|
954
954
|
const providedDefaults = vue.ref(defaults);
|
|
955
955
|
const newDefaults = vue.computed(() => {
|
|
956
|
+
const disabled = vue.unref(options?.disabled);
|
|
957
|
+
if (disabled) return injectedDefaults.value;
|
|
956
958
|
const scoped = vue.unref(options?.scoped);
|
|
957
959
|
const reset = vue.unref(options?.reset);
|
|
958
960
|
const root = vue.unref(options?.root);
|
|
@@ -1026,10 +1028,11 @@
|
|
|
1026
1028
|
const componentDefaults = vue.computed(() => defaults.value[props._as ?? options.name]);
|
|
1027
1029
|
const _props = new Proxy(props, {
|
|
1028
1030
|
get(target, prop) {
|
|
1031
|
+
const propValue = Reflect.get(target, prop);
|
|
1029
1032
|
if (typeof prop === 'string' && !propIsDefined(vm.vnode, prop)) {
|
|
1030
|
-
return componentDefaults.value?.[prop] ?? defaults.value.global?.[prop] ??
|
|
1033
|
+
return componentDefaults.value?.[prop] ?? defaults.value.global?.[prop] ?? propValue;
|
|
1031
1034
|
}
|
|
1032
|
-
return
|
|
1035
|
+
return propValue;
|
|
1033
1036
|
}
|
|
1034
1037
|
});
|
|
1035
1038
|
const _subcomponentDefaults = vue.shallowRef();
|
|
@@ -2153,6 +2156,7 @@
|
|
|
2153
2156
|
name: 'VDefaultsProvider',
|
|
2154
2157
|
props: {
|
|
2155
2158
|
defaults: Object,
|
|
2159
|
+
disabled: Boolean,
|
|
2156
2160
|
reset: [Number, String],
|
|
2157
2161
|
root: Boolean,
|
|
2158
2162
|
scoped: Boolean
|
|
@@ -2163,6 +2167,7 @@
|
|
|
2163
2167
|
} = _ref;
|
|
2164
2168
|
const {
|
|
2165
2169
|
defaults,
|
|
2170
|
+
disabled,
|
|
2166
2171
|
reset,
|
|
2167
2172
|
root,
|
|
2168
2173
|
scoped
|
|
@@ -2170,7 +2175,8 @@
|
|
|
2170
2175
|
provideDefaults(defaults, {
|
|
2171
2176
|
reset,
|
|
2172
2177
|
root,
|
|
2173
|
-
scoped
|
|
2178
|
+
scoped,
|
|
2179
|
+
disabled
|
|
2174
2180
|
});
|
|
2175
2181
|
return () => slots.default?.();
|
|
2176
2182
|
}
|
|
@@ -2792,7 +2798,7 @@
|
|
|
2792
2798
|
"class": ['v-img__img', containClasses.value],
|
|
2793
2799
|
"src": normalisedSrc.value.src,
|
|
2794
2800
|
"srcset": normalisedSrc.value.srcset,
|
|
2795
|
-
"alt":
|
|
2801
|
+
"alt": props.alt,
|
|
2796
2802
|
"sizes": props.sizes,
|
|
2797
2803
|
"ref": image,
|
|
2798
2804
|
"onLoad": onLoad,
|
|
@@ -2814,7 +2820,7 @@
|
|
|
2814
2820
|
default: () => [normalisedSrc.value.lazySrc && state.value !== 'loaded' && vue.createVNode("img", {
|
|
2815
2821
|
"class": ['v-img__img', 'v-img__img--preload', containClasses.value],
|
|
2816
2822
|
"src": normalisedSrc.value.lazySrc,
|
|
2817
|
-
"alt":
|
|
2823
|
+
"alt": props.alt
|
|
2818
2824
|
}, null)]
|
|
2819
2825
|
});
|
|
2820
2826
|
const __placeholder = () => {
|
|
@@ -3156,16 +3162,20 @@
|
|
|
3156
3162
|
default: () => [hasImage && vue.createVNode("div", {
|
|
3157
3163
|
"key": "image",
|
|
3158
3164
|
"class": "v-toolbar__image"
|
|
3159
|
-
}, [vue.createVNode(
|
|
3165
|
+
}, [!slots.image ? vue.createVNode(VImg, {
|
|
3166
|
+
"key": "image-img",
|
|
3167
|
+
"cover": true,
|
|
3168
|
+
"src": props.image
|
|
3169
|
+
}, null) : vue.createVNode(VDefaultsProvider, {
|
|
3170
|
+
"key": "image-defaults",
|
|
3171
|
+
"disabled": !props.image,
|
|
3160
3172
|
"defaults": {
|
|
3161
3173
|
VImg: {
|
|
3162
3174
|
cover: true,
|
|
3163
3175
|
src: props.image
|
|
3164
3176
|
}
|
|
3165
3177
|
}
|
|
3166
|
-
}, {
|
|
3167
|
-
default: () => [slots.image ? slots.image?.() : vue.createVNode(VImg, null, null)]
|
|
3168
|
-
})]), vue.createVNode(VDefaultsProvider, {
|
|
3178
|
+
}, slots.image)]), vue.createVNode(VDefaultsProvider, {
|
|
3169
3179
|
"defaults": {
|
|
3170
3180
|
VTabs: {
|
|
3171
3181
|
height: convertToUnit(contentHeight.value)
|
|
@@ -4886,43 +4896,49 @@
|
|
|
4886
4896
|
},
|
|
4887
4897
|
"value": valueAttr.value
|
|
4888
4898
|
}, {
|
|
4889
|
-
default: () => [genOverlays(true, 'v-btn'), !props.icon && hasPrepend && vue.createVNode(
|
|
4899
|
+
default: () => [genOverlays(true, 'v-btn'), !props.icon && hasPrepend && vue.createVNode("span", {
|
|
4890
4900
|
"key": "prepend",
|
|
4901
|
+
"class": "v-btn__prepend"
|
|
4902
|
+
}, [!slots.prepend ? vue.createVNode(VIcon, {
|
|
4903
|
+
"key": "prepend-icon",
|
|
4904
|
+
"icon": props.prependIcon
|
|
4905
|
+
}, null) : vue.createVNode(VDefaultsProvider, {
|
|
4906
|
+
"key": "prepend-defaults",
|
|
4907
|
+
"disabled": !props.prependIcon,
|
|
4891
4908
|
"defaults": {
|
|
4892
4909
|
VIcon: {
|
|
4893
4910
|
icon: props.prependIcon
|
|
4894
4911
|
}
|
|
4895
4912
|
}
|
|
4896
|
-
}, {
|
|
4897
|
-
default: () => [vue.createVNode("span", {
|
|
4898
|
-
"class": "v-btn__prepend"
|
|
4899
|
-
}, [slots.prepend?.() ?? vue.createVNode(VIcon, null, null)])]
|
|
4900
|
-
}), vue.createVNode("span", {
|
|
4913
|
+
}, slots.prepend)]), vue.createVNode("span", {
|
|
4901
4914
|
"class": "v-btn__content",
|
|
4902
4915
|
"data-no-activator": ""
|
|
4903
|
-
}, [vue.createVNode(
|
|
4904
|
-
"key": "content",
|
|
4916
|
+
}, [!slots.default && hasIcon ? vue.createVNode(VIcon, {
|
|
4917
|
+
"key": "content-icon",
|
|
4918
|
+
"icon": props.icon
|
|
4919
|
+
}, null) : vue.createVNode(VDefaultsProvider, {
|
|
4920
|
+
"key": "content-defaults",
|
|
4921
|
+
"disabled": !hasIcon,
|
|
4905
4922
|
"defaults": {
|
|
4906
4923
|
VIcon: {
|
|
4907
|
-
icon:
|
|
4924
|
+
icon: props.icon
|
|
4908
4925
|
}
|
|
4909
4926
|
}
|
|
4910
|
-
}, {
|
|
4911
|
-
default: () => [slots.default?.() ?? (hasIcon && vue.createVNode(VIcon, {
|
|
4912
|
-
"key": "icon"
|
|
4913
|
-
}, null))]
|
|
4914
|
-
})]), !props.icon && hasAppend && vue.createVNode(VDefaultsProvider, {
|
|
4927
|
+
}, slots.default)]), !props.icon && hasAppend && vue.createVNode("span", {
|
|
4915
4928
|
"key": "append",
|
|
4929
|
+
"class": "v-btn__append"
|
|
4930
|
+
}, [!slots.append ? vue.createVNode(VIcon, {
|
|
4931
|
+
"key": "append-icon",
|
|
4932
|
+
"icon": props.appendIcon
|
|
4933
|
+
}, null) : vue.createVNode(VDefaultsProvider, {
|
|
4934
|
+
"key": "append-defaults",
|
|
4935
|
+
"disabled": !props.appendIcon,
|
|
4916
4936
|
"defaults": {
|
|
4917
4937
|
VIcon: {
|
|
4918
4938
|
icon: props.appendIcon
|
|
4919
4939
|
}
|
|
4920
4940
|
}
|
|
4921
|
-
}, {
|
|
4922
|
-
default: () => [vue.createVNode("span", {
|
|
4923
|
-
"class": "v-btn__append"
|
|
4924
|
-
}, [slots.append?.() ?? vue.createVNode(VIcon, null, null)])]
|
|
4925
|
-
}), !!props.loading && vue.createVNode("span", {
|
|
4941
|
+
}, slots.append)]), !!props.loading && vue.createVNode("span", {
|
|
4926
4942
|
"key": "loader",
|
|
4927
4943
|
"class": "v-btn__loader"
|
|
4928
4944
|
}, [slots.loader?.() ?? vue.createVNode(VProgressCircular, {
|
|
@@ -5051,10 +5067,12 @@
|
|
|
5051
5067
|
})
|
|
5052
5068
|
},
|
|
5053
5069
|
emits: {
|
|
5070
|
+
'click:close': e => true,
|
|
5054
5071
|
'update:modelValue': value => true
|
|
5055
5072
|
},
|
|
5056
5073
|
setup(props, _ref) {
|
|
5057
5074
|
let {
|
|
5075
|
+
emit,
|
|
5058
5076
|
slots
|
|
5059
5077
|
} = _ref;
|
|
5060
5078
|
const isActive = useProxiedModel(props, 'modelValue');
|
|
@@ -5104,6 +5122,7 @@
|
|
|
5104
5122
|
'aria-label': t(props.closeLabel),
|
|
5105
5123
|
onClick(e) {
|
|
5106
5124
|
isActive.value = false;
|
|
5125
|
+
emit('click:close', e);
|
|
5107
5126
|
}
|
|
5108
5127
|
}));
|
|
5109
5128
|
return () => {
|
|
@@ -5125,8 +5144,17 @@
|
|
|
5125
5144
|
"key": "border",
|
|
5126
5145
|
"class": ['v-alert__border', textColorClasses.value],
|
|
5127
5146
|
"style": textColorStyles.value
|
|
5128
|
-
}, null), hasPrepend && vue.createVNode(
|
|
5147
|
+
}, null), hasPrepend && vue.createVNode("div", {
|
|
5129
5148
|
"key": "prepend",
|
|
5149
|
+
"class": "v-alert__prepend"
|
|
5150
|
+
}, [!slots.prepend ? vue.createVNode(VIcon, {
|
|
5151
|
+
"key": "prepend-icon",
|
|
5152
|
+
"density": props.density,
|
|
5153
|
+
"icon": icon.value,
|
|
5154
|
+
"size": props.prominent ? 44 : 28
|
|
5155
|
+
}, null) : vue.createVNode(VDefaultsProvider, {
|
|
5156
|
+
"key": "prepend-defaults",
|
|
5157
|
+
"disabled": !icon.value,
|
|
5130
5158
|
"defaults": {
|
|
5131
5159
|
VIcon: {
|
|
5132
5160
|
density: props.density,
|
|
@@ -5134,21 +5162,25 @@
|
|
|
5134
5162
|
size: props.prominent ? 44 : 28
|
|
5135
5163
|
}
|
|
5136
5164
|
}
|
|
5137
|
-
}, {
|
|
5138
|
-
default: () => [vue.createVNode("div", {
|
|
5139
|
-
"class": "v-alert__prepend"
|
|
5140
|
-
}, [slots.prepend ? slots.prepend() : icon.value && vue.createVNode(VIcon, null, null)])]
|
|
5141
|
-
}), vue.createVNode("div", {
|
|
5165
|
+
}, slots.prepend)]), vue.createVNode("div", {
|
|
5142
5166
|
"class": "v-alert__content"
|
|
5143
5167
|
}, [hasTitle && vue.createVNode(VAlertTitle, {
|
|
5144
5168
|
"key": "title"
|
|
5145
5169
|
}, {
|
|
5146
|
-
default: () => [slots.title
|
|
5147
|
-
}), hasText && (slots.text
|
|
5170
|
+
default: () => [slots.title?.() ?? props.title]
|
|
5171
|
+
}), hasText && (slots.text?.() ?? props.text), slots.default?.()]), slots.append && vue.createVNode("div", {
|
|
5148
5172
|
"key": "append",
|
|
5149
5173
|
"class": "v-alert__append"
|
|
5150
|
-
}, [slots.append()]), hasClose && vue.createVNode(
|
|
5174
|
+
}, [slots.append()]), hasClose && vue.createVNode("div", {
|
|
5151
5175
|
"key": "close",
|
|
5176
|
+
"class": "v-alert__close"
|
|
5177
|
+
}, [!slots.close ? vue.createVNode(VBtn, vue.mergeProps({
|
|
5178
|
+
"key": "close-btn",
|
|
5179
|
+
"icon": props.closeIcon,
|
|
5180
|
+
"size": "x-small",
|
|
5181
|
+
"variant": "text"
|
|
5182
|
+
}, closeProps.value), null) : vue.createVNode(VDefaultsProvider, {
|
|
5183
|
+
"key": "close-defaults",
|
|
5152
5184
|
"defaults": {
|
|
5153
5185
|
VBtn: {
|
|
5154
5186
|
icon: props.closeIcon,
|
|
@@ -5157,12 +5189,10 @@
|
|
|
5157
5189
|
}
|
|
5158
5190
|
}
|
|
5159
5191
|
}, {
|
|
5160
|
-
default: () => [
|
|
5161
|
-
"class": "v-alert__close"
|
|
5162
|
-
}, [slots.close?.({
|
|
5192
|
+
default: () => [slots.close?.({
|
|
5163
5193
|
props: closeProps.value
|
|
5164
|
-
})
|
|
5165
|
-
})]
|
|
5194
|
+
})]
|
|
5195
|
+
})])]
|
|
5166
5196
|
});
|
|
5167
5197
|
};
|
|
5168
5198
|
}
|
|
@@ -6827,10 +6857,13 @@
|
|
|
6827
6857
|
const link = useLink(props, attrs);
|
|
6828
6858
|
const isLink = vue.computed(() => props.link !== false && link.isLink.value);
|
|
6829
6859
|
const isClickable = vue.computed(() => !props.disabled && props.link !== false && (!!group || props.link || link.isClickable.value));
|
|
6830
|
-
|
|
6831
|
-
|
|
6832
|
-
|
|
6833
|
-
|
|
6860
|
+
const closeProps = vue.computed(() => ({
|
|
6861
|
+
'aria-label': t(props.closeLabel),
|
|
6862
|
+
onClick(e) {
|
|
6863
|
+
isActive.value = false;
|
|
6864
|
+
emit('click:close', e);
|
|
6865
|
+
}
|
|
6866
|
+
}));
|
|
6834
6867
|
function onClick(e) {
|
|
6835
6868
|
emit('click', e);
|
|
6836
6869
|
if (!isClickable.value) return;
|
|
@@ -6845,10 +6878,12 @@
|
|
|
6845
6878
|
}
|
|
6846
6879
|
return () => {
|
|
6847
6880
|
const Tag = link.isLink.value ? 'a' : props.tag;
|
|
6848
|
-
const
|
|
6881
|
+
const hasAppendMedia = !!(props.appendIcon || props.appendAvatar);
|
|
6882
|
+
const hasAppend = !!(hasAppendMedia || slots.append);
|
|
6849
6883
|
const hasClose = !!(slots.close || props.closable);
|
|
6850
6884
|
const hasFilter = !!(slots.filter || props.filter) && group;
|
|
6851
|
-
const
|
|
6885
|
+
const hasPrependMedia = !!(props.prependIcon || props.prependAvatar);
|
|
6886
|
+
const hasPrepend = !!(hasPrependMedia || slots.prepend);
|
|
6852
6887
|
const hasColor = !group || group.isSelected.value;
|
|
6853
6888
|
return isActive.value && vue.withDirectives(vue.createVNode(Tag, {
|
|
6854
6889
|
"class": ['v-chip', {
|
|
@@ -6866,77 +6901,94 @@
|
|
|
6866
6901
|
"onClick": onClick,
|
|
6867
6902
|
"onKeydown": isClickable.value && !isLink.value && onKeyDown
|
|
6868
6903
|
}, {
|
|
6869
|
-
default: () => [genOverlays(isClickable.value, 'v-chip'), hasFilter && vue.createVNode(
|
|
6870
|
-
"key": "filter"
|
|
6871
|
-
"defaults": {
|
|
6872
|
-
VIcon: {
|
|
6873
|
-
icon: props.filterIcon
|
|
6874
|
-
}
|
|
6875
|
-
}
|
|
6904
|
+
default: () => [genOverlays(isClickable.value, 'v-chip'), hasFilter && vue.createVNode(VExpandXTransition, {
|
|
6905
|
+
"key": "filter"
|
|
6876
6906
|
}, {
|
|
6877
|
-
default: () => [vue.createVNode(
|
|
6878
|
-
|
|
6879
|
-
|
|
6880
|
-
|
|
6881
|
-
|
|
6882
|
-
|
|
6907
|
+
default: () => [vue.withDirectives(vue.createVNode("div", {
|
|
6908
|
+
"class": "v-chip__filter"
|
|
6909
|
+
}, [!slots.filter ? vue.createVNode(VIcon, {
|
|
6910
|
+
"key": "filter-icon",
|
|
6911
|
+
"icon": props.filterIcon
|
|
6912
|
+
}, null) : vue.withDirectives(vue.createVNode(VDefaultsProvider, {
|
|
6913
|
+
"key": "filter-defaults",
|
|
6914
|
+
"disabled": !props.filterIcon,
|
|
6915
|
+
"defaults": {
|
|
6916
|
+
VIcon: {
|
|
6917
|
+
icon: props.filterIcon
|
|
6918
|
+
}
|
|
6919
|
+
}
|
|
6920
|
+
}, null), [[vue.resolveDirective("slot"), slots.filter, "default"]])]), [[vue.vShow, group.isSelected.value]])]
|
|
6921
|
+
}), hasPrepend && vue.createVNode("div", {
|
|
6883
6922
|
"key": "prepend",
|
|
6923
|
+
"class": "v-chip__prepend"
|
|
6924
|
+
}, [!slots.prepend ? vue.createVNode(vue.Fragment, null, [props.prependIcon && vue.createVNode(VIcon, {
|
|
6925
|
+
"key": "prepend-icon",
|
|
6926
|
+
"icon": props.prependIcon,
|
|
6927
|
+
"start": true
|
|
6928
|
+
}, null), props.prependAvatar && vue.createVNode(VAvatar, {
|
|
6929
|
+
"key": "prepend-avatar",
|
|
6930
|
+
"image": props.prependAvatar,
|
|
6931
|
+
"start": true
|
|
6932
|
+
}, null)]) : vue.createVNode(VDefaultsProvider, {
|
|
6933
|
+
"key": "prepend-defaults",
|
|
6934
|
+
"disabled": !hasPrependMedia,
|
|
6884
6935
|
"defaults": {
|
|
6885
6936
|
VAvatar: {
|
|
6886
|
-
image: props.prependAvatar
|
|
6937
|
+
image: props.prependAvatar,
|
|
6938
|
+
start: true
|
|
6887
6939
|
},
|
|
6888
6940
|
VIcon: {
|
|
6889
|
-
icon: props.prependIcon
|
|
6941
|
+
icon: props.prependIcon,
|
|
6942
|
+
start: true
|
|
6890
6943
|
}
|
|
6891
6944
|
}
|
|
6892
|
-
}, {
|
|
6893
|
-
default: () => [slots.prepend ? vue.createVNode("div", {
|
|
6894
|
-
"class": "v-chip__prepend"
|
|
6895
|
-
}, [slots.prepend()]) : props.prependAvatar ? vue.createVNode(VAvatar, {
|
|
6896
|
-
"start": true
|
|
6897
|
-
}, null) : props.prependIcon ? vue.createVNode(VIcon, {
|
|
6898
|
-
"start": true
|
|
6899
|
-
}, null) : undefined]
|
|
6900
|
-
}), slots.default?.({
|
|
6945
|
+
}, slots.prepend)]), slots.default?.({
|
|
6901
6946
|
isSelected: group?.isSelected.value,
|
|
6902
6947
|
selectedClass: group?.selectedClass.value,
|
|
6903
6948
|
select: group?.select,
|
|
6904
6949
|
toggle: group?.toggle,
|
|
6905
6950
|
value: group?.value.value,
|
|
6906
6951
|
disabled: props.disabled
|
|
6907
|
-
}) ?? props.text, hasAppend && vue.createVNode(
|
|
6952
|
+
}) ?? props.text, hasAppend && vue.createVNode("div", {
|
|
6908
6953
|
"key": "append",
|
|
6954
|
+
"class": "v-chip__append"
|
|
6955
|
+
}, [!slots.append ? vue.createVNode(vue.Fragment, null, [props.appendIcon && vue.createVNode(VIcon, {
|
|
6956
|
+
"key": "append-icon",
|
|
6957
|
+
"end": true,
|
|
6958
|
+
"icon": props.appendIcon
|
|
6959
|
+
}, null), props.appendAvatar && vue.createVNode(VAvatar, {
|
|
6960
|
+
"key": "append-avatar",
|
|
6961
|
+
"end": true,
|
|
6962
|
+
"image": props.appendAvatar
|
|
6963
|
+
}, null)]) : vue.createVNode(VDefaultsProvider, {
|
|
6964
|
+
"key": "append-defaults",
|
|
6965
|
+
"disabled": !hasAppendMedia,
|
|
6909
6966
|
"defaults": {
|
|
6910
6967
|
VAvatar: {
|
|
6968
|
+
end: true,
|
|
6911
6969
|
image: props.appendAvatar
|
|
6912
6970
|
},
|
|
6913
6971
|
VIcon: {
|
|
6972
|
+
end: true,
|
|
6914
6973
|
icon: props.appendIcon
|
|
6915
6974
|
}
|
|
6916
6975
|
}
|
|
6917
|
-
}, {
|
|
6918
|
-
default: () => [slots.append ? vue.createVNode("div", {
|
|
6919
|
-
"class": "v-chip__append"
|
|
6920
|
-
}, [slots.append()]) : props.appendAvatar ? vue.createVNode(VAvatar, {
|
|
6921
|
-
"end": true
|
|
6922
|
-
}, null) : props.appendIcon ? vue.createVNode(VIcon, {
|
|
6923
|
-
"end": true
|
|
6924
|
-
}, null) : undefined]
|
|
6925
|
-
}), hasClose && vue.createVNode(VDefaultsProvider, {
|
|
6976
|
+
}, slots.append)]), hasClose && vue.createVNode("div", vue.mergeProps({
|
|
6926
6977
|
"key": "close",
|
|
6978
|
+
"class": "v-chip__close"
|
|
6979
|
+
}, closeProps.value), [!slots.close ? vue.createVNode(VIcon, {
|
|
6980
|
+
"key": "close-icon",
|
|
6981
|
+
"icon": props.closeIcon,
|
|
6982
|
+
"size": "x-small"
|
|
6983
|
+
}, null) : vue.createVNode(VDefaultsProvider, {
|
|
6984
|
+
"key": "close-defaults",
|
|
6927
6985
|
"defaults": {
|
|
6928
6986
|
VIcon: {
|
|
6929
6987
|
icon: props.closeIcon,
|
|
6930
6988
|
size: 'x-small'
|
|
6931
6989
|
}
|
|
6932
6990
|
}
|
|
6933
|
-
},
|
|
6934
|
-
default: () => [vue.createVNode("div", {
|
|
6935
|
-
"class": "v-chip__close",
|
|
6936
|
-
"aria-label": t(props.closeLabel),
|
|
6937
|
-
"onClick": onCloseClick
|
|
6938
|
-
}, [slots.close ? slots.close() : vue.createVNode(VIcon, null, null)])]
|
|
6939
|
-
})]
|
|
6991
|
+
}, slots.close)])]
|
|
6940
6992
|
}), [[vue.resolveDirective("ripple"), isClickable.value && props.ripple, null]]);
|
|
6941
6993
|
};
|
|
6942
6994
|
}
|
|
@@ -7686,8 +7738,10 @@
|
|
|
7686
7738
|
const hasColor = !list || isSelected.value || isActive.value;
|
|
7687
7739
|
const hasTitle = slots.title || props.title;
|
|
7688
7740
|
const hasSubtitle = slots.subtitle || props.subtitle;
|
|
7689
|
-
const
|
|
7690
|
-
const
|
|
7741
|
+
const hasAppendMedia = !!(props.appendAvatar || props.appendIcon);
|
|
7742
|
+
const hasAppend = !!(hasAppendMedia || slots.append);
|
|
7743
|
+
const hasPrependMedia = !!(props.prependAvatar || props.prependIcon);
|
|
7744
|
+
const hasPrepend = !!(hasPrependMedia || slots.prepend);
|
|
7691
7745
|
list?.updateHasPrepend(hasPrepend);
|
|
7692
7746
|
return vue.withDirectives(vue.createVNode(Tag, {
|
|
7693
7747
|
"class": ['v-list-item', {
|
|
@@ -7707,7 +7761,7 @@
|
|
|
7707
7761
|
default: () => [genOverlays(isClickable.value || isActive.value, 'v-list-item'), hasPrepend && vue.createVNode("div", {
|
|
7708
7762
|
"key": "prepend",
|
|
7709
7763
|
"class": "v-list-item__prepend"
|
|
7710
|
-
}, [props.prependAvatar && vue.createVNode(VAvatar, {
|
|
7764
|
+
}, [!slots.prepend ? vue.createVNode(vue.Fragment, null, [props.prependAvatar && vue.createVNode(VAvatar, {
|
|
7711
7765
|
"key": "prepend-avatar",
|
|
7712
7766
|
"density": props.density,
|
|
7713
7767
|
"image": props.prependAvatar
|
|
@@ -7715,8 +7769,9 @@
|
|
|
7715
7769
|
"key": "prepend-icon",
|
|
7716
7770
|
"density": props.density,
|
|
7717
7771
|
"icon": props.prependIcon
|
|
7718
|
-
}, null)
|
|
7719
|
-
"key": "prepend",
|
|
7772
|
+
}, null)]) : vue.createVNode(VDefaultsProvider, {
|
|
7773
|
+
"key": "prepend-defaults",
|
|
7774
|
+
"disabled": !hasPrependMedia,
|
|
7720
7775
|
"defaults": {
|
|
7721
7776
|
VAvatar: {
|
|
7722
7777
|
density: props.density,
|
|
@@ -7731,7 +7786,7 @@
|
|
|
7731
7786
|
}
|
|
7732
7787
|
}
|
|
7733
7788
|
}, {
|
|
7734
|
-
default: () => [slots.prepend(slotProps.value)]
|
|
7789
|
+
default: () => [slots.prepend?.(slotProps.value)]
|
|
7735
7790
|
})]), vue.createVNode("div", {
|
|
7736
7791
|
"class": "v-list-item__content",
|
|
7737
7792
|
"data-no-activator": ""
|
|
@@ -7750,8 +7805,17 @@
|
|
|
7750
7805
|
}), slots.default?.(slotProps.value)]), hasAppend && vue.createVNode("div", {
|
|
7751
7806
|
"key": "append",
|
|
7752
7807
|
"class": "v-list-item__append"
|
|
7753
|
-
}, [slots.append && vue.createVNode(
|
|
7754
|
-
"key": "append",
|
|
7808
|
+
}, [!slots.append ? vue.createVNode(vue.Fragment, null, [props.appendIcon && vue.createVNode(VIcon, {
|
|
7809
|
+
"key": "append-icon",
|
|
7810
|
+
"density": props.density,
|
|
7811
|
+
"icon": props.appendIcon
|
|
7812
|
+
}, null), props.appendAvatar && vue.createVNode(VAvatar, {
|
|
7813
|
+
"key": "append-avatar",
|
|
7814
|
+
"density": props.density,
|
|
7815
|
+
"image": props.appendAvatar
|
|
7816
|
+
}, null)]) : vue.createVNode(VDefaultsProvider, {
|
|
7817
|
+
"key": "append-defaults",
|
|
7818
|
+
"disabled": !hasAppendMedia,
|
|
7755
7819
|
"defaults": {
|
|
7756
7820
|
VAvatar: {
|
|
7757
7821
|
density: props.density,
|
|
@@ -7766,16 +7830,8 @@
|
|
|
7766
7830
|
}
|
|
7767
7831
|
}
|
|
7768
7832
|
}, {
|
|
7769
|
-
default: () => [slots.append(slotProps.value)]
|
|
7770
|
-
})
|
|
7771
|
-
"key": "append-icon",
|
|
7772
|
-
"density": props.density,
|
|
7773
|
-
"icon": props.appendIcon
|
|
7774
|
-
}, null), props.appendAvatar && vue.createVNode(VAvatar, {
|
|
7775
|
-
"key": "append-avatar",
|
|
7776
|
-
"density": props.density,
|
|
7777
|
-
"image": props.appendAvatar
|
|
7778
|
-
}, null)])]
|
|
7833
|
+
default: () => [slots.append?.(slotProps.value)]
|
|
7834
|
+
})])]
|
|
7779
7835
|
}), [[vue.resolveDirective("ripple"), isClickable.value && props.ripple]]);
|
|
7780
7836
|
});
|
|
7781
7837
|
return {};
|
|
@@ -9984,7 +10040,13 @@
|
|
|
9984
10040
|
return vue.createVNode("div", {
|
|
9985
10041
|
"key": item.value,
|
|
9986
10042
|
"class": "v-select__selection"
|
|
9987
|
-
}, [hasChips ? vue.createVNode(
|
|
10043
|
+
}, [hasChips ? !slots.chip ? vue.createVNode(VChip, vue.mergeProps({
|
|
10044
|
+
"key": "chip",
|
|
10045
|
+
"closable": props.closableChips,
|
|
10046
|
+
"size": "small",
|
|
10047
|
+
"text": item.title
|
|
10048
|
+
}, slotProps), null) : vue.createVNode(VDefaultsProvider, {
|
|
10049
|
+
"key": "chip-defaults",
|
|
9988
10050
|
"defaults": {
|
|
9989
10051
|
VChip: {
|
|
9990
10052
|
closable: props.closableChips,
|
|
@@ -9993,15 +10055,15 @@
|
|
|
9993
10055
|
}
|
|
9994
10056
|
}
|
|
9995
10057
|
}, {
|
|
9996
|
-
default: () => [slots.chip
|
|
10058
|
+
default: () => [slots.chip?.({
|
|
9997
10059
|
item,
|
|
9998
10060
|
index,
|
|
9999
10061
|
props: slotProps
|
|
10000
|
-
})
|
|
10001
|
-
}) : slots.selection
|
|
10062
|
+
})]
|
|
10063
|
+
}) : slots.selection?.({
|
|
10002
10064
|
item,
|
|
10003
10065
|
index
|
|
10004
|
-
})
|
|
10066
|
+
}) ?? vue.createVNode("span", {
|
|
10005
10067
|
"class": "v-select__selection-text"
|
|
10006
10068
|
}, [item.title, props.multiple && index < selections.value.length - 1 && vue.createVNode("span", {
|
|
10007
10069
|
"class": "v-select__selection-comma"
|
|
@@ -10373,7 +10435,13 @@
|
|
|
10373
10435
|
return vue.createVNode("div", {
|
|
10374
10436
|
"key": item.value,
|
|
10375
10437
|
"class": "v-autocomplete__selection"
|
|
10376
|
-
}, [hasChips ? vue.createVNode(
|
|
10438
|
+
}, [hasChips ? !slots.chip ? vue.createVNode(VChip, vue.mergeProps({
|
|
10439
|
+
"key": "chip",
|
|
10440
|
+
"closable": props.closableChips,
|
|
10441
|
+
"size": "small",
|
|
10442
|
+
"text": item.title
|
|
10443
|
+
}, slotProps), null) : vue.createVNode(VDefaultsProvider, {
|
|
10444
|
+
"key": "chip-defaults",
|
|
10377
10445
|
"defaults": {
|
|
10378
10446
|
VChip: {
|
|
10379
10447
|
closable: props.closableChips,
|
|
@@ -10382,15 +10450,15 @@
|
|
|
10382
10450
|
}
|
|
10383
10451
|
}
|
|
10384
10452
|
}, {
|
|
10385
|
-
default: () => [slots.chip
|
|
10453
|
+
default: () => [slots.chip?.({
|
|
10386
10454
|
item,
|
|
10387
10455
|
index,
|
|
10388
10456
|
props: slotProps
|
|
10389
|
-
})
|
|
10390
|
-
}) : slots.selection
|
|
10457
|
+
})]
|
|
10458
|
+
}) : slots.selection?.({
|
|
10391
10459
|
item,
|
|
10392
10460
|
index
|
|
10393
|
-
})
|
|
10461
|
+
}) ?? vue.createVNode("span", {
|
|
10394
10462
|
"class": "v-autocomplete__selection-text"
|
|
10395
10463
|
}, [item.title, props.multiple && index < selections.value.length - 1 && vue.createVNode("span", {
|
|
10396
10464
|
"class": "v-autocomplete__selection-comma"
|
|
@@ -10591,7 +10659,8 @@
|
|
|
10591
10659
|
});
|
|
10592
10660
|
useRender(() => {
|
|
10593
10661
|
const hasText = !!(props.text || slots.text);
|
|
10594
|
-
const
|
|
10662
|
+
const hasPrependMedia = !!(props.avatar || props.icon);
|
|
10663
|
+
const hasPrepend = !!(hasPrependMedia || slots.prepend);
|
|
10595
10664
|
return vue.createVNode(props.tag, {
|
|
10596
10665
|
"class": ['v-banner', {
|
|
10597
10666
|
'v-banner--stacked': props.stacked || mobile.value,
|
|
@@ -10601,8 +10670,18 @@
|
|
|
10601
10670
|
"style": [dimensionStyles.value, locationStyles.value],
|
|
10602
10671
|
"role": "banner"
|
|
10603
10672
|
}, {
|
|
10604
|
-
default: () => [hasPrepend && vue.createVNode(
|
|
10673
|
+
default: () => [hasPrepend && vue.createVNode("div", {
|
|
10605
10674
|
"key": "prepend",
|
|
10675
|
+
"class": "v-banner__prepend"
|
|
10676
|
+
}, [!slots.prepend ? vue.createVNode(VAvatar, {
|
|
10677
|
+
"key": "prepend-avatar",
|
|
10678
|
+
"color": color.value,
|
|
10679
|
+
"density": density.value,
|
|
10680
|
+
"icon": props.icon,
|
|
10681
|
+
"image": props.avatar
|
|
10682
|
+
}, null) : vue.createVNode(VDefaultsProvider, {
|
|
10683
|
+
"key": "prepend-defaults",
|
|
10684
|
+
"disabled": !hasPrependMedia,
|
|
10606
10685
|
"defaults": {
|
|
10607
10686
|
VAvatar: {
|
|
10608
10687
|
color: color.value,
|
|
@@ -10611,19 +10690,15 @@
|
|
|
10611
10690
|
image: props.avatar
|
|
10612
10691
|
}
|
|
10613
10692
|
}
|
|
10614
|
-
}, {
|
|
10615
|
-
default: () => [vue.createVNode("div", {
|
|
10616
|
-
"class": "v-banner__prepend"
|
|
10617
|
-
}, [slots.prepend ? slots.prepend() : (props.avatar || props.icon) && vue.createVNode(VAvatar, null, null)])]
|
|
10618
|
-
}), vue.createVNode("div", {
|
|
10693
|
+
}, slots.prepend)]), vue.createVNode("div", {
|
|
10619
10694
|
"class": "v-banner__content"
|
|
10620
10695
|
}, [hasText && vue.createVNode(VBannerText, {
|
|
10621
10696
|
"key": "text"
|
|
10622
10697
|
}, {
|
|
10623
|
-
default: () => [slots.text
|
|
10624
|
-
}), slots.default?.()]), slots.actions && vue.createVNode(VBannerActions,
|
|
10625
|
-
|
|
10626
|
-
})]
|
|
10698
|
+
default: () => [slots.text?.() ?? props.text]
|
|
10699
|
+
}), slots.default?.()]), slots.actions && vue.createVNode(VBannerActions, {
|
|
10700
|
+
"key": "actions"
|
|
10701
|
+
}, slots.actions)]
|
|
10627
10702
|
});
|
|
10628
10703
|
});
|
|
10629
10704
|
}
|
|
@@ -10856,19 +10931,23 @@
|
|
|
10856
10931
|
"class": ['v-breadcrumbs', backgroundColorClasses.value, densityClasses.value, roundedClasses.value],
|
|
10857
10932
|
"style": backgroundColorStyles.value
|
|
10858
10933
|
}, {
|
|
10859
|
-
default: () => [hasPrepend && vue.createVNode(
|
|
10934
|
+
default: () => [hasPrepend && vue.createVNode("div", {
|
|
10860
10935
|
"key": "prepend",
|
|
10936
|
+
"class": "v-breadcrumbs__prepend"
|
|
10937
|
+
}, [!slots.prepend ? vue.createVNode(VIcon, {
|
|
10938
|
+
"key": "prepend-icon",
|
|
10939
|
+
"start": true,
|
|
10940
|
+
"icon": props.icon
|
|
10941
|
+
}, null) : vue.createVNode(VDefaultsProvider, {
|
|
10942
|
+
"key": "prepend-defaults",
|
|
10943
|
+
"disabled": !props.icon,
|
|
10861
10944
|
"defaults": {
|
|
10862
10945
|
VIcon: {
|
|
10863
10946
|
icon: props.icon,
|
|
10864
10947
|
start: true
|
|
10865
10948
|
}
|
|
10866
10949
|
}
|
|
10867
|
-
}, {
|
|
10868
|
-
default: () => [vue.createVNode("div", {
|
|
10869
|
-
"class": "v-breadcrumbs__prepend"
|
|
10870
|
-
}, [slots.prepend ? slots.prepend() : props.icon && vue.createVNode(VIcon, null, null)])]
|
|
10871
|
-
}), props.items.map((item, index, array) => vue.createVNode(vue.Fragment, null, [vue.createVNode(VBreadcrumbsItem, vue.mergeProps({
|
|
10950
|
+
}, slots.prepend)]), props.items.map((item, index, array) => vue.createVNode(vue.Fragment, null, [vue.createVNode(VBreadcrumbsItem, vue.mergeProps({
|
|
10872
10951
|
"key": index,
|
|
10873
10952
|
"disabled": index >= array.length - 1
|
|
10874
10953
|
}, typeof item === 'string' ? {
|
|
@@ -10932,30 +11011,33 @@
|
|
|
10932
11011
|
slots
|
|
10933
11012
|
} = _ref;
|
|
10934
11013
|
useRender(() => {
|
|
10935
|
-
const
|
|
10936
|
-
const
|
|
11014
|
+
const hasPrependMedia = !!(props.prependAvatar || props.prependIcon);
|
|
11015
|
+
const hasPrepend = !!(hasPrependMedia || slots.prepend);
|
|
11016
|
+
const hasAppendMedia = !!(props.appendAvatar || props.appendIcon);
|
|
11017
|
+
const hasAppend = !!(hasAppendMedia || slots.append);
|
|
10937
11018
|
const hasTitle = !!(props.title || slots.title);
|
|
10938
11019
|
const hasSubtitle = !!(props.subtitle || slots.subtitle);
|
|
10939
11020
|
return vue.createVNode("div", {
|
|
10940
11021
|
"class": "v-card-item"
|
|
10941
|
-
}, [hasPrepend && vue.createVNode(
|
|
11022
|
+
}, [hasPrepend && vue.createVNode("div", {
|
|
10942
11023
|
"key": "prepend",
|
|
11024
|
+
"class": "v-card-item__prepend"
|
|
11025
|
+
}, [!slots.prepend ? hasPrependMedia && vue.createVNode(VAvatar, {
|
|
11026
|
+
"key": "prepend-avatar",
|
|
11027
|
+
"density": props.density,
|
|
11028
|
+
"icon": props.prependIcon,
|
|
11029
|
+
"image": props.prependAvatar
|
|
11030
|
+
}, null) : vue.createVNode(VDefaultsProvider, {
|
|
11031
|
+
"key": "prepend-defaults",
|
|
11032
|
+
"disabled": !hasPrependMedia,
|
|
10943
11033
|
"defaults": {
|
|
10944
11034
|
VAvatar: {
|
|
10945
11035
|
density: props.density,
|
|
10946
11036
|
icon: props.prependIcon,
|
|
10947
11037
|
image: props.prependAvatar
|
|
10948
|
-
},
|
|
10949
|
-
VIcon: {
|
|
10950
|
-
density: props.density,
|
|
10951
|
-
icon: props.prependIcon
|
|
10952
11038
|
}
|
|
10953
11039
|
}
|
|
10954
|
-
}, {
|
|
10955
|
-
default: () => [vue.createVNode("div", {
|
|
10956
|
-
"class": "v-card-item__prepend"
|
|
10957
|
-
}, [slots.prepend?.() ?? vue.createVNode(VAvatar, null, null)])]
|
|
10958
|
-
}), vue.createVNode("div", {
|
|
11040
|
+
}, slots.prepend)]), vue.createVNode("div", {
|
|
10959
11041
|
"class": "v-card-item__content"
|
|
10960
11042
|
}, [hasTitle && vue.createVNode(VCardTitle, {
|
|
10961
11043
|
"key": "title"
|
|
@@ -10965,24 +11047,25 @@
|
|
|
10965
11047
|
"key": "subtitle"
|
|
10966
11048
|
}, {
|
|
10967
11049
|
default: () => [slots.subtitle?.() ?? props.subtitle]
|
|
10968
|
-
}), slots.default?.()]), hasAppend && vue.createVNode(
|
|
11050
|
+
}), slots.default?.()]), hasAppend && vue.createVNode("div", {
|
|
10969
11051
|
"key": "append",
|
|
11052
|
+
"class": "v-card-item__append"
|
|
11053
|
+
}, [!slots.append ? hasAppendMedia && vue.createVNode(VAvatar, {
|
|
11054
|
+
"key": "append-avatar",
|
|
11055
|
+
"density": props.density,
|
|
11056
|
+
"icon": props.appendIcon,
|
|
11057
|
+
"image": props.appendAvatar
|
|
11058
|
+
}, null) : vue.createVNode(VDefaultsProvider, {
|
|
11059
|
+
"key": "append-defaults",
|
|
11060
|
+
"disabled": !hasAppendMedia,
|
|
10970
11061
|
"defaults": {
|
|
10971
11062
|
VAvatar: {
|
|
10972
11063
|
density: props.density,
|
|
10973
11064
|
icon: props.appendIcon,
|
|
10974
11065
|
image: props.appendAvatar
|
|
10975
|
-
},
|
|
10976
|
-
VIcon: {
|
|
10977
|
-
density: props.density,
|
|
10978
|
-
icon: props.appendIcon
|
|
10979
11066
|
}
|
|
10980
11067
|
}
|
|
10981
|
-
},
|
|
10982
|
-
default: () => [vue.createVNode("div", {
|
|
10983
|
-
"class": "v-card-item__append"
|
|
10984
|
-
}, [slots.append?.() ?? vue.createVNode(VAvatar, null, null)])]
|
|
10985
|
-
})]);
|
|
11068
|
+
}, slots.append)])]);
|
|
10986
11069
|
});
|
|
10987
11070
|
return {};
|
|
10988
11071
|
}
|
|
@@ -11094,19 +11177,23 @@
|
|
|
11094
11177
|
"onClick": isClickable.value && link.navigate,
|
|
11095
11178
|
"tabindex": props.disabled ? -1 : undefined
|
|
11096
11179
|
}, {
|
|
11097
|
-
default: () => [hasImage && vue.createVNode(
|
|
11180
|
+
default: () => [hasImage && vue.createVNode("div", {
|
|
11098
11181
|
"key": "image",
|
|
11182
|
+
"class": "v-card__image"
|
|
11183
|
+
}, [!slots.image ? vue.createVNode(VImg, {
|
|
11184
|
+
"key": "image-img",
|
|
11185
|
+
"cover": true,
|
|
11186
|
+
"src": props.image
|
|
11187
|
+
}, null) : vue.createVNode(VDefaultsProvider, {
|
|
11188
|
+
"key": "image-defaults",
|
|
11189
|
+
"disabled": !props.image,
|
|
11099
11190
|
"defaults": {
|
|
11100
11191
|
VImg: {
|
|
11101
11192
|
cover: true,
|
|
11102
11193
|
src: props.image
|
|
11103
11194
|
}
|
|
11104
11195
|
}
|
|
11105
|
-
}, {
|
|
11106
|
-
default: () => [vue.createVNode("div", {
|
|
11107
|
-
"class": "v-card__image"
|
|
11108
|
-
}, [slots.image?.() ?? vue.createVNode(VImg, null, null)])]
|
|
11109
|
-
}), vue.createVNode(LoaderSlot, {
|
|
11196
|
+
}, slots.image)]), vue.createVNode(LoaderSlot, {
|
|
11110
11197
|
"name": "v-card",
|
|
11111
11198
|
"active": !!props.loading,
|
|
11112
11199
|
"color": typeof props.loading === 'boolean' ? undefined : props.loading
|
|
@@ -12310,7 +12397,9 @@
|
|
|
12310
12397
|
const percentage = (val - min.value) / (max.value - min.value) * 100;
|
|
12311
12398
|
return clamp(isNaN(percentage) ? 0 : percentage, 0, 100);
|
|
12312
12399
|
};
|
|
12400
|
+
const showTicks = vue.toRef(props, 'showTicks');
|
|
12313
12401
|
const parsedTicks = vue.computed(() => {
|
|
12402
|
+
if (!showTicks.value) return [];
|
|
12314
12403
|
if (!props.ticks) {
|
|
12315
12404
|
return numTicks.value !== Infinity ? createRange(numTicks.value + 1).map(t => {
|
|
12316
12405
|
const value = min.value + t * step.value;
|
|
@@ -12359,7 +12448,7 @@
|
|
|
12359
12448
|
readonly: vue.toRef(props, 'readonly'),
|
|
12360
12449
|
rounded: vue.toRef(props, 'rounded'),
|
|
12361
12450
|
roundValue,
|
|
12362
|
-
showTicks
|
|
12451
|
+
showTicks,
|
|
12363
12452
|
startOffset,
|
|
12364
12453
|
step,
|
|
12365
12454
|
thumbSize,
|
|
@@ -12581,6 +12670,7 @@
|
|
|
12581
12670
|
};
|
|
12582
12671
|
});
|
|
12583
12672
|
const computedTicks = vue.computed(() => {
|
|
12673
|
+
if (!showTicks.value) return [];
|
|
12584
12674
|
const ticks = vertical.value ? parsedTicks.value.slice().reverse() : parsedTicks.value;
|
|
12585
12675
|
return ticks.map((tick, index) => {
|
|
12586
12676
|
const directionProperty = vertical.value ? 'bottom' : 'margin-inline-start';
|
|
@@ -13700,7 +13790,13 @@
|
|
|
13700
13790
|
"key": item.value,
|
|
13701
13791
|
"class": ['v-combobox__selection', index === selectionIndex.value && ['v-combobox__selection--selected', textColorClasses.value]],
|
|
13702
13792
|
"style": index === selectionIndex.value ? textColorStyles.value : {}
|
|
13703
|
-
}, [hasChips ? vue.createVNode(
|
|
13793
|
+
}, [hasChips ? !slots.chip ? vue.createVNode(VChip, vue.mergeProps({
|
|
13794
|
+
"key": "chip",
|
|
13795
|
+
"closable": props.closableChips,
|
|
13796
|
+
"size": "small",
|
|
13797
|
+
"text": item.title
|
|
13798
|
+
}, slotProps), null) : vue.createVNode(VDefaultsProvider, {
|
|
13799
|
+
"key": "chip-defaults",
|
|
13704
13800
|
"defaults": {
|
|
13705
13801
|
VChip: {
|
|
13706
13802
|
closable: props.closableChips,
|
|
@@ -13709,15 +13805,15 @@
|
|
|
13709
13805
|
}
|
|
13710
13806
|
}
|
|
13711
13807
|
}, {
|
|
13712
|
-
default: () => [slots.chip
|
|
13808
|
+
default: () => [slots.chip?.({
|
|
13713
13809
|
item,
|
|
13714
13810
|
index,
|
|
13715
13811
|
props: slotProps
|
|
13716
|
-
})
|
|
13717
|
-
}) : slots.selection
|
|
13812
|
+
})]
|
|
13813
|
+
}) : slots.selection?.({
|
|
13718
13814
|
item,
|
|
13719
13815
|
index
|
|
13720
|
-
})
|
|
13816
|
+
}) ?? vue.createVNode("span", {
|
|
13721
13817
|
"class": "v-combobox__selection-text"
|
|
13722
13818
|
}, [item.title, props.multiple && index < selections.value.length - 1 && vue.createVNode("span", {
|
|
13723
13819
|
"class": "v-combobox__selection-comma"
|
|
@@ -16863,7 +16959,8 @@
|
|
|
16863
16959
|
"persistent": true,
|
|
16864
16960
|
"noClickAnimation": true,
|
|
16865
16961
|
"scrim": false,
|
|
16866
|
-
"scrollStrategy": "none"
|
|
16962
|
+
"scrollStrategy": "none",
|
|
16963
|
+
"_disableGlobalStack": true
|
|
16867
16964
|
}, scopeId), {
|
|
16868
16965
|
default: () => [genOverlays(false, 'v-snackbar'), slots.default && vue.createVNode("div", {
|
|
16869
16966
|
"class": "v-snackbar__content",
|
|
@@ -17685,13 +17782,6 @@
|
|
|
17685
17782
|
backgroundColorClasses: lineColorClasses,
|
|
17686
17783
|
backgroundColorStyles: lineColorStyles
|
|
17687
17784
|
} = useBackgroundColor(vue.toRef(props, 'lineColor'));
|
|
17688
|
-
provideDefaults({
|
|
17689
|
-
VIcon: {
|
|
17690
|
-
color: vue.toRef(props, 'iconColor'),
|
|
17691
|
-
icon: vue.toRef(props, 'icon'),
|
|
17692
|
-
size: vue.toRef(props, 'size')
|
|
17693
|
-
}
|
|
17694
|
-
});
|
|
17695
17785
|
useRender(() => vue.createVNode("div", {
|
|
17696
17786
|
"class": ['v-timeline-divider', {
|
|
17697
17787
|
'v-timeline-divider--fill-dot': props.fillDot
|
|
@@ -17706,7 +17796,22 @@
|
|
|
17706
17796
|
}, [vue.createVNode("div", {
|
|
17707
17797
|
"class": ['v-timeline-divider__inner-dot', backgroundColorClasses.value, roundedClasses.value],
|
|
17708
17798
|
"style": backgroundColorStyles.value
|
|
17709
|
-
}, [slots.default
|
|
17799
|
+
}, [!slots.default ? vue.createVNode(VIcon, {
|
|
17800
|
+
"key": "icon",
|
|
17801
|
+
"color": props.iconColor,
|
|
17802
|
+
"icon": props.icon,
|
|
17803
|
+
"size": props.size
|
|
17804
|
+
}, null) : vue.createVNode(VDefaultsProvider, {
|
|
17805
|
+
"key": "icon-defaults",
|
|
17806
|
+
"disabled": !props.icon,
|
|
17807
|
+
"defaults": {
|
|
17808
|
+
VIcon: {
|
|
17809
|
+
color: props.iconColor,
|
|
17810
|
+
icon: props.icon,
|
|
17811
|
+
size: props.size
|
|
17812
|
+
}
|
|
17813
|
+
}
|
|
17814
|
+
}, slots.default)])]), vue.createVNode("div", {
|
|
17710
17815
|
"class": ['v-timeline-divider__after', lineColorClasses.value],
|
|
17711
17816
|
"style": lineColorStyles.value
|
|
17712
17817
|
}, null)]));
|
|
@@ -18223,7 +18328,7 @@
|
|
|
18223
18328
|
locale
|
|
18224
18329
|
};
|
|
18225
18330
|
}
|
|
18226
|
-
const version$1 = "3.1.
|
|
18331
|
+
const version$1 = "3.1.10";
|
|
18227
18332
|
createVuetify$1.version = version$1;
|
|
18228
18333
|
|
|
18229
18334
|
// Vue's inject() can only be used in setup
|
|
@@ -18243,7 +18348,7 @@
|
|
|
18243
18348
|
...options
|
|
18244
18349
|
});
|
|
18245
18350
|
};
|
|
18246
|
-
const version = "3.1.
|
|
18351
|
+
const version = "3.1.10";
|
|
18247
18352
|
createVuetify.version = version;
|
|
18248
18353
|
|
|
18249
18354
|
exports.components = components;
|