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.
Files changed (114) hide show
  1. package/dist/json/attributes.json +169 -169
  2. package/dist/json/importMap-labs.json +24 -24
  3. package/dist/json/importMap.json +166 -166
  4. package/dist/json/web-types.json +227 -216
  5. package/dist/vuetify-labs.css +3529 -3517
  6. package/dist/vuetify-labs.d.ts +1850 -38
  7. package/dist/vuetify-labs.esm.js +27 -15
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +27 -15
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +2464 -2452
  12. package/dist/vuetify.d.ts +444 -120
  13. package/dist/vuetify.esm.js +20 -14
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +20 -14
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +1058 -1057
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/blueprints/index.d.mts +4 -1
  21. package/lib/blueprints/md1.d.mts +4 -1
  22. package/lib/blueprints/md2.d.mts +4 -1
  23. package/lib/blueprints/md3.d.mts +4 -1
  24. package/lib/components/VAlert/index.d.mts +4 -1
  25. package/lib/components/VAppBar/index.d.mts +4 -1
  26. package/lib/components/VAutocomplete/index.d.mts +49 -4
  27. package/lib/components/VAvatar/VAvatar.css +1 -1
  28. package/lib/components/VAvatar/_variables.scss +1 -1
  29. package/lib/components/VAvatar/index.d.mts +4 -1
  30. package/lib/components/VBadge/index.d.mts +4 -1
  31. package/lib/components/VBanner/index.d.mts +4 -1
  32. package/lib/components/VBreadcrumbs/index.d.mts +4 -1
  33. package/lib/components/VBtn/index.d.mts +4 -1
  34. package/lib/components/VCard/index.d.mts +4 -1
  35. package/lib/components/VCarousel/index.d.mts +4 -1
  36. package/lib/components/VCheckbox/index.d.mts +4 -1
  37. package/lib/components/VChip/index.d.mts +4 -1
  38. package/lib/components/VChipGroup/index.d.mts +4 -1
  39. package/lib/components/VCombobox/index.d.mts +49 -4
  40. package/lib/components/VDataTable/index.d.mts +4 -1
  41. package/lib/components/VDatePicker/index.d.mts +4 -1
  42. package/lib/components/VDialog/VDialog.mjs +2 -0
  43. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  44. package/lib/components/VDialog/index.d.mts +42 -3
  45. package/lib/components/VEmptyState/index.d.mts +4 -1
  46. package/lib/components/VExpansionPanel/index.d.mts +4 -1
  47. package/lib/components/VFab/index.d.mts +4 -1
  48. package/lib/components/VField/index.d.mts +4 -1
  49. package/lib/components/VFileInput/index.d.mts +31 -4
  50. package/lib/components/VForm/index.d.mts +96 -3
  51. package/lib/components/VIcon/index.d.mts +4 -1
  52. package/lib/components/VInfiniteScroll/VInfiniteScroll.css +13 -1
  53. package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +6 -8
  54. package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
  55. package/lib/components/VInfiniteScroll/VInfiniteScroll.sass +10 -1
  56. package/lib/components/VInput/index.d.mts +4 -1
  57. package/lib/components/VList/index.d.mts +4 -1
  58. package/lib/components/VMenu/index.d.mts +45 -3
  59. package/lib/components/VPagination/index.d.mts +4 -1
  60. package/lib/components/VRadio/index.d.mts +4 -1
  61. package/lib/components/VRadioGroup/index.d.mts +4 -1
  62. package/lib/components/VRangeSlider/index.d.mts +4 -1
  63. package/lib/components/VRating/index.d.mts +4 -1
  64. package/lib/components/VSelect/index.d.mts +49 -4
  65. package/lib/components/VSelectionControl/index.d.mts +4 -1
  66. package/lib/components/VSelectionControlGroup/index.d.mts +4 -1
  67. package/lib/components/VSlideGroup/index.d.mts +4 -1
  68. package/lib/components/VSlider/index.d.mts +4 -1
  69. package/lib/components/VSnackbar/index.d.mts +36 -3
  70. package/lib/components/VSwitch/index.d.mts +4 -1
  71. package/lib/components/VTabs/index.d.mts +19 -4
  72. package/lib/components/VTextField/index.d.mts +37 -4
  73. package/lib/components/VTextarea/index.d.mts +31 -4
  74. package/lib/components/VTimeline/index.d.mts +4 -1
  75. package/lib/components/VTooltip/index.d.mts +36 -3
  76. package/lib/components/VWindow/index.d.mts +4 -1
  77. package/lib/components/index.d.mts +361 -28
  78. package/lib/components/index.mjs +1 -1
  79. package/lib/components/index.mjs.map +1 -1
  80. package/lib/composables/forwardRefs.mjs +2 -0
  81. package/lib/composables/forwardRefs.mjs.map +1 -1
  82. package/lib/composables/icons.mjs.map +1 -1
  83. package/lib/composables/index.mjs.map +1 -1
  84. package/lib/entry-bundler.mjs +1 -1
  85. package/lib/framework.mjs +1 -1
  86. package/lib/iconsets/fa-svg.d.mts +4 -1
  87. package/lib/iconsets/fa.d.mts +4 -1
  88. package/lib/iconsets/fa4.d.mts +4 -1
  89. package/lib/iconsets/md.d.mts +4 -1
  90. package/lib/iconsets/mdi-svg.d.mts +4 -1
  91. package/lib/iconsets/mdi.d.mts +4 -1
  92. package/lib/index.d.mts +87 -93
  93. package/lib/labs/VDateInput/index.d.mts +4 -1
  94. package/lib/labs/VNumberInput/VNumberInput.mjs +7 -1
  95. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  96. package/lib/labs/VNumberInput/index.d.mts +2277 -795
  97. package/lib/labs/VSnackbarQueue/index.d.mts +36 -3
  98. package/lib/labs/VStepperVertical/index.d.mts +4 -1
  99. package/lib/labs/VTreeview/index.d.mts +4 -1
  100. package/lib/labs/components.d.mts +2297 -782
  101. package/lib/util/helpers.mjs +7 -3
  102. package/lib/util/helpers.mjs.map +1 -1
  103. package/package.json +2 -6
  104. package/lib/components/VTreeview/VTreeview.mjs +0 -350
  105. package/lib/components/VTreeview/VTreeview.mjs.map +0 -1
  106. package/lib/components/VTreeview/VTreeview.sass +0 -128
  107. package/lib/components/VTreeview/VTreeviewNode.mjs +0 -321
  108. package/lib/components/VTreeview/VTreeviewNode.mjs.map +0 -1
  109. package/lib/components/VTreeview/_mixins.sass +0 -18
  110. package/lib/components/VTreeview/_variables.scss +0 -10
  111. package/lib/components/VTreeview/index.mjs +0 -10
  112. package/lib/components/VTreeview/index.mjs.map +0 -1
  113. package/lib/components/VTreeview/util/filterTreeItems.mjs +0 -25
  114. package/lib/components/VTreeview/util/filterTreeItems.mjs.map +0 -1
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.0
2
+ * Vuetify v3.7.1
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -166,6 +166,10 @@
166
166
  function isObject(obj) {
167
167
  return obj !== null && typeof obj === 'object' && !Array.isArray(obj);
168
168
  }
