@vuetify/nightly 3.11.4-dev.2025-12-17 → 3.11.4-dev.2025-12-21

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/vuetify.cjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.11.4-dev.2025-12-17
2
+ * Vuetify v3.11.4-dev.2025-12-21
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -10471,7 +10471,8 @@
10471
10471
  select,
10472
10472
  isOpen: isOpen.value,
10473
10473
  isSelected: isSelected.value,
10474
- isIndeterminate: isIndeterminate.value
10474
+ isIndeterminate: isIndeterminate.value,
10475
+ isDisabled: props.disabled
10475
10476
  }));
10476
10477
  function onClick(e) {
10477
10478
  emit('click', e);
@@ -36876,7 +36877,7 @@
36876
36877
  };
36877
36878
  });
36878
36879
  }
36879
- const version$1 = "3.11.4-dev.2025-12-17";
36880
+ const version$1 = "3.11.4-dev.2025-12-21";
36880
36881
  createVuetify$1.version = version$1;
36881
36882
 
36882
36883
  // Vue's inject() can only be used in setup
@@ -36901,7 +36902,7 @@
36901
36902
  ...options
36902
36903
  });
36903
36904
  };
36904
- const version = "3.11.4-dev.2025-12-17";
36905
+ const version = "3.11.4-dev.2025-12-21";
36905
36906
  createVuetify.version = version;
36906
36907
 
36907
36908
  exports.blueprints = index;