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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.5.0
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
- // TODO: fix type
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.0";
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.0";
26222
+ const version = "3.5.1";
26224
26223
 
26225
26224
  /* eslint-disable local-rules/sort-imports */
26226
26225