vuetify 3.5.0 → 3.5.1
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/dist/json/importMap-labs.json +8 -8
- package/dist/json/importMap.json +132 -132
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +2353 -2353
- package/dist/vuetify-labs.esm.js +4 -5
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +4 -5
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +827 -827
- package/dist/vuetify.d.ts +44 -44
- package/dist/vuetify.esm.js +4 -5
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +4 -5
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +4 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VChipGroup/VChipGroup.mjs +1 -2
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +44 -44
- package/package.json +2 -2
package/dist/vuetify.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.5.
|
|
2
|
+
* Vuetify v3.5.1
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -7423,8 +7423,7 @@
|
|
|
7423
7423
|
}
|
|
7424
7424
|
});
|
|
7425
7425
|
useRender(() => {
|
|
7426
|
-
|
|
7427
|
-
const [slideGroupProps] = VSlideGroup.filterProps(props);
|
|
7426
|
+
const slideGroupProps = VSlideGroup.filterProps(props);
|
|
7428
7427
|
return vue.createVNode(VSlideGroup, vue.mergeProps(slideGroupProps, {
|
|
7429
7428
|
"class": ['v-chip-group', {
|
|
7430
7429
|
'v-chip-group--column': props.column
|
|
@@ -25648,7 +25647,7 @@
|
|
|
25648
25647
|
goTo
|
|
25649
25648
|
};
|
|
25650
25649
|
}
|
|
25651
|
-
const version$1 = "3.5.
|
|
25650
|
+
const version$1 = "3.5.1";
|
|
25652
25651
|
createVuetify$1.version = version$1;
|
|
25653
25652
|
|
|
25654
25653
|
// Vue's inject() can only be used in setup
|
|
@@ -25673,7 +25672,7 @@
|
|
|
25673
25672
|
...options
|
|
25674
25673
|
});
|
|
25675
25674
|
};
|
|
25676
|
-
const version = "3.5.
|
|
25675
|
+
const version = "3.5.1";
|
|
25677
25676
|
createVuetify.version = version;
|
|
25678
25677
|
|
|
25679
25678
|
exports.components = components;
|