vuetify 3.12.0 → 3.12.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/README.md +0 -24
- package/dist/json/attributes.json +1793 -1793
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +166 -166
- package/dist/json/web-types.json +3410 -3410
- package/dist/vuetify-labs.cjs +6 -4
- package/dist/vuetify-labs.css +4420 -4409
- package/dist/vuetify-labs.d.ts +52 -52
- package/dist/vuetify-labs.esm.js +6 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +6 -4
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +6 -4
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3415 -3404
- package/dist/vuetify.d.ts +52 -52
- package/dist/vuetify.esm.js +6 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +6 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +5 -5
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VList/VList.css +0 -5
- package/lib/components/VList/VList.js +3 -1
- package/lib/components/VList/VList.js.map +1 -1
- package/lib/components/VList/VList.sass +0 -6
- package/lib/components/VList/VListItem.css +15 -4
- package/lib/components/VList/VListItem.sass +16 -4
- package/lib/components/VList/_variables.scss +2 -3
- package/lib/components/VTreeview/VTreeviewItem.css +27 -22
- package/lib/components/VTreeview/VTreeviewItem.sass +23 -26
- package/lib/components/VTreeview/_variables.scss +5 -5
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +52 -52
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.12.
|
|
2
|
+
* Vuetify v3.12.1
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -10952,6 +10952,7 @@
|
|
|
10952
10952
|
}
|
|
10953
10953
|
}
|
|
10954
10954
|
useRender(() => {
|
|
10955
|
+
const indent = props.indent ?? (props.prependGap ? Number(props.prependGap) + 24 : undefined);
|
|
10955
10956
|
const ariaMultiselectable = isSelectable.value ? attrs.ariaMultiselectable ?? !String(props.selectStrategy).startsWith('single-') : undefined;
|
|
10956
10957
|
return vue.createVNode(props.tag, {
|
|
10957
10958
|
"ref": contentRef,
|
|
@@ -10961,7 +10962,8 @@
|
|
|
10961
10962
|
'v-list--slim': props.slim
|
|
10962
10963
|
}, themeClasses.value, backgroundColorClasses.value, borderClasses.value, densityClasses.value, elevationClasses.value, lineClasses.value, roundedClasses.value, props.class]),
|
|
10963
10964
|
"style": vue.normalizeStyle([{
|
|
10964
|
-
'--v-list-indent': convertToUnit(
|
|
10965
|
+
'--v-list-indent': convertToUnit(indent),
|
|
10966
|
+
'--v-list-group-prepend': indent ? '0px' : undefined,
|
|
10965
10967
|
'--v-list-prepend-gap': convertToUnit(props.prependGap)
|
|
10966
10968
|
}, backgroundColorStyles.value, dimensionStyles.value, props.style]),
|
|
10967
10969
|
"tabindex": props.disabled ? -1 : 0,
|
|
@@ -40427,7 +40429,7 @@
|
|
|
40427
40429
|
};
|
|
40428
40430
|
});
|
|
40429
40431
|
}
|
|
40430
|
-
const version$1 = "3.12.
|
|
40432
|
+
const version$1 = "3.12.1";
|
|
40431
40433
|
createVuetify$1.version = version$1;
|
|
40432
40434
|
|
|
40433
40435
|
// Vue's inject() can only be used in setup
|
|
@@ -40730,7 +40732,7 @@
|
|
|
40730
40732
|
|
|
40731
40733
|
/* eslint-disable local-rules/sort-imports */
|
|
40732
40734
|
|
|
40733
|
-
const version = "3.12.
|
|
40735
|
+
const version = "3.12.1";
|
|
40734
40736
|
|
|
40735
40737
|
/* eslint-disable local-rules/sort-imports */
|
|
40736
40738
|
|