@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.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
|
*/
|
|
@@ -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-
|
|
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-
|
|
25525
|
+
const version = "3.4.10-dev.2024-01-17";
|
|
25524
25526
|
createVuetify.version = version;
|
|
25525
25527
|
|
|
25526
25528
|
exports.components = components;
|