@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.
- package/CHANGELOG.md +4 -2
- package/dist/json/importMap.json +128 -128
- package/dist/json/web-types.json +76 -1
- package/dist/vuetify-labs.css +954 -952
- package/dist/vuetify-labs.d.ts +9 -2
- 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.css +638 -638
- package/dist/vuetify.d.ts +45 -38
- 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 +6 -6
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +2 -2
- package/lib/components/VAlert/_variables.scss +2 -2
- package/lib/components/VAutocomplete/VAutocomplete.css +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +1 -1
- package/lib/components/VCombobox/VCombobox.css +1 -1
- package/lib/components/VCombobox/VCombobox.sass +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +9 -2
- package/lib/components/VSlider/VSliderTrack.css +1 -1
- package/lib/components/VSlider/VSliderTrack.sass +1 -1
- package/lib/components/VSlider/_variables.scss +1 -0
- package/lib/components/VSystemBar/VSystemBar.css +2 -2
- package/lib/components/VSystemBar/_variables.scss +2 -2
- package/lib/components/VTimeline/VTimeline.css +1 -1
- package/lib/components/VTimeline/_variables.scss +1 -1
- package/lib/components/VToolbar/VToolbar.css +2 -2
- package/lib/components/VToolbar/_variables.scss +2 -2
- package/lib/components/index.d.mts +9 -2
- package/lib/composables/theme.mjs +2 -0
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +36 -36
- package/lib/labs/VCalendar/VCalendar.css +4 -2
- package/lib/labs/VCalendar/VCalendar.sass +4 -2
- package/lib/labs/VCalendar/_variables.scss +5 -0
- package/package.json +1 -1
package/dist/vuetify-labs.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.4.10-dev.2024-01-
|
|
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-
|
|
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-
|
|
26072
|
+
const version = "3.4.10-dev.2024-01-17";
|
|
26071
26073
|
|
|
26072
26074
|
/* eslint-disable local-rules/sort-imports */
|
|
26073
26075
|
|