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.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
|
*/
|
|
@@ -7429,8 +7429,7 @@
|
|
|
7429
7429
|
}
|
|
7430
7430
|
});
|
|
7431
7431
|
useRender(() => {
|
|
7432
|
-
|
|
7433
|
-
const [slideGroupProps] = VSlideGroup.filterProps(props);
|
|
7432
|
+
const slideGroupProps = VSlideGroup.filterProps(props);
|
|
7434
7433
|
return vue.createVNode(VSlideGroup, vue.mergeProps(slideGroupProps, {
|
|
7435
7434
|
"class": ['v-chip-group', {
|
|
7436
7435
|
'v-chip-group--column': props.column
|
|
@@ -26206,7 +26205,7 @@
|
|
|
26206
26205
|
goTo
|
|
26207
26206
|
};
|
|
26208
26207
|
}
|
|
26209
|
-
const version$1 = "3.5.
|
|
26208
|
+
const version$1 = "3.5.1";
|
|
26210
26209
|
createVuetify$1.version = version$1;
|
|
26211
26210
|
|
|
26212
26211
|
// Vue's inject() can only be used in setup
|
|
@@ -26220,7 +26219,7 @@
|
|
|
26220
26219
|
|
|
26221
26220
|
/* eslint-disable local-rules/sort-imports */
|
|
26222
26221
|
|
|
26223
|
-
const version = "3.5.
|
|
26222
|
+
const version = "3.5.1";
|
|
26224
26223
|
|
|
26225
26224
|
/* eslint-disable local-rules/sort-imports */
|
|
26226
26225
|
|