@vuetify/nightly 3.4.0-beta.0-dev.2023-11-07 → 3.4.0-dev.2023-11-09
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 +2 -7
- package/dist/json/attributes.json +1974 -1998
- package/dist/json/importMap.json +124 -124
- package/dist/json/tags.json +1 -7
- package/dist/json/web-types.json +3878 -3940
- package/dist/vuetify-labs.css +1253 -1240
- package/dist/vuetify-labs.d.ts +206 -298
- package/dist/vuetify-labs.esm.js +108 -84
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +108 -84
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +738 -725
- package/dist/vuetify.d.ts +240 -332
- package/dist/vuetify.esm.js +108 -84
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +108 -84
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +963 -961
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +1 -1
- package/lib/components/VApp/index.d.mts +1 -1
- package/lib/components/VAppBar/VAppBar.mjs +1 -1
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.mts +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +1 -1
- package/lib/components/VAvatar/index.d.mts +1 -1
- package/lib/components/VBadge/VBadge.mjs +2 -2
- package/lib/components/VBadge/VBadge.mjs.map +1 -1
- package/lib/components/VBadge/index.d.mts +1 -1
- package/lib/components/VBanner/index.d.mts +1 -1
- package/lib/components/VBottomNavigation/index.d.mts +1 -1
- package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -1
- package/lib/components/VBottomSheet/VBottomSheet.mjs.map +1 -1
- package/lib/components/VBottomSheet/index.d.mts +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +1 -1
- package/lib/components/VBtn/VBtn.css +0 -1
- package/lib/components/VBtn/_variables.scss +1 -1
- package/lib/components/VBtn/index.d.mts +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.css +0 -1
- package/lib/components/VBtnGroup/index.d.mts +1 -1
- package/lib/components/VBtnToggle/VBtnToggle.mjs +1 -1
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VBtnToggle/index.d.mts +1 -1
- package/lib/components/VCard/index.d.mts +1 -1
- package/lib/components/VCarousel/VCarousel.mjs +1 -1
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs +2 -2
- package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
- package/lib/components/VCarousel/index.d.mts +1 -1
- package/lib/components/VCheckbox/VCheckbox.mjs +2 -2
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.mts +1 -1
- package/lib/components/VChip/index.d.mts +1 -1
- package/lib/components/VChipGroup/index.d.mts +1 -1
- package/lib/components/VCode/index.d.mts +1 -1
- package/lib/components/VColorPicker/VColorPicker.mjs +1 -1
- package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
- package/lib/components/VColorPicker/index.d.mts +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +1 -1
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +1 -1
- package/lib/components/VCounter/index.d.mts +1 -1
- package/lib/components/VDataIterator/index.d.mts +1 -1
- package/lib/components/VDataTable/VDataTable.css +6 -1
- package/lib/components/VDataTable/VDataTable.mjs +6 -5
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTable.sass +5 -1
- package/lib/components/VDataTable/VDataTableHeaders.mjs +3 -2
- package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +8 -7
- package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +7 -6
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +189 -188
- package/lib/components/VDatePicker/VDatePicker.mjs +6 -6
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +1 -1
- package/lib/components/VDefaultsProvider/index.d.mts +1 -1
- package/lib/components/VDialog/VDialog.mjs +1 -1
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/index.d.mts +1 -1
- package/lib/components/VDivider/index.d.mts +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +1 -1
- package/lib/components/VField/index.d.mts +1 -1
- package/lib/components/VFileInput/VFileInput.mjs +3 -3
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.mts +1 -1
- package/lib/components/VFooter/index.d.mts +1 -1
- package/lib/components/VForm/index.d.mts +1 -1
- package/lib/components/VGrid/VSpacer.mjs +3 -0
- package/lib/components/VGrid/VSpacer.mjs.map +1 -1
- package/lib/components/VGrid/index.d.mts +1 -1
- package/lib/components/VHover/index.d.mts +1 -1
- package/lib/components/VIcon/index.d.mts +1 -1
- package/lib/components/VImg/VImg.mjs +1 -1
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/index.d.mts +1 -1
- package/lib/components/VInfiniteScroll/index.d.mts +1 -1
- package/lib/components/VInput/index.d.mts +1 -1
- package/lib/components/VItemGroup/index.d.mts +1 -1
- package/lib/components/VKbd/index.d.mts +1 -1
- package/lib/components/VLabel/index.d.mts +1 -1
- package/lib/components/VLayout/index.d.mts +1 -1
- package/lib/components/VLazy/index.d.mts +1 -1
- package/lib/components/VList/VList.mjs +2 -2
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListChildren.mjs +1 -1
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +1 -1
- package/lib/components/VLocaleProvider/index.d.mts +1 -1
- package/lib/components/VMain/index.d.mts +1 -1
- package/lib/components/VMenu/VMenu.mjs +1 -1
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +1 -1
- package/lib/components/VMessages/index.d.mts +1 -1
- package/lib/components/VNavigationDrawer/index.d.mts +1 -1
- package/lib/components/VOtpInput/index.d.mts +1 -1
- package/lib/components/VOverlay/index.d.mts +1 -1
- package/lib/components/VPagination/index.d.mts +1 -1
- package/lib/components/VParallax/index.d.mts +1 -1
- package/lib/components/VProgressCircular/index.d.mts +1 -1
- package/lib/components/VProgressLinear/index.d.mts +1 -1
- package/lib/components/VRadio/index.d.mts +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs +2 -2
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRangeSlider/index.d.mts +1 -1
- package/lib/components/VRating/index.d.mts +1 -1
- package/lib/components/VResponsive/index.d.mts +1 -1
- package/lib/components/VSelect/VSelect.mjs +1 -1
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +1 -1
- package/lib/components/VSelectionControl/index.d.mts +1 -1
- package/lib/components/VSelectionControlGroup/index.d.mts +1 -1
- package/lib/components/VSheet/index.d.mts +1 -1
- package/lib/components/VSkeletonLoader/index.d.mts +1 -1
- package/lib/components/VSlideGroup/index.d.mts +1 -1
- package/lib/components/VSlider/VSlider.mjs +1 -1
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/index.d.mts +1 -1
- package/lib/components/VSnackbar/VSnackbar.mjs +1 -1
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +1 -1
- package/lib/components/VStepper/VStepper.mjs +1 -1
- package/lib/components/VStepper/VStepper.mjs.map +1 -1
- package/lib/components/VStepper/VStepperWindow.mjs +9 -7
- package/lib/components/VStepper/VStepperWindow.mjs.map +1 -1
- package/lib/components/VStepper/VStepperWindowItem.mjs +4 -2
- package/lib/components/VStepper/VStepperWindowItem.mjs.map +1 -1
- package/lib/components/VStepper/index.d.mts +19 -141
- package/lib/components/VSwitch/VSwitch.mjs +2 -2
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.mts +1 -1
- package/lib/components/VSystemBar/index.d.mts +1 -1
- package/lib/components/VTable/VTable.css +12 -2
- package/lib/components/VTable/VTable.sass +7 -2
- package/lib/components/VTable/index.d.mts +1 -1
- package/lib/components/VTabs/VTab.mjs +1 -1
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/VTabs.mjs +1 -1
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTabs/index.d.mts +1 -1
- package/lib/components/VTextField/VTextField.mjs +3 -3
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.mts +1 -1
- package/lib/components/VTextarea/VTextarea.mjs +5 -3
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.mts +1 -1
- package/lib/components/VThemeProvider/index.d.mts +1 -1
- package/lib/components/VTimeline/index.d.mts +1 -1
- package/lib/components/VToolbar/index.d.mts +1 -1
- package/lib/components/VTooltip/VTooltip.mjs +1 -1
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/index.d.mts +1 -1
- package/lib/components/VValidation/index.d.mts +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +1 -1
- package/lib/components/VWindow/index.d.mts +1 -1
- package/lib/components/index.d.mts +206 -298
- package/lib/components/transitions/index.d.mts +1 -1
- package/lib/composables/list-items.mjs +2 -2
- package/lib/composables/list-items.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.mts +34 -34
- package/lib/labs/VConfirmEdit/index.d.mts +1 -1
- package/lib/labs/VPicker/VPicker.mjs +1 -1
- package/lib/labs/VPicker/VPicker.mjs.map +1 -1
- package/lib/labs/VPicker/index.d.mts +1 -1
- package/lib/labs/components.d.mts +1 -1
- package/lib/util/defineComponent.mjs +2 -2
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/helpers.mjs +17 -3
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +2 -2
package/dist/vuetify-labs.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.4.0-
|
|
2
|
+
* Vuetify v3.4.0-dev.2023-11-09
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -219,7 +219,21 @@
|
|
|
219
219
|
function has(obj, key) {
|
|
220
220
|
return key.every(k => obj.hasOwnProperty(k));
|
|
221
221
|
}
|
|
222
|
-
|
|
222
|
+
// Array of keys
|
|
223
|
+
function pick(obj, paths) {
|
|
224
|
+
const found = {};
|
|
225
|
+
const keys = new Set(Object.keys(obj));
|
|
226
|
+
for (const path of paths) {
|
|
227
|
+
if (keys.has(path)) {
|
|
228
|
+
found[path] = obj[path];
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
return found;
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
// Array of keys
|
|
235
|
+
|
|
236
|
+
function pickWithRest(obj, paths, exclude) {
|
|
223
237
|
const found = Object.create(null);
|
|
224
238
|
const rest = Object.create(null);
|
|
225
239
|
for (const key in obj) {
|
|
@@ -257,9 +271,9 @@
|
|
|
257
271
|
* attributes should be passed to the <input> element inside.
|
|
258
272
|
*/
|
|
259
273
|
function filterInputAttrs(attrs) {
|
|
260
|
-
const [events, props] =
|
|
274
|
+
const [events, props] = pickWithRest(attrs, [onRE]);
|
|
261
275
|
const inputEvents = omit(events, bubblingEvents);
|
|
262
|
-
const [rootAttrs, inputAttrs] =
|
|
276
|
+
const [rootAttrs, inputAttrs] = pickWithRest(props, ['class', 'style', 'id', /^data-/]);
|
|
263
277
|
Object.assign(rootAttrs, events);
|
|
264
278
|
Object.assign(inputAttrs, inputEvents);
|
|
265
279
|
return [rootAttrs, inputAttrs];
|
|
@@ -1304,9 +1318,9 @@
|
|
|
1304
1318
|
}
|
|
1305
1319
|
if (options._setup) {
|
|
1306
1320
|
options.props = propsFactory(options.props ?? {}, options.name)();
|
|
1307
|
-
const propKeys = Object.keys(options.props);
|
|
1321
|
+
const propKeys = Object.keys(options.props).filter(key => key !== 'class' && key !== 'style');
|
|
1308
1322
|
options.filterProps = function filterProps(props) {
|
|
1309
|
-
return pick(props, propKeys
|
|
1323
|
+
return pick(props, propKeys);
|
|
1310
1324
|
};
|
|
1311
1325
|
options.props._as = String;
|
|
1312
1326
|
options.setup = function setup(props, ctx) {
|
|
@@ -3293,7 +3307,7 @@
|
|
|
3293
3307
|
});
|
|
3294
3308
|
}
|
|
3295
3309
|
useRender(() => {
|
|
3296
|
-
const
|
|
3310
|
+
const responsiveProps = VResponsive.filterProps(props);
|
|
3297
3311
|
return vue.withDirectives(vue.createVNode(VResponsive, vue.mergeProps({
|
|
3298
3312
|
"class": ['v-img', {
|
|
3299
3313
|
'v-img--booting': !isBooted.value
|
|
@@ -3832,7 +3846,7 @@
|
|
|
3832
3846
|
absolute: vue.toRef(props, 'absolute')
|
|
3833
3847
|
});
|
|
3834
3848
|
useRender(() => {
|
|
3835
|
-
const
|
|
3849
|
+
const toolbarProps = VToolbar.filterProps(props);
|
|
3836
3850
|
return vue.createVNode(VToolbar, vue.mergeProps({
|
|
3837
3851
|
"ref": vToolbarRef,
|
|
3838
3852
|
"class": ['v-app-bar', {
|
|
@@ -4206,7 +4220,7 @@
|
|
|
4206
4220
|
selected
|
|
4207
4221
|
} = useGroup(props, VBtnToggleSymbol);
|
|
4208
4222
|
useRender(() => {
|
|
4209
|
-
const
|
|
4223
|
+
const btnGroupProps = VBtnGroup.filterProps(props);
|
|
4210
4224
|
return vue.createVNode(VBtnGroup, vue.mergeProps({
|
|
4211
4225
|
"class": ['v-btn-toggle', props.class]
|
|
4212
4226
|
}, btnGroupProps, {
|
|
@@ -6088,7 +6102,7 @@
|
|
|
6088
6102
|
return indeterminate.value ? props.indeterminateIcon : props.trueIcon;
|
|
6089
6103
|
});
|
|
6090
6104
|
useRender(() => {
|
|
6091
|
-
const controlProps = omit(VSelectionControl.filterProps(props)
|
|
6105
|
+
const controlProps = omit(VSelectionControl.filterProps(props), ['modelValue']);
|
|
6092
6106
|
return vue.createVNode(VSelectionControl, vue.mergeProps(controlProps, {
|
|
6093
6107
|
"modelValue": model.value,
|
|
6094
6108
|
"onUpdate:modelValue": [$event => model.value = $event, onChange],
|
|
@@ -6668,8 +6682,8 @@
|
|
|
6668
6682
|
const id = vue.computed(() => props.id || `checkbox-${uid}`);
|
|
6669
6683
|
useRender(() => {
|
|
6670
6684
|
const [rootAttrs, controlAttrs] = filterInputAttrs(attrs);
|
|
6671
|
-
const
|
|
6672
|
-
const
|
|
6685
|
+
const inputProps = VInput.filterProps(props);
|
|
6686
|
+
const checkboxProps = VCheckboxBtn.filterProps(props);
|
|
6673
6687
|
return vue.createVNode(VInput, vue.mergeProps({
|
|
6674
6688
|
"class": ['v-checkbox', props.class]
|
|
6675
6689
|
}, rootAttrs, inputProps, {
|
|
@@ -8037,7 +8051,7 @@
|
|
|
8037
8051
|
item
|
|
8038
8052
|
}) : undefined
|
|
8039
8053
|
};
|
|
8040
|
-
const
|
|
8054
|
+
const listGroupProps = VListGroup.filterProps(itemProps);
|
|
8041
8055
|
return children ? vue.createVNode(VListGroup, vue.mergeProps({
|
|
8042
8056
|
"value": itemProps?.value
|
|
8043
8057
|
}, listGroupProps), {
|
|
@@ -8102,7 +8116,7 @@
|
|
|
8102
8116
|
const title = getPropertyFromItem(item, props.itemTitle, item);
|
|
8103
8117
|
const value = getPropertyFromItem(item, props.itemValue, title);
|
|
8104
8118
|
const children = getPropertyFromItem(item, props.itemChildren);
|
|
8105
|
-
const itemProps = props.itemProps === true ? typeof item === 'object' && item != null && !Array.isArray(item) ? 'children' in item ?
|
|
8119
|
+
const itemProps = props.itemProps === true ? typeof item === 'object' && item != null && !Array.isArray(item) ? 'children' in item ? omit(item, ['children']) : item : undefined : getPropertyFromItem(item, props.itemProps);
|
|
8106
8120
|
const _props = {
|
|
8107
8121
|
title,
|
|
8108
8122
|
value,
|
|
@@ -8171,7 +8185,7 @@
|
|
|
8171
8185
|
const title = isPrimitive(item) ? item : getPropertyFromItem(item, props.itemTitle);
|
|
8172
8186
|
const value = getPropertyFromItem(item, props.itemValue, undefined);
|
|
8173
8187
|
const children = getPropertyFromItem(item, props.itemChildren);
|
|
8174
|
-
const itemProps = props.itemProps === true ?
|
|
8188
|
+
const itemProps = props.itemProps === true ? omit(item, ['children']) : getPropertyFromItem(item, props.itemProps);
|
|
8175
8189
|
const _props = {
|
|
8176
8190
|
title,
|
|
8177
8191
|
value,
|
|
@@ -10142,7 +10156,7 @@
|
|
|
10142
10156
|
onKeydown: onActivatorKeydown
|
|
10143
10157
|
}, props.activatorProps));
|
|
10144
10158
|
useRender(() => {
|
|
10145
|
-
const
|
|
10159
|
+
const overlayProps = VOverlay.filterProps(props);
|
|
10146
10160
|
return vue.createVNode(VOverlay, vue.mergeProps({
|
|
10147
10161
|
"ref": overlay,
|
|
10148
10162
|
"class": ['v-menu', props.class],
|
|
@@ -10615,11 +10629,11 @@
|
|
|
10615
10629
|
const hasCounter = !!(slots.counter || props.counter !== false && props.counter != null);
|
|
10616
10630
|
const hasDetails = !!(hasCounter || slots.details);
|
|
10617
10631
|
const [rootAttrs, inputAttrs] = filterInputAttrs(attrs);
|
|
10618
|
-
const
|
|
10632
|
+
const {
|
|
10619
10633
|
modelValue: _,
|
|
10620
10634
|
...inputProps
|
|
10621
|
-
}
|
|
10622
|
-
const
|
|
10635
|
+
} = VInput.filterProps(props);
|
|
10636
|
+
const fieldProps = filterFieldProps(props);
|
|
10623
10637
|
return vue.createVNode(VInput, vue.mergeProps({
|
|
10624
10638
|
"ref": vInputRef,
|
|
10625
10639
|
"modelValue": model.value,
|
|
@@ -11352,7 +11366,7 @@
|
|
|
11352
11366
|
const hasChips = !!(props.chips || slots.chip);
|
|
11353
11367
|
const hasList = !!(!props.hideNoData || displayItems.value.length || slots['prepend-item'] || slots['append-item'] || slots['no-data']);
|
|
11354
11368
|
const isDirty = model.value.length > 0;
|
|
11355
|
-
const
|
|
11369
|
+
const textFieldProps = VTextField.filterProps(props);
|
|
11356
11370
|
const placeholder = isDirty || !isFocused.value && props.label && !props.persistentPlaceholder ? undefined : props.placeholder;
|
|
11357
11371
|
return vue.createVNode(VTextField, vue.mergeProps({
|
|
11358
11372
|
"ref": vTextFieldRef
|
|
@@ -11884,7 +11898,7 @@
|
|
|
11884
11898
|
const hasChips = !!(props.chips || slots.chip);
|
|
11885
11899
|
const hasList = !!(!props.hideNoData || displayItems.value.length || slots['prepend-item'] || slots['append-item'] || slots['no-data']);
|
|
11886
11900
|
const isDirty = model.value.length > 0;
|
|
11887
|
-
const
|
|
11901
|
+
const textFieldProps = VTextField.filterProps(props);
|
|
11888
11902
|
return vue.createVNode(VTextField, vue.mergeProps({
|
|
11889
11903
|
"ref": vTextFieldRef
|
|
11890
11904
|
}, textFieldProps, {
|
|
@@ -12121,7 +12135,7 @@
|
|
|
12121
12135
|
useRender(() => {
|
|
12122
12136
|
const value = Number(props.content);
|
|
12123
12137
|
const content = !props.max || isNaN(value) ? props.content : value <= +props.max ? value : `${props.max}+`;
|
|
12124
|
-
const [badgeAttrs, attrs] =
|
|
12138
|
+
const [badgeAttrs, attrs] = pickWithRest(ctx.attrs, ['aria-atomic', 'aria-label', 'aria-live', 'role', 'title']);
|
|
12125
12139
|
return vue.createVNode(props.tag, vue.mergeProps({
|
|
12126
12140
|
"class": ['v-badge', {
|
|
12127
12141
|
'v-badge--bordered': props.bordered,
|
|
@@ -12490,7 +12504,7 @@
|
|
|
12490
12504
|
'aria-expanded': String(isActive.value)
|
|
12491
12505
|
}, props.activatorProps));
|
|
12492
12506
|
useRender(() => {
|
|
12493
|
-
const
|
|
12507
|
+
const overlayProps = VOverlay.filterProps(props);
|
|
12494
12508
|
return vue.createVNode(VOverlay, vue.mergeProps({
|
|
12495
12509
|
"ref": overlay,
|
|
12496
12510
|
"class": ['v-dialog', {
|
|
@@ -12542,7 +12556,7 @@
|
|
|
12542
12556
|
} = _ref;
|
|
12543
12557
|
const isActive = useProxiedModel(props, 'modelValue');
|
|
12544
12558
|
useRender(() => {
|
|
12545
|
-
const
|
|
12559
|
+
const dialogProps = VDialog.filterProps(props);
|
|
12546
12560
|
return vue.createVNode(VDialog, vue.mergeProps(dialogProps, {
|
|
12547
12561
|
"contentClass": ['v-bottom-sheet__content', props.contentClass],
|
|
12548
12562
|
"modelValue": isActive.value,
|
|
@@ -13349,7 +13363,7 @@
|
|
|
13349
13363
|
window.requestAnimationFrame(startTimeout);
|
|
13350
13364
|
}
|
|
13351
13365
|
useRender(() => {
|
|
13352
|
-
const
|
|
13366
|
+
const windowProps = VWindow.filterProps(props);
|
|
13353
13367
|
return vue.createVNode(VWindow, vue.mergeProps({
|
|
13354
13368
|
"ref": windowRef
|
|
13355
13369
|
}, windowProps, {
|
|
@@ -13539,8 +13553,8 @@
|
|
|
13539
13553
|
attrs
|
|
13540
13554
|
} = _ref;
|
|
13541
13555
|
useRender(() => {
|
|
13542
|
-
const
|
|
13543
|
-
const
|
|
13556
|
+
const imgProps = VImg.filterProps(props);
|
|
13557
|
+
const windowItemProps = VWindowItem.filterProps(props);
|
|
13544
13558
|
return vue.createVNode(VWindowItem, vue.mergeProps({
|
|
13545
13559
|
"class": "v-carousel-item"
|
|
13546
13560
|
}, windowItemProps), {
|
|
@@ -14612,7 +14626,7 @@
|
|
|
14612
14626
|
} = useFocus(props);
|
|
14613
14627
|
const trackStop = vue.computed(() => position(model.value));
|
|
14614
14628
|
useRender(() => {
|
|
14615
|
-
const
|
|
14629
|
+
const inputProps = VInput.filterProps(props);
|
|
14616
14630
|
const hasPrepend = !!(props.label || slots.label || slots.prepend);
|
|
14617
14631
|
return vue.createVNode(VInput, vue.mergeProps({
|
|
14618
14632
|
"class": ['v-slider', {
|
|
@@ -15283,7 +15297,7 @@
|
|
|
15283
15297
|
}
|
|
15284
15298
|
});
|
|
15285
15299
|
useRender(() => {
|
|
15286
|
-
const
|
|
15300
|
+
const sheetProps = VSheet.filterProps(props);
|
|
15287
15301
|
return vue.createVNode(VSheet, vue.mergeProps({
|
|
15288
15302
|
"rounded": props.rounded,
|
|
15289
15303
|
"elevation": props.elevation,
|
|
@@ -15628,7 +15642,7 @@
|
|
|
15628
15642
|
const hasChips = !!(props.chips || slots.chip);
|
|
15629
15643
|
const hasList = !!(!props.hideNoData || displayItems.value.length || slots['prepend-item'] || slots['append-item'] || slots['no-data']);
|
|
15630
15644
|
const isDirty = model.value.length > 0;
|
|
15631
|
-
const
|
|
15645
|
+
const textFieldProps = VTextField.filterProps(props);
|
|
15632
15646
|
return vue.createVNode(VTextField, vue.mergeProps({
|
|
15633
15647
|
"ref": vTextFieldRef
|
|
15634
15648
|
}, textFieldProps, {
|
|
@@ -17734,11 +17748,12 @@
|
|
|
17734
17748
|
"colspan": column.colspan,
|
|
17735
17749
|
"rowspan": column.rowspan,
|
|
17736
17750
|
"onClick": column.sortable ? () => toggleSort(column) : undefined,
|
|
17751
|
+
"fixed": column.fixed,
|
|
17737
17752
|
"lastFixed": column.lastFixed,
|
|
17738
17753
|
"noPadding": noPadding
|
|
17739
17754
|
}, column.headerProps), {
|
|
17740
17755
|
default: () => {
|
|
17741
|
-
const columnSlotName = `
|
|
17756
|
+
const columnSlotName = `header.${column.key}`;
|
|
17742
17757
|
const columnSlotProps = {
|
|
17743
17758
|
column,
|
|
17744
17759
|
selectAll,
|
|
@@ -17751,7 +17766,7 @@
|
|
|
17751
17766
|
};
|
|
17752
17767
|
if (slots[columnSlotName]) return slots[columnSlotName](columnSlotProps);
|
|
17753
17768
|
if (column.key === 'data-table-select') {
|
|
17754
|
-
return slots['
|
|
17769
|
+
return slots['header.data-table-select']?.(columnSlotProps) ?? (showSelectAll && vue.createVNode(VCheckboxBtn, {
|
|
17755
17770
|
"modelValue": allSelected.value,
|
|
17756
17771
|
"indeterminate": someSelected.value && !allSelected.value,
|
|
17757
17772
|
"onUpdate:modelValue": selectAll
|
|
@@ -18340,16 +18355,17 @@
|
|
|
18340
18355
|
toggleExpand,
|
|
18341
18356
|
isGroupOpen,
|
|
18342
18357
|
toggleGroup,
|
|
18343
|
-
items: paginatedItemsWithoutGroups.value,
|
|
18358
|
+
items: paginatedItemsWithoutGroups.value.map(item => item.raw),
|
|
18359
|
+
internalItems: paginatedItemsWithoutGroups.value,
|
|
18344
18360
|
groupedItems: paginatedItems.value,
|
|
18345
18361
|
columns: columns.value,
|
|
18346
18362
|
headers: headers.value
|
|
18347
18363
|
}));
|
|
18348
18364
|
useRender(() => {
|
|
18349
|
-
const
|
|
18350
|
-
const
|
|
18351
|
-
const
|
|
18352
|
-
const
|
|
18365
|
+
const dataTableFooterProps = VDataTableFooter.filterProps(props);
|
|
18366
|
+
const dataTableHeadersProps = VDataTableHeaders.filterProps(props);
|
|
18367
|
+
const dataTableRowsProps = VDataTableRows.filterProps(props);
|
|
18368
|
+
const tableProps = VTable.filterProps(props);
|
|
18353
18369
|
return vue.createVNode(VTable, vue.mergeProps({
|
|
18354
18370
|
"class": ['v-data-table', {
|
|
18355
18371
|
'v-data-table--show-select': props.showSelect,
|
|
@@ -18390,7 +18406,7 @@
|
|
|
18390
18406
|
},
|
|
18391
18407
|
setup(props, _ref) {
|
|
18392
18408
|
let {
|
|
18393
|
-
|
|
18409
|
+
attrs,
|
|
18394
18410
|
slots
|
|
18395
18411
|
} = _ref;
|
|
18396
18412
|
const {
|
|
@@ -18499,15 +18515,16 @@
|
|
|
18499
18515
|
toggleExpand,
|
|
18500
18516
|
isGroupOpen,
|
|
18501
18517
|
toggleGroup,
|
|
18502
|
-
items: allItems.value,
|
|
18518
|
+
items: allItems.value.map(item => item.raw),
|
|
18519
|
+
internalItems: allItems.value,
|
|
18503
18520
|
groupedItems: flatItems.value,
|
|
18504
18521
|
columns: columns.value,
|
|
18505
18522
|
headers: headers.value
|
|
18506
18523
|
}));
|
|
18507
18524
|
useRender(() => {
|
|
18508
|
-
const
|
|
18509
|
-
const
|
|
18510
|
-
const
|
|
18525
|
+
const dataTableHeadersProps = VDataTableHeaders.filterProps(props);
|
|
18526
|
+
const dataTableRowsProps = VDataTableRows.filterProps(props);
|
|
18527
|
+
const tableProps = VTable.filterProps(props);
|
|
18511
18528
|
return vue.createVNode(VTable, vue.mergeProps({
|
|
18512
18529
|
"class": ['v-data-table', {
|
|
18513
18530
|
'v-data-table--loading': props.loading
|
|
@@ -18537,7 +18554,7 @@
|
|
|
18537
18554
|
height: 0,
|
|
18538
18555
|
border: 0
|
|
18539
18556
|
}
|
|
18540
|
-
}, null)]), slots['body.prepend']?.(slotProps.value), vue.createVNode(VDataTableRows, vue.mergeProps(dataTableRowsProps, {
|
|
18557
|
+
}, null)]), slots['body.prepend']?.(slotProps.value), vue.createVNode(VDataTableRows, vue.mergeProps(attrs, dataTableRowsProps, {
|
|
18541
18558
|
"items": displayItems.value
|
|
18542
18559
|
}), {
|
|
18543
18560
|
...slots,
|
|
@@ -18602,7 +18619,7 @@
|
|
|
18602
18619
|
},
|
|
18603
18620
|
setup(props, _ref) {
|
|
18604
18621
|
let {
|
|
18605
|
-
|
|
18622
|
+
attrs,
|
|
18606
18623
|
slots
|
|
18607
18624
|
} = _ref;
|
|
18608
18625
|
const {
|
|
@@ -18709,16 +18726,17 @@
|
|
|
18709
18726
|
toggleExpand,
|
|
18710
18727
|
isGroupOpen,
|
|
18711
18728
|
toggleGroup,
|
|
18712
|
-
items: itemsWithoutGroups.value,
|
|
18729
|
+
items: itemsWithoutGroups.value.map(item => item.raw),
|
|
18730
|
+
internalItems: itemsWithoutGroups.value,
|
|
18713
18731
|
groupedItems: flatItems.value,
|
|
18714
18732
|
columns: columns.value,
|
|
18715
18733
|
headers: headers.value
|
|
18716
18734
|
}));
|
|
18717
18735
|
useRender(() => {
|
|
18718
|
-
const
|
|
18719
|
-
const
|
|
18720
|
-
const
|
|
18721
|
-
const
|
|
18736
|
+
const dataTableFooterProps = VDataTableFooter.filterProps(props);
|
|
18737
|
+
const dataTableHeadersProps = VDataTableHeaders.filterProps(props);
|
|
18738
|
+
const dataTableRowsProps = VDataTableRows.filterProps(props);
|
|
18739
|
+
const tableProps = VTable.filterProps(props);
|
|
18722
18740
|
return vue.createVNode(VTable, vue.mergeProps({
|
|
18723
18741
|
"class": ['v-data-table', {
|
|
18724
18742
|
'v-data-table--loading': props.loading
|
|
@@ -18734,7 +18752,7 @@
|
|
|
18734
18752
|
}), slots)]), slots.thead?.(slotProps.value), vue.createVNode("tbody", {
|
|
18735
18753
|
"class": "v-data-table__tbody",
|
|
18736
18754
|
"role": "rowgroup"
|
|
18737
|
-
}, [slots['body.prepend']?.(slotProps.value), slots.body ? slots.body(slotProps.value) : vue.createVNode(VDataTableRows, vue.mergeProps(dataTableRowsProps, {
|
|
18755
|
+
}, [slots['body.prepend']?.(slotProps.value), slots.body ? slots.body(slotProps.value) : vue.createVNode(VDataTableRows, vue.mergeProps(attrs, dataTableRowsProps, {
|
|
18738
18756
|
"items": flatItems.value
|
|
18739
18757
|
}), slots), slots['body.append']?.(slotProps.value)]), slots.tbody?.(slotProps.value), slots.tfoot?.(slotProps.value)]),
|
|
18740
18758
|
bottom: () => slots.bottom ? slots.bottom(slotProps.value) : vue.createVNode(VDataTableFooter, dataTableFooterProps, {
|
|
@@ -19013,7 +19031,7 @@
|
|
|
19013
19031
|
}
|
|
19014
19032
|
});
|
|
19015
19033
|
|
|
19016
|
-
//
|
|
19034
|
+
// Styles
|
|
19017
19035
|
const VSpacer = createSimpleFunctional('v-spacer', 'div', 'VSpacer');
|
|
19018
19036
|
|
|
19019
19037
|
// Types
|
|
@@ -19544,7 +19562,7 @@
|
|
|
19544
19562
|
backgroundColorStyles
|
|
19545
19563
|
} = useBackgroundColor(vue.toRef(props, 'color'));
|
|
19546
19564
|
useRender(() => {
|
|
19547
|
-
const
|
|
19565
|
+
const sheetProps = VSheet.filterProps(props);
|
|
19548
19566
|
const hasTitle = !!(props.title || slots.title);
|
|
19549
19567
|
return vue.createVNode(VSheet, vue.mergeProps(sheetProps, {
|
|
19550
19568
|
"color": props.bgColor,
|
|
@@ -19731,12 +19749,12 @@
|
|
|
19731
19749
|
model.value = val;
|
|
19732
19750
|
});
|
|
19733
19751
|
useRender(() => {
|
|
19734
|
-
const
|
|
19735
|
-
const
|
|
19736
|
-
const
|
|
19737
|
-
const
|
|
19738
|
-
const
|
|
19739
|
-
const
|
|
19752
|
+
const pickerProps = VPicker.filterProps(props);
|
|
19753
|
+
const datePickerControlsProps = VDatePickerControls.filterProps(props);
|
|
19754
|
+
const datePickerHeaderProps = VDatePickerHeader.filterProps(props);
|
|
19755
|
+
const datePickerMonthProps = VDatePickerMonth.filterProps(props);
|
|
19756
|
+
const datePickerMonthsProps = omit(VDatePickerMonths.filterProps(props), ['modelValue']);
|
|
19757
|
+
const datePickerYearsProps = omit(VDatePickerYears.filterProps(props), ['modelValue']);
|
|
19740
19758
|
return vue.createVNode(VPicker, vue.mergeProps(pickerProps, {
|
|
19741
19759
|
"class": ['v-date-picker', `v-date-picker--${viewMode.value}`, props.class],
|
|
19742
19760
|
"style": props.style,
|
|
@@ -20152,11 +20170,11 @@
|
|
|
20152
20170
|
const hasCounter = !!(slots.counter || props.counter);
|
|
20153
20171
|
const hasDetails = !!(hasCounter || slots.details);
|
|
20154
20172
|
const [rootAttrs, inputAttrs] = filterInputAttrs(attrs);
|
|
20155
|
-
const
|
|
20173
|
+
const {
|
|
20156
20174
|
modelValue: _,
|
|
20157
20175
|
...inputProps
|
|
20158
|
-
}
|
|
20159
|
-
const
|
|
20176
|
+
} = VInput.filterProps(props);
|
|
20177
|
+
const fieldProps = filterFieldProps(props);
|
|
20160
20178
|
return vue.createVNode(VInput, vue.mergeProps({
|
|
20161
20179
|
"ref": vInputRef,
|
|
20162
20180
|
"modelValue": model.value,
|
|
@@ -22150,8 +22168,8 @@
|
|
|
22150
22168
|
const model = useProxiedModel(props, 'modelValue');
|
|
22151
22169
|
useRender(() => {
|
|
22152
22170
|
const [rootAttrs, controlAttrs] = filterInputAttrs(attrs);
|
|
22153
|
-
const
|
|
22154
|
-
const
|
|
22171
|
+
const inputProps = VInput.filterProps(props);
|
|
22172
|
+
const controlProps = VSelectionControl.filterProps(props);
|
|
22155
22173
|
const label = slots.label ? slots.label({
|
|
22156
22174
|
label: props.label,
|
|
22157
22175
|
props: {
|
|
@@ -22296,7 +22314,7 @@
|
|
|
22296
22314
|
const trackStart = vue.computed(() => position(model.value[0]));
|
|
22297
22315
|
const trackStop = vue.computed(() => position(model.value[1]));
|
|
22298
22316
|
useRender(() => {
|
|
22299
|
-
const
|
|
22317
|
+
const inputProps = VInput.filterProps(props);
|
|
22300
22318
|
const hasPrepend = !!(props.label || slots.label || slots.prepend);
|
|
22301
22319
|
return vue.createVNode(VInput, vue.mergeProps({
|
|
22302
22320
|
"class": ['v-slider', 'v-range-slider', {
|
|
@@ -23241,7 +23259,7 @@
|
|
|
23241
23259
|
startTimeout();
|
|
23242
23260
|
}
|
|
23243
23261
|
useRender(() => {
|
|
23244
|
-
const
|
|
23262
|
+
const overlayProps = VOverlay.filterProps(props);
|
|
23245
23263
|
const hasContent = !!(slots.default || slots.text || props.text);
|
|
23246
23264
|
return vue.createVNode(VOverlay, vue.mergeProps({
|
|
23247
23265
|
"ref": overlay,
|
|
@@ -23490,9 +23508,7 @@
|
|
|
23490
23508
|
|
|
23491
23509
|
const VStepperSymbol$1 = Symbol.for('vuetify:v-stepper');
|
|
23492
23510
|
const makeVStepperWindowProps = propsFactory({
|
|
23493
|
-
...makeVWindowProps(
|
|
23494
|
-
mandatory: false
|
|
23495
|
-
})
|
|
23511
|
+
...omit(makeVWindowProps(), ['continuous', 'nextIcon', 'prevIcon', 'showArrows', 'touch', 'mandatory'])
|
|
23496
23512
|
}, 'VStepperWindow');
|
|
23497
23513
|
const VStepperWindow = genericComponent()({
|
|
23498
23514
|
name: 'VStepperWindow',
|
|
@@ -23521,11 +23537,15 @@
|
|
|
23521
23537
|
}
|
|
23522
23538
|
});
|
|
23523
23539
|
useRender(() => {
|
|
23524
|
-
const
|
|
23525
|
-
return vue.createVNode(VWindow, vue.mergeProps(
|
|
23540
|
+
const windowProps = VWindow.filterProps(props);
|
|
23541
|
+
return vue.createVNode(VWindow, vue.mergeProps({
|
|
23542
|
+
"_as": "VStepperWindow"
|
|
23543
|
+
}, windowProps, {
|
|
23526
23544
|
"modelValue": model.value,
|
|
23527
23545
|
"onUpdate:modelValue": $event => model.value = $event,
|
|
23528
|
-
"class": "v-stepper-window"
|
|
23546
|
+
"class": "v-stepper-window",
|
|
23547
|
+
"mandatory": false,
|
|
23548
|
+
"touch": false
|
|
23529
23549
|
}), slots);
|
|
23530
23550
|
});
|
|
23531
23551
|
return {};
|
|
@@ -23543,8 +23563,10 @@
|
|
|
23543
23563
|
slots
|
|
23544
23564
|
} = _ref;
|
|
23545
23565
|
useRender(() => {
|
|
23546
|
-
const
|
|
23547
|
-
return vue.createVNode(VWindowItem, vue.mergeProps(
|
|
23566
|
+
const windowItemProps = VWindowItem.filterProps(props);
|
|
23567
|
+
return vue.createVNode(VWindowItem, vue.mergeProps({
|
|
23568
|
+
"_as": "VStepperWindowItem"
|
|
23569
|
+
}, windowItemProps, {
|
|
23548
23570
|
"class": "v-stepper-window-item"
|
|
23549
23571
|
}), slots);
|
|
23550
23572
|
});
|
|
@@ -23636,7 +23658,7 @@
|
|
|
23636
23658
|
}
|
|
23637
23659
|
});
|
|
23638
23660
|
useRender(() => {
|
|
23639
|
-
const
|
|
23661
|
+
const sheetProps = VSheet.filterProps(props);
|
|
23640
23662
|
const hasHeader = !!(slots.header || props.items.length);
|
|
23641
23663
|
const hasWindow = props.items.length > 0;
|
|
23642
23664
|
const hasActions = !props.hideActions && !!(hasWindow || slots.actions);
|
|
@@ -23742,8 +23764,8 @@
|
|
|
23742
23764
|
}
|
|
23743
23765
|
useRender(() => {
|
|
23744
23766
|
const [rootAttrs, controlAttrs] = filterInputAttrs(attrs);
|
|
23745
|
-
const
|
|
23746
|
-
const
|
|
23767
|
+
const inputProps = VInput.filterProps(props);
|
|
23768
|
+
const controlProps = VSelectionControl.filterProps(props);
|
|
23747
23769
|
return vue.createVNode(VInput, vue.mergeProps({
|
|
23748
23770
|
"class": ['v-switch', {
|
|
23749
23771
|
'v-switch--inset': props.inset
|
|
@@ -23956,7 +23978,7 @@
|
|
|
23956
23978
|
}
|
|
23957
23979
|
}
|
|
23958
23980
|
useRender(() => {
|
|
23959
|
-
const
|
|
23981
|
+
const btnProps = VBtn.filterProps(props);
|
|
23960
23982
|
return vue.createVNode(VBtn, vue.mergeProps({
|
|
23961
23983
|
"symbol": VTabsSymbol,
|
|
23962
23984
|
"ref": rootEl,
|
|
@@ -24048,7 +24070,7 @@
|
|
|
24048
24070
|
}
|
|
24049
24071
|
});
|
|
24050
24072
|
useRender(() => {
|
|
24051
|
-
const
|
|
24073
|
+
const slideGroupProps = VSlideGroup.filterProps(props);
|
|
24052
24074
|
return vue.createVNode(VSlideGroup, vue.mergeProps(slideGroupProps, {
|
|
24053
24075
|
"modelValue": model.value,
|
|
24054
24076
|
"onUpdate:modelValue": $event => model.value = $event,
|
|
@@ -24215,11 +24237,11 @@
|
|
|
24215
24237
|
const hasCounter = !!(slots.counter || props.counter || props.counterValue);
|
|
24216
24238
|
const hasDetails = !!(hasCounter || slots.details);
|
|
24217
24239
|
const [rootAttrs, inputAttrs] = filterInputAttrs(attrs);
|
|
24218
|
-
const
|
|
24240
|
+
const {
|
|
24219
24241
|
modelValue: _,
|
|
24220
24242
|
...inputProps
|
|
24221
|
-
}
|
|
24222
|
-
const
|
|
24243
|
+
} = VInput.filterProps(props);
|
|
24244
|
+
const fieldProps = filterFieldProps(props);
|
|
24223
24245
|
return vue.createVNode(VInput, vue.mergeProps({
|
|
24224
24246
|
"ref": vInputRef,
|
|
24225
24247
|
"modelValue": model.value,
|
|
@@ -24241,6 +24263,7 @@
|
|
|
24241
24263
|
...slots,
|
|
24242
24264
|
default: _ref2 => {
|
|
24243
24265
|
let {
|
|
24266
|
+
id,
|
|
24244
24267
|
isDisabled,
|
|
24245
24268
|
isDirty,
|
|
24246
24269
|
isReadonly,
|
|
@@ -24257,6 +24280,7 @@
|
|
|
24257
24280
|
"onClick:prependInner": props['onClick:prependInner'],
|
|
24258
24281
|
"onClick:appendInner": props['onClick:appendInner']
|
|
24259
24282
|
}, fieldProps, {
|
|
24283
|
+
"id": id.value,
|
|
24260
24284
|
"active": isActive.value || isDirty.value,
|
|
24261
24285
|
"centerAffix": rows.value === 1 && !isPlainOrUnderlined.value,
|
|
24262
24286
|
"dirty": isDirty.value || props.dirty,
|
|
@@ -24660,7 +24684,7 @@
|
|
|
24660
24684
|
'aria-describedby': id.value
|
|
24661
24685
|
}, props.activatorProps));
|
|
24662
24686
|
useRender(() => {
|
|
24663
|
-
const
|
|
24687
|
+
const overlayProps = VOverlay.filterProps(props);
|
|
24664
24688
|
return vue.createVNode(VOverlay, vue.mergeProps({
|
|
24665
24689
|
"ref": overlay,
|
|
24666
24690
|
"class": ['v-tooltip', props.class],
|
|
@@ -25158,7 +25182,7 @@
|
|
|
25158
25182
|
date
|
|
25159
25183
|
};
|
|
25160
25184
|
}
|
|
25161
|
-
const version$1 = "3.4.0-
|
|
25185
|
+
const version$1 = "3.4.0-dev.2023-11-09";
|
|
25162
25186
|
createVuetify$1.version = version$1;
|
|
25163
25187
|
|
|
25164
25188
|
// Vue's inject() can only be used in setup
|
|
@@ -25172,7 +25196,7 @@
|
|
|
25172
25196
|
|
|
25173
25197
|
/* eslint-disable local-rules/sort-imports */
|
|
25174
25198
|
|
|
25175
|
-
const version = "3.4.0-
|
|
25199
|
+
const version = "3.4.0-dev.2023-11-09";
|
|
25176
25200
|
|
|
25177
25201
|
/* eslint-disable local-rules/sort-imports */
|
|
25178
25202
|
|