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-labs.esm.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
|
*/
|
|
@@ -7425,8 +7425,7 @@ const VChipGroup = genericComponent()({
|
|
|
7425
7425
|
}
|
|
7426
7426
|
});
|
|
7427
7427
|
useRender(() => {
|
|
7428
|
-
|
|
7429
|
-
const [slideGroupProps] = VSlideGroup.filterProps(props);
|
|
7428
|
+
const slideGroupProps = VSlideGroup.filterProps(props);
|
|
7430
7429
|
return createVNode(VSlideGroup, mergeProps(slideGroupProps, {
|
|
7431
7430
|
"class": ['v-chip-group', {
|
|
7432
7431
|
'v-chip-group--column': props.column
|
|
@@ -26202,7 +26201,7 @@ function createVuetify$1() {
|
|
|
26202
26201
|
goTo
|
|
26203
26202
|
};
|
|
26204
26203
|
}
|
|
26205
|
-
const version$1 = "3.5.
|
|
26204
|
+
const version$1 = "3.5.1";
|
|
26206
26205
|
createVuetify$1.version = version$1;
|
|
26207
26206
|
|
|
26208
26207
|
// Vue's inject() can only be used in setup
|
|
@@ -26216,7 +26215,7 @@ function inject(key) {
|
|
|
26216
26215
|
|
|
26217
26216
|
/* eslint-disable local-rules/sort-imports */
|
|
26218
26217
|
|
|
26219
|
-
const version = "3.5.
|
|
26218
|
+
const version = "3.5.1";
|
|
26220
26219
|
|
|
26221
26220
|
/* eslint-disable local-rules/sort-imports */
|
|
26222
26221
|
|