vuetify 3.7.0 → 3.7.1
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 +169 -169
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +166 -166
- package/dist/json/web-types.json +227 -216
- package/dist/vuetify-labs.css +3529 -3517
- package/dist/vuetify-labs.d.ts +1850 -38
- package/dist/vuetify-labs.esm.js +27 -15
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +27 -15
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2464 -2452
- package/dist/vuetify.d.ts +444 -120
- package/dist/vuetify.esm.js +20 -14
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +20 -14
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1058 -1057
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +4 -1
- package/lib/blueprints/md1.d.mts +4 -1
- package/lib/blueprints/md2.d.mts +4 -1
- package/lib/blueprints/md3.d.mts +4 -1
- package/lib/components/VAlert/index.d.mts +4 -1
- package/lib/components/VAppBar/index.d.mts +4 -1
- package/lib/components/VAutocomplete/index.d.mts +49 -4
- package/lib/components/VAvatar/VAvatar.css +1 -1
- package/lib/components/VAvatar/_variables.scss +1 -1
- package/lib/components/VAvatar/index.d.mts +4 -1
- package/lib/components/VBadge/index.d.mts +4 -1
- package/lib/components/VBanner/index.d.mts +4 -1
- package/lib/components/VBreadcrumbs/index.d.mts +4 -1
- package/lib/components/VBtn/index.d.mts +4 -1
- package/lib/components/VCard/index.d.mts +4 -1
- package/lib/components/VCarousel/index.d.mts +4 -1
- package/lib/components/VCheckbox/index.d.mts +4 -1
- package/lib/components/VChip/index.d.mts +4 -1
- package/lib/components/VChipGroup/index.d.mts +4 -1
- package/lib/components/VCombobox/index.d.mts +49 -4
- package/lib/components/VDataTable/index.d.mts +4 -1
- package/lib/components/VDatePicker/index.d.mts +4 -1
- package/lib/components/VDialog/VDialog.mjs +2 -0
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/index.d.mts +42 -3
- package/lib/components/VEmptyState/index.d.mts +4 -1
- package/lib/components/VExpansionPanel/index.d.mts +4 -1
- package/lib/components/VFab/index.d.mts +4 -1
- package/lib/components/VField/index.d.mts +4 -1
- package/lib/components/VFileInput/index.d.mts +31 -4
- package/lib/components/VForm/index.d.mts +96 -3
- package/lib/components/VIcon/index.d.mts +4 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.css +13 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +6 -8
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.sass +10 -1
- package/lib/components/VInput/index.d.mts +4 -1
- package/lib/components/VList/index.d.mts +4 -1
- package/lib/components/VMenu/index.d.mts +45 -3
- package/lib/components/VPagination/index.d.mts +4 -1
- package/lib/components/VRadio/index.d.mts +4 -1
- package/lib/components/VRadioGroup/index.d.mts +4 -1
- package/lib/components/VRangeSlider/index.d.mts +4 -1
- package/lib/components/VRating/index.d.mts +4 -1
- package/lib/components/VSelect/index.d.mts +49 -4
- package/lib/components/VSelectionControl/index.d.mts +4 -1
- package/lib/components/VSelectionControlGroup/index.d.mts +4 -1
- package/lib/components/VSlideGroup/index.d.mts +4 -1
- package/lib/components/VSlider/index.d.mts +4 -1
- package/lib/components/VSnackbar/index.d.mts +36 -3
- package/lib/components/VSwitch/index.d.mts +4 -1
- package/lib/components/VTabs/index.d.mts +19 -4
- package/lib/components/VTextField/index.d.mts +37 -4
- package/lib/components/VTextarea/index.d.mts +31 -4
- package/lib/components/VTimeline/index.d.mts +4 -1
- package/lib/components/VTooltip/index.d.mts +36 -3
- package/lib/components/VWindow/index.d.mts +4 -1
- package/lib/components/index.d.mts +361 -28
- package/lib/components/index.mjs +1 -1
- package/lib/components/index.mjs.map +1 -1
- package/lib/composables/forwardRefs.mjs +2 -0
- package/lib/composables/forwardRefs.mjs.map +1 -1
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/composables/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/iconsets/fa-svg.d.mts +4 -1
- package/lib/iconsets/fa.d.mts +4 -1
- package/lib/iconsets/fa4.d.mts +4 -1
- package/lib/iconsets/md.d.mts +4 -1
- package/lib/iconsets/mdi-svg.d.mts +4 -1
- package/lib/iconsets/mdi.d.mts +4 -1
- package/lib/index.d.mts +87 -93
- package/lib/labs/VDateInput/index.d.mts +4 -1
- package/lib/labs/VNumberInput/VNumberInput.mjs +7 -1
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +2277 -795
- package/lib/labs/VSnackbarQueue/index.d.mts +36 -3
- package/lib/labs/VStepperVertical/index.d.mts +4 -1
- package/lib/labs/VTreeview/index.d.mts +4 -1
- package/lib/labs/components.d.mts +2297 -782
- package/lib/util/helpers.mjs +7 -3
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +2 -6
- package/lib/components/VTreeview/VTreeview.mjs +0 -350
- package/lib/components/VTreeview/VTreeview.mjs.map +0 -1
- package/lib/components/VTreeview/VTreeview.sass +0 -128
- package/lib/components/VTreeview/VTreeviewNode.mjs +0 -321
- package/lib/components/VTreeview/VTreeviewNode.mjs.map +0 -1
- package/lib/components/VTreeview/_mixins.sass +0 -18
- package/lib/components/VTreeview/_variables.scss +0 -10
- package/lib/components/VTreeview/index.mjs +0 -10
- package/lib/components/VTreeview/index.mjs.map +0 -1
- package/lib/components/VTreeview/util/filterTreeItems.mjs +0 -25
- package/lib/components/VTreeview/util/filterTreeItems.mjs.map +0 -1
package/dist/vuetify.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.7.
|
|
2
|
+
* Vuetify v3.7.1
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -95,6 +95,10 @@
|
|
|
95
95
|
function isObject(obj) {
|
|
96
96
|
return obj !== null && typeof obj === 'object' && !Array.isArray(obj);
|
|
97
97
|
}
|
|
98
|
+
function isPlainObject(obj) {
|
|
99
|
+
let proto;
|
|
100
|
+
return obj !== null && typeof obj === 'object' && ((proto = Object.getPrototypeOf(obj)) === Object.prototype || proto === null);
|
|
101
|
+
}
|
|
98
102
|
function refElement(obj) {
|
|
99
103
|
if (obj && '$el' in obj) {
|
|
100
104
|
const el = obj.$el;
|
|
@@ -284,12 +288,12 @@
|
|
|
284
288
|
const targetProperty = target[key];
|
|
285
289
|
|
|
286
290
|
// Only continue deep merging if
|
|
287
|
-
// both properties are objects
|
|
288
|
-
if (
|
|
291
|
+
// both properties are plain objects
|
|
292
|
+
if (isPlainObject(sourceProperty) && isPlainObject(targetProperty)) {
|
|
289
293
|
out[key] = mergeDeep(sourceProperty, targetProperty, arrayFn);
|
|
290
294
|
continue;
|
|
291
295
|
}
|
|
292
|
-
if (Array.isArray(sourceProperty) && Array.isArray(targetProperty)
|
|
296
|
+
if (arrayFn && Array.isArray(sourceProperty) && Array.isArray(targetProperty)) {
|
|
293
297
|
out[key] = arrayFn(sourceProperty, targetProperty);
|
|
294
298
|
continue;
|
|
295
299
|
}
|
|
@@ -11268,6 +11272,8 @@
|
|
|
11268
11272
|
|
|
11269
11273
|
/** Omit properties starting with P */
|
|
11270
11274
|
|
|
11275
|
+
/** Omit keyof $props from T */
|
|
11276
|
+
|
|
11271
11277
|
function getDescriptor(obj, key) {
|
|
11272
11278
|
let currentObj = obj;
|
|
11273
11279
|
while (currentObj) {
|
|
@@ -13923,6 +13929,7 @@
|
|
|
13923
13929
|
props: makeVDialogProps(),
|
|
13924
13930
|
emits: {
|
|
13925
13931
|
'update:modelValue': value => true,
|
|
13932
|
+
afterEnter: () => true,
|
|
13926
13933
|
afterLeave: () => true
|
|
13927
13934
|
},
|
|
13928
13935
|
setup(props, _ref) {
|
|
@@ -13964,6 +13971,7 @@
|
|
|
13964
13971
|
});
|
|
13965
13972
|
}
|
|
13966
13973
|
function onAfterEnter() {
|
|
13974
|
+
emit('afterEnter');
|
|
13967
13975
|
if (overlay.value?.contentEl && !overlay.value.contentEl.contains(document.activeElement)) {
|
|
13968
13976
|
overlay.value.contentEl.focus({
|
|
13969
13977
|
preventScroll: true
|
|
@@ -23403,7 +23411,6 @@
|
|
|
23403
23411
|
type: String,
|
|
23404
23412
|
required: true
|
|
23405
23413
|
},
|
|
23406
|
-
rootRef: null,
|
|
23407
23414
|
rootMargin: String
|
|
23408
23415
|
},
|
|
23409
23416
|
emits: {
|
|
@@ -23416,14 +23423,15 @@
|
|
|
23416
23423
|
const {
|
|
23417
23424
|
intersectionRef,
|
|
23418
23425
|
isIntersecting
|
|
23419
|
-
} = useIntersectionObserver(
|
|
23420
|
-
rootMargin: props.rootMargin
|
|
23421
|
-
} : undefined);
|
|
23426
|
+
} = useIntersectionObserver();
|
|
23422
23427
|
vue.watch(isIntersecting, async val => {
|
|
23423
23428
|
emit('intersect', props.side, val);
|
|
23424
23429
|
});
|
|
23425
23430
|
useRender(() => vue.createVNode("div", {
|
|
23426
23431
|
"class": "v-infinite-scroll-intersect",
|
|
23432
|
+
"style": {
|
|
23433
|
+
'--v-infinite-margin-size': props.rootMargin
|
|
23434
|
+
},
|
|
23427
23435
|
"ref": intersectionRef
|
|
23428
23436
|
}, [vue.createTextVNode("\xA0")]));
|
|
23429
23437
|
return {};
|
|
@@ -23574,17 +23582,15 @@
|
|
|
23574
23582
|
}, {
|
|
23575
23583
|
default: () => [vue.createVNode("div", {
|
|
23576
23584
|
"class": "v-infinite-scroll__side"
|
|
23577
|
-
}, [renderSide('start', startStatus.value)]),
|
|
23585
|
+
}, [renderSide('start', startStatus.value)]), hasStartIntersect && intersectMode && vue.createVNode(VInfiniteScrollIntersect, {
|
|
23578
23586
|
"key": "start",
|
|
23579
23587
|
"side": "start",
|
|
23580
23588
|
"onIntersect": handleIntersect,
|
|
23581
|
-
"rootRef": rootEl.value,
|
|
23582
23589
|
"rootMargin": margin.value
|
|
23583
|
-
}, null), slots.default?.(),
|
|
23590
|
+
}, null), slots.default?.(), hasEndIntersect && intersectMode && vue.createVNode(VInfiniteScrollIntersect, {
|
|
23584
23591
|
"key": "end",
|
|
23585
23592
|
"side": "end",
|
|
23586
23593
|
"onIntersect": handleIntersect,
|
|
23587
|
-
"rootRef": rootEl.value,
|
|
23588
23594
|
"rootMargin": margin.value
|
|
23589
23595
|
}, null), vue.createVNode("div", {
|
|
23590
23596
|
"class": "v-infinite-scroll__side"
|
|
@@ -28212,7 +28218,7 @@
|
|
|
28212
28218
|
goTo
|
|
28213
28219
|
};
|
|
28214
28220
|
}
|
|
28215
|
-
const version$1 = "3.7.
|
|
28221
|
+
const version$1 = "3.7.1";
|
|
28216
28222
|
createVuetify$1.version = version$1;
|
|
28217
28223
|
|
|
28218
28224
|
// Vue's inject() can only be used in setup
|
|
@@ -28237,7 +28243,7 @@
|
|
|
28237
28243
|
...options
|
|
28238
28244
|
});
|
|
28239
28245
|
};
|
|
28240
|
-
const version = "3.7.
|
|
28246
|
+
const version = "3.7.1";
|
|
28241
28247
|
createVuetify.version = version;
|
|
28242
28248
|
|
|
28243
28249
|
exports.blueprints = index;
|