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/json/importMap.json +12 -12
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +6313 -6313
- package/dist/vuetify-labs.esm.js +14 -16
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +14 -16
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +5631 -5631
- package/dist/vuetify.d.ts +3 -3
- package/dist/vuetify.esm.js +12 -14
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +12 -14
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +5 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VList/VListChildren.mjs +9 -11
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +3 -3
- package/lib/labs/VDataTable/VDataTableRows.mjs +2 -2
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/package.json +2 -2
package/dist/vuetify-labs.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.3.
|
|
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
|
-
|
|
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
|
|
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.
|
|
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.
|
|
24635
|
+
const version = "3.3.19";
|
|
24638
24636
|
|
|
24639
24637
|
/* eslint-disable local-rules/sort-imports */
|
|
24640
24638
|
|