169
+ function isPlainObject(obj) {
170
+ let proto;
171
+ return obj !== null && typeof obj === 'object' && ((proto = Object.getPrototypeOf(obj)) === Object.prototype || proto === null);
172
+ }
169
173
  function refElement(obj) {
170
174
  if (obj && '$el' in obj) {
171
175
  const el = obj.$el;
@@ -361,12 +365,12 @@
361
365
  const targetProperty = target[key];
362
366
 
363
367
  // Only continue deep merging if
364
- // both properties are objects
365
- if (isObject(sourceProperty) && isObject(targetProperty)) {
368
+ // both properties are plain objects
369
+ if (isPlainObject(sourceProperty) && isPlainObject(targetProperty)) {
366
370
  out[key] = mergeDeep(sourceProperty, targetProperty, arrayFn);
367
371
  continue;
368
372
  }
369
- if (Array.isArray(sourceProperty) && Array.isArray(targetProperty) && arrayFn) {
373
+ if (arrayFn && Array.isArray(sourceProperty) && Array.isArray(targetProperty)) {
370
374
  out[key] = arrayFn(sourceProperty, targetProperty);
371
375
  continue;
372
376
  }
@@ -11035,6 +11039,8 @@
11035
11039
 
11036
11040
  /** Omit properties starting with P */
11037
11041
 
11042
+ /** Omit keyof $props from T */
11043
+
11038
11044
  function getDescriptor(obj, key) {
11039
11045
  let currentObj = obj;
11040
11046
  while (currentObj) {
@@ -13690,6 +13696,7 @@
13690
13696
  props: makeVDialogProps(),
13691
13697
  emits: {
13692
13698
  'update:modelValue': value => true,
13699
+ afterEnter: () => true,
13693
13700
  afterLeave: () => true
13694
13701
  },
13695
13702
  setup(props, _ref) {
@@ -13731,6 +13738,7 @@
13731
13738
  });
13732
13739
  }
13733
13740
  function onAfterEnter() {
13741
+ emit('afterEnter');
13734
13742
  if (overlay.value?.contentEl && !overlay.value.contentEl.contains(document.activeElement)) {
13735
13743
  overlay.value.contentEl.focus({
13736
13744
  preventScroll: true
@@ -23170,7 +23178,6 @@
23170
23178
  type: String,
23171
23179
  required: true
23172
23180
  },
23173
- rootRef: null,
23174
23181
  rootMargin: String
23175
23182
  },
23176
23183
  emits: {
@@ -23183,14 +23190,15 @@
23183
23190
  const {
23184
23191
  intersectionRef,
23185
23192
  isIntersecting
23186
- } = useIntersectionObserver(entries => {}, props.rootMargin ? {
23187
- rootMargin: props.rootMargin
23188
- } : undefined);
23193
+ } = useIntersectionObserver();
23189
23194
  vue.watch(isIntersecting, async val => {
23190
23195
  emit('intersect', props.side, val);
23191
23196
  });
23192
23197
  useRender(() => vue.createVNode("div", {
23193
23198
  "class": "v-infinite-scroll-intersect",
23199
+ "style": {
23200
+ '--v-infinite-margin-size': props.rootMargin
23201
+ },
23194
23202
  "ref": intersectionRef
23195
23203
  }, [vue.createTextVNode("\xA0")]));
23196
23204
  return {};
@@ -23341,17 +23349,15 @@
23341
23349
  }, {
23342
23350
  default: () => [vue.createVNode("div", {
23343
23351
  "class": "v-infinite-scroll__side"
23344
- }, [renderSide('start', startStatus.value)]), rootEl.value && hasStartIntersect && intersectMode && vue.createVNode(VInfiniteScrollIntersect, {
23352
+ }, [renderSide('start', startStatus.value)]), hasStartIntersect && intersectMode && vue.createVNode(VInfiniteScrollIntersect, {
23345
23353
  "key": "start",
23346
23354
  "side": "start",
23347
23355
  "onIntersect": handleIntersect,
23348
- "rootRef": rootEl.value,
23349
23356
  "rootMargin": margin.value
23350
- }, null), slots.default?.(), rootEl.value && hasEndIntersect && intersectMode && vue.createVNode(VInfiniteScrollIntersect, {
23357
+ }, null), slots.default?.(), hasEndIntersect && intersectMode && vue.createVNode(VInfiniteScrollIntersect, {
23351
23358
  "key": "end",
23352
23359
  "side": "end",
23353
23360
  "onIntersect": handleIntersect,
23354
- "rootRef": rootEl.value,
23355
23361
  "rootMargin": margin.value
23356
23362
  }, null), vue.createVNode("div", {
23357
23363
  "class": "v-infinite-scroll__side"
@@ -28154,7 +28160,13 @@
28154
28160
  const model = vue.computed({
28155
28161
  get: () => _model.value,
28156
28162
  set(val) {
28157
- if (typeof val !== 'string') _model.value = val;
28163
+ if (val === null) {
28164
+ _model.value = null;
28165
+ return;
28166
+ }
28167
+ if (!isNaN(+val) && +val <= props.max && +val >= props.min) {
28168
+ _model.value = +val;
28169
+ }
28158
28170
  }
28159
28171
  });
28160
28172
  const vTextFieldRef = vue.ref();
@@ -30382,7 +30394,7 @@
30382
30394
  goTo
30383
30395
  };
30384
30396
  }
30385
- const version$1 = "3.7.0";
30397
+ const version$1 = "3.7.1";
30386
30398
  createVuetify$1.version = version$1;
30387
30399
 
30388
30400
  // Vue's inject() can only be used in setup
@@ -30635,7 +30647,7 @@
30635
30647
 
30636
30648
  /* eslint-disable local-rules/sort-imports */
30637
30649
 
30638
- const version = "3.7.0";
30650
+ const version = "3.7.1";
30639
30651
 
30640
30652
  /* eslint-disable local-rules/sort-imports */
30641
30653