@vuetify/nightly 3.6.3-master.2024-05-05 → 3.6.3-master.2024-05-06
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 +5 -2
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +90 -90
- package/dist/json/web-types.json +4 -4
- package/dist/vuetify-labs.css +2336 -2076
- package/dist/vuetify-labs.esm.js +10 -6
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +10 -6
- package/dist/vuetify-labs.min.css +3 -3
- package/dist/vuetify.css +5953 -5693
- package/dist/vuetify.d.ts +30 -30
- package/dist/vuetify.esm.js +10 -6
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +10 -6
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +3 -3
- package/dist/vuetify.min.js +7 -7
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VTabs/VTabs.mjs +8 -3
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbar.css +5 -5
- package/lib/components/VToolbar/_variables.scss +3 -3
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +30 -30
- package/lib/styles/generic/_colors.scss +1 -0
- package/lib/styles/main.css +260 -0
- package/package.json +1 -1
package/dist/vuetify-labs.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.3-master.2024-05-
|
2
|
+
* Vuetify v3.6.3-master.2024-05-06
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -26503,6 +26503,7 @@ const VTabs = genericComponent()({
|
|
26503
26503
|
},
|
26504
26504
|
setup(props, _ref) {
|
26505
26505
|
let {
|
26506
|
+
attrs,
|
26506
26507
|
slots
|
26507
26508
|
} = _ref;
|
26508
26509
|
const model = useProxiedModel(props, 'modelValue');
|
@@ -26514,6 +26515,9 @@ const VTabs = genericComponent()({
|
|
26514
26515
|
backgroundColorClasses,
|
26515
26516
|
backgroundColorStyles
|
26516
26517
|
} = useBackgroundColor(toRef(props, 'bgColor'));
|
26518
|
+
const {
|
26519
|
+
scopeId
|
26520
|
+
} = useScopeId();
|
26517
26521
|
provideDefaults({
|
26518
26522
|
VTab: {
|
26519
26523
|
color: toRef(props, 'color'),
|
@@ -26540,7 +26544,7 @@ const VTabs = genericComponent()({
|
|
26540
26544
|
}, backgroundColorStyles.value, props.style],
|
26541
26545
|
"role": "tablist",
|
26542
26546
|
"symbol": VTabsSymbol
|
26543
|
-
}), {
|
26547
|
+
}, scopeId, attrs), {
|
26544
26548
|
default: () => [slots.default?.() ?? items.value.map(item => slots.tab?.({
|
26545
26549
|
item
|
26546
26550
|
}) ?? createVNode(VTab, mergeProps(item, {
|
@@ -26551,11 +26555,11 @@ const VTabs = genericComponent()({
|
|
26551
26555
|
item
|
26552
26556
|
})
|
26553
26557
|
}))]
|
26554
|
-
}), hasWindow && createVNode(VTabsWindow, {
|
26558
|
+
}), hasWindow && createVNode(VTabsWindow, mergeProps({
|
26555
26559
|
"modelValue": model.value,
|
26556
26560
|
"onUpdate:modelValue": $event => model.value = $event,
|
26557
26561
|
"key": "tabs-window"
|
26558
|
-
}, {
|
26562
|
+
}, scopeId), {
|
26559
26563
|
default: () => [items.value.map(item => slots.item?.({
|
26560
26564
|
item
|
26561
26565
|
}) ?? createVNode(VTabsWindowItem, {
|
@@ -29764,7 +29768,7 @@ function createVuetify$1() {
|
|
29764
29768
|
goTo
|
29765
29769
|
};
|
29766
29770
|
}
|
29767
|
-
const version$1 = "3.6.3-master.2024-05-
|
29771
|
+
const version$1 = "3.6.3-master.2024-05-06";
|
29768
29772
|
createVuetify$1.version = version$1;
|
29769
29773
|
|
29770
29774
|
// Vue's inject() can only be used in setup
|
@@ -30017,7 +30021,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
30017
30021
|
|
30018
30022
|
/* eslint-disable local-rules/sort-imports */
|
30019
30023
|
|
30020
|
-
const version = "3.6.3-master.2024-05-
|
30024
|
+
const version = "3.6.3-master.2024-05-06";
|
30021
30025
|
|
30022
30026
|
/* eslint-disable local-rules/sort-imports */
|
30023
30027
|
|