@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
package/dist/vuetify.js CHANGED
@@ -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
  */
@@ -2249,6 +2249,7 @@
2249
2249
  background: '#FFFFFF',
2250
2250
  surface: '#FFFFFF',
2251
2251
  'surface-bright': '#FFFFFF',
2252
+ 'surface-light': '#EEEEEE',
2252
2253
  'surface-variant': '#424242',
2253
2254
  'on-surface-variant': '#EEEEEE',
2254
2255
  primary: '#1867C0',
@@ -2285,6 +2286,7 @@
2285
2286
  background: '#121212',
2286
2287
  surface: '#212121',
2287
2288
  'surface-bright': '#ccbfd6',
2289
+ 'surface-light': '#424242',
2288
2290
  'surface-variant': '#a3a3a3',
2289
2291
  'on-surface-variant': '#424242',
2290
2292
  primary: '#2196F3',
@@ -19497,7 +19499,7 @@
19497
19499
  "style": {
19498
19500
  height: convertToUnit(props.height)
19499
19501
  }
19500
- }, [vue.createVNode("table", null, [vue.createVNode("thead", null, [vue.createVNode(VDataTableHeaders, vue.mergeProps(dataTableHeadersProps, {
19502
+ }, [vue.createVNode("table", null, [slots.colgroup?.(slotProps.value), vue.createVNode("thead", null, [vue.createVNode(VDataTableHeaders, vue.mergeProps(dataTableHeadersProps, {
19501
19503
  "sticky": props.fixedHeader
19502
19504
  }), slots)]), vue.createVNode("tbody", null, [vue.createVNode("tr", {
19503
19505
  "ref": markerRef,
@@ -25495,7 +25497,7 @@
25495
25497
  date
25496
25498
  };
25497
25499
  }
25498
- const version$1 = "3.4.10-dev.2024-01-16";
25500
+ const version$1 = "3.4.10-dev.2024-01-17";
25499
25501
  createVuetify$1.version = version$1;
25500
25502
 
25501
25503
  // Vue's inject() can only be used in setup
@@ -25520,7 +25522,7 @@
25520
25522
  ...options
25521
25523
  });
25522
25524
  };
25523
- const version = "3.4.10-dev.2024-01-16";
25525
+ const version = "3.4.10-dev.2024-01-17";
25524
25526
  createVuetify.version = version;
25525
25527
 
25526
25528
  exports.components = components;