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.
@@ -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
  */
@@ -7946,25 +7946,23 @@
7946
7946
  let {
7947
7947
  props: activatorProps
7948
7948
  } = _ref3;
7949
+ const listItemProps = {
7950
+ ...itemProps,
7951
+ ...activatorProps,
7952
+ value: props.returnObject ? item : itemProps.value
7953
+ };
7949
7954
  return slots.header ? slots.header({
7950
- props: {
7951
- ...itemProps,
7952
- ...activatorProps
7953
- }
7954
- }) : vue.createVNode(VListItem, vue.mergeProps({
7955
- "title": itemProps.title,
7956
- "value": props.returnObject ? item : itemProps.value
7957
- }, activatorProps), slotsWithItem);
7955
+ props: listItemProps
7956
+ }) : vue.createVNode(VListItem, listItemProps, slotsWithItem);
7958
7957
  },
7959
7958
  default: () => vue.createVNode(VListChildren, {
7960
7959
  "items": children
7961
7960
  }, slots)
7962
7961
  }) : slots.item ? slots.item({
7963
7962
  props: itemProps
7964
- }) : vue.createVNode(VListItem, {
7965
- "title": itemProps.title,
7963
+ }) : vue.createVNode(VListItem, vue.mergeProps(itemProps, {
7966
7964
  "value": props.returnObject ? item : itemProps.value
7967
- }, slotsWithItem);
7965
+ }), slotsWithItem);
7968
7966
  });
7969
7967
  }
7970
7968
  });
@@ -21129,13 +21127,13 @@
21129
21127
  t
21130
21128
  } = useLocale();
21131
21129
  useRender(() => {
21132
- if (props.loading && slots.loading) {
21130
+ if (props.loading) {
21133
21131
  return vue.createVNode("tr", {
21134
21132
  "class": "v-data-table-rows-loading",
21135
21133
  "key": "loading"
21136
21134
  }, [vue.createVNode("td", {
21137
21135
  "colspan": columns.value.length
21138
- }, [slots.loading()])]);
21136
+ }, [slots.loading?.() ?? t(props.loadingText)])]);
21139
21137
  }
21140
21138
  if (!props.loading && !props.items.length && !props.hideNoData) {
21141
21139
  return vue.createVNode("tr", {
@@ -24620,7 +24618,7 @@
24620
24618
  date
24621
24619
  };
24622
24620
  }
24623
- const version$1 = "3.3.18";
24621
+ const version$1 = "3.3.19";
24624
24622
  createVuetify$1.version = version$1;
24625
24623
 
24626
24624
  // Vue's inject() can only be used in setup
@@ -24634,7 +24632,7 @@
24634
24632
 
24635
24633
  /* eslint-disable local-rules/sort-imports */
24636
24634
 
24637
- const version = "3.3.18";
24635
+ const version = "3.3.19";
24638
24636
 
24639
24637
  /* eslint-disable local-rules/sort-imports */
24640
24638