vuetify 3.3.18 → 3.3.19

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/vuetify.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.3.18
2
+ * Vuetify v3.3.19
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -7934,25 +7934,23 @@
7934
7934
  let {
7935
7935
  props: activatorProps
7936
7936
  } = _ref3;
7937
+ const listItemProps = {
7938
+ ...itemProps,
7939
+ ...activatorProps,
7940
+ value: props.returnObject ? item : itemProps.value
7941
+ };
7937
7942
  return slots.header ? slots.header({
7938
- props: {
7939
- ...itemProps,
7940
- ...activatorProps
7941
- }
7942
- }) : vue.createVNode(VListItem, vue.mergeProps({
7943
- "title": itemProps.title,
7944
- "value": props.returnObject ? item : itemProps.value
7945
- }, activatorProps), slotsWithItem);
7943
+ props: listItemProps
7944
+ }) : vue.createVNode(VListItem, listItemProps, slotsWithItem);
7946
7945
  },
7947
7946
  default: () => vue.createVNode(VListChildren, {
7948
7947
  "items": children
7949
7948
  }, slots)
7950
7949
  }) : slots.item ? slots.item({
7951
7950
  props: itemProps
7952
- }) : vue.createVNode(VListItem, {
7953
- "title": itemProps.title,
7951
+ }) : vue.createVNode(VListItem, vue.mergeProps(itemProps, {
7954
7952
  "value": props.returnObject ? item : itemProps.value
7955
- }, slotsWithItem);
7953
+ }), slotsWithItem);
7956
7954
  });
7957
7955
  }
7958
7956
  });
@@ -20417,7 +20415,7 @@
20417
20415
  date
20418
20416
  };
20419
20417
  }
20420
- const version$1 = "3.3.18";
20418
+ const version$1 = "3.3.19";
20421
20419
  createVuetify$1.version = version$1;
20422
20420
 
20423
20421
  // Vue's inject() can only be used in setup
@@ -20442,7 +20440,7 @@
20442
20440
  ...options
20443
20441
  });
20444
20442
  };
20445
- const version = "3.3.18";
20443
+ const version = "3.3.19";
20446
20444
  createVuetify.version = version;
20447
20445
 
20448
20446
  exports.components = components;