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
package/dist/vuetify.js CHANGED
@@ -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
  */
@@ -11282,6 +11282,7 @@
11282
11282
  }
11283
11283
  }
11284
11284
  useRender(() => {
11285
+ const indent = props.indent ?? (props.prependGap ? Number(props.prependGap) + 24 : undefined);
11285
11286
  const ariaMultiselectable = isSelectable.value ? attrs.ariaMultiselectable ?? !String(props.selectStrategy).startsWith('single-') : undefined;
11286
11287
  return vue.createVNode(props.tag, {
11287
11288
  "ref": contentRef,
@@ -11291,7 +11292,8 @@
11291
11292
  'v-list--slim': props.slim
11292
11293
  }, themeClasses.value, backgroundColorClasses.value, borderClasses.value, densityClasses.value, elevationClasses.value, lineClasses.value, roundedClasses.value, props.class]),
11293
11294
  "style": vue.normalizeStyle([{
11294
- '--v-list-indent': convertToUnit(props.indent),
11295
+ '--v-list-indent': convertToUnit(indent),
11296
+ '--v-list-group-prepend': indent ? '0px' : undefined,
11295
11297
  '--v-list-prepend-gap': convertToUnit(props.prependGap)
11296
11298
  }, backgroundColorStyles.value, dimensionStyles.value, props.style]),
11297
11299
  "tabindex": props.disabled ? -1 : 0,
@@ -37406,7 +37408,7 @@
37406
37408
  };
37407
37409
  });
37408
37410
  }
37409
- const version$1 = "3.12.0";
37411
+ const version$1 = "3.12.1";
37410
37412
  createVuetify$1.version = version$1;
37411
37413
 
37412
37414
  // Vue's inject() can only be used in setup
@@ -37431,7 +37433,7 @@
37431
37433
  ...options
37432
37434
  });
37433
37435
  };
37434
- const version = "3.12.0";
37436
+ const version = "3.12.1";
37435
37437
  createVuetify.version = version;
37436
37438
 
37437
37439
  exports.blueprints = index;