@vuetify/nightly 3.4.10-dev.2024-01-16 → 3.4.10-dev.2024-01-17

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 (46) hide show
  1. package/CHANGELOG.md +4 -2
  2. package/dist/json/importMap.json +128 -128
  3. package/dist/json/web-types.json +76 -1
  4. package/dist/vuetify-labs.css +954 -952
  5. package/dist/vuetify-labs.d.ts +9 -2
  6. package/dist/vuetify-labs.esm.js +6 -4
  7. package/dist/vuetify-labs.esm.js.map +1 -1
  8. package/dist/vuetify-labs.js +6 -4
  9. package/dist/vuetify-labs.min.css +2 -2
  10. package/dist/vuetify.css +638 -638
  11. package/dist/vuetify.d.ts +45 -38
  12. package/dist/vuetify.esm.js +6 -4
  13. package/dist/vuetify.esm.js.map +1 -1
  14. package/dist/vuetify.js +6 -4
  15. package/dist/vuetify.js.map +1 -1
  16. package/dist/vuetify.min.css +2 -2
  17. package/dist/vuetify.min.js +6 -6
  18. package/dist/vuetify.min.js.map +1 -1
  19. package/lib/components/VAlert/VAlert.css +2 -2
  20. package/lib/components/VAlert/_variables.scss +2 -2
  21. package/lib/components/VAutocomplete/VAutocomplete.css +1 -1
  22. package/lib/components/VAutocomplete/VAutocomplete.sass +1 -1
  23. package/lib/components/VCombobox/VCombobox.css +1 -1
  24. package/lib/components/VCombobox/VCombobox.sass +1 -1
  25. package/lib/components/VDataTable/VDataTableVirtual.mjs +1 -1
  26. package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
  27. package/lib/components/VDataTable/index.d.mts +9 -2
  28. package/lib/components/VSlider/VSliderTrack.css +1 -1
  29. package/lib/components/VSlider/VSliderTrack.sass +1 -1
  30. package/lib/components/VSlider/_variables.scss +1 -0
  31. package/lib/components/VSystemBar/VSystemBar.css +2 -2
  32. package/lib/components/VSystemBar/_variables.scss +2 -2
  33. package/lib/components/VTimeline/VTimeline.css +1 -1
  34. package/lib/components/VTimeline/_variables.scss +1 -1
  35. package/lib/components/VToolbar/VToolbar.css +2 -2
  36. package/lib/components/VToolbar/_variables.scss +2 -2
  37. package/lib/components/index.d.mts +9 -2
  38. package/lib/composables/theme.mjs +2 -0
  39. package/lib/composables/theme.mjs.map +1 -1
  40. package/lib/entry-bundler.mjs +1 -1
  41. package/lib/framework.mjs +1 -1
  42. package/lib/index.d.mts +36 -36
  43. package/lib/labs/VCalendar/VCalendar.css +4 -2
  44. package/lib/labs/VCalendar/VCalendar.sass +4 -2
  45. package/lib/labs/VCalendar/_variables.scss +5 -0
  46. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.4.10-dev.2024-01-16
2
+ * Vuetify v3.4.10-dev.2024-01-17
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -2255,6 +2255,7 @@
2255
2255
  background: '#FFFFFF',
2256
2256
  surface: '#FFFFFF',
2257
2257
  'surface-bright': '#FFFFFF',
2258
+ 'surface-light': '#EEEEEE',
2258
2259
  'surface-variant': '#424242',
2259
2260
  'on-surface-variant': '#EEEEEE',
2260
2261
  primary: '#1867C0',
@@ -2291,6 +2292,7 @@
2291
2292
  background: '#121212',
2292
2293
  surface: '#212121',
2293
2294
  'surface-bright': '#ccbfd6',
2295
+ 'surface-light': '#424242',
2294
2296
  'surface-variant': '#a3a3a3',
2295
2297
  'on-surface-variant': '#424242',
2296
2298
  primary: '#2196F3',
@@ -19503,7 +19505,7 @@
19503
19505
  "style": {
19504
19506
  height: convertToUnit(props.height)
19505
19507
  }
19506
- }, [vue.createVNode("table", null, [vue.createVNode("thead", null, [vue.createVNode(VDataTableHeaders, vue.mergeProps(dataTableHeadersProps, {
19508
+ }, [vue.createVNode("table", null, [slots.colgroup?.(slotProps.value), vue.createVNode("thead", null, [vue.createVNode(VDataTableHeaders, vue.mergeProps(dataTableHeadersProps, {
19507
19509
  "sticky": props.fixedHeader
19508
19510
  }), slots)]), vue.createVNode("tbody", null, [vue.createVNode("tr", {
19509
19511
  "ref": markerRef,
@@ -26053,7 +26055,7 @@
26053
26055
  date
26054
26056
  };
26055
26057
  }
26056
- const version$1 = "3.4.10-dev.2024-01-16";
26058
+ const version$1 = "3.4.10-dev.2024-01-17";
26057
26059
  createVuetify$1.version = version$1;
26058
26060
 
26059
26061
  // Vue's inject() can only be used in setup
@@ -26067,7 +26069,7 @@
26067
26069
 
26068
26070
  /* eslint-disable local-rules/sort-imports */
26069
26071
 
26070
- const version = "3.4.10-dev.2024-01-16";
26072
+ const version = "3.4.10-dev.2024-01-17";
26071
26073
 
26072
26074
  /* eslint-disable local-rules/sort-imports */
26073
26075