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.
Files changed (37) hide show
  1. package/README.md +0 -24
  2. package/dist/json/attributes.json +1793 -1793
  3. package/dist/json/importMap-labs.json +16 -16
  4. package/dist/json/importMap.json +166 -166
  5. package/dist/json/web-types.json +3410 -3410
  6. package/dist/vuetify-labs.cjs +6 -4
  7. package/dist/vuetify-labs.css +4420 -4409
  8. package/dist/vuetify-labs.d.ts +52 -52
  9. package/dist/vuetify-labs.esm.js +6 -4
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +6 -4
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.cjs +6 -4
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +3415 -3404
  16. package/dist/vuetify.d.ts +52 -52
  17. package/dist/vuetify.esm.js +6 -4
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +6 -4
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +2 -2
  22. package/dist/vuetify.min.js +5 -5
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/components/VList/VList.css +0 -5
  25. package/lib/components/VList/VList.js +3 -1
  26. package/lib/components/VList/VList.js.map +1 -1
  27. package/lib/components/VList/VList.sass +0 -6
  28. package/lib/components/VList/VListItem.css +15 -4
  29. package/lib/components/VList/VListItem.sass +16 -4
  30. package/lib/components/VList/_variables.scss +2 -3
  31. package/lib/components/VTreeview/VTreeviewItem.css +27 -22
  32. package/lib/components/VTreeview/VTreeviewItem.sass +23 -26
  33. package/lib/components/VTreeview/_variables.scss +5 -5
  34. package/lib/entry-bundler.js +1 -1
  35. package/lib/framework.d.ts +52 -52
  36. package/lib/framework.js +1 -1
  37. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.12.0
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(props.indent),
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.0";
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.0";
40735
+ const version = "3.12.1";
40734
40736
 
40735
40737
  /* eslint-disable local-rules/sort-imports */
40736
40738