@vuetify/nightly 3.7.12-master.2025-02-12 → 3.7.12-master.2025-02-13

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.
@@ -56733,7 +56733,7 @@ declare const VTabs: {
56733
56733
  item: (arg: VTabsSlot<unknown>) => vue.VNode[];
56734
56734
  window: () => vue.VNode[];
56735
56735
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T = TabItem>(props: {
56736
- items?: T;
56736
+ items?: T[];
56737
56737
  }, slots: VTabsSlots<T>) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{
56738
56738
  tag: {
56739
56739
  type: StringConstructor;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.12-master.2025-02-12
2
+ * Vuetify v3.7.12-master.2025-02-13
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -30893,7 +30893,7 @@ function createVuetify$1() {
30893
30893
  goTo
30894
30894
  };
30895
30895
  }
30896
- const version$1 = "3.7.12-master.2025-02-12";
30896
+ const version$1 = "3.7.12-master.2025-02-13";
30897
30897
  createVuetify$1.version = version$1;
30898
30898
 
30899
30899
  // Vue's inject() can only be used in setup
@@ -31146,7 +31146,7 @@ var index = /*#__PURE__*/Object.freeze({
31146
31146
 
31147
31147
  /* eslint-disable local-rules/sort-imports */
31148
31148
 
31149
- const version = "3.7.12-master.2025-02-12";
31149
+ const version = "3.7.12-master.2025-02-13";
31150
31150
 
31151
31151
  /* eslint-disable local-rules/sort-imports */
31152
31152