@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.
@@ -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
  */
@@ -10142,7 +10142,8 @@
10142
10142
  select,
10143
10143
  isOpen: isOpen.value,
10144
10144
  isSelected: isSelected.value,
10145
- isIndeterminate: isIndeterminate.value
10145
+ isIndeterminate: isIndeterminate.value,
10146
+ isDisabled: props.disabled
10146
10147
  }));
10147
10148
  function onClick(e) {
10148
10149
  emit('click', e);
@@ -39421,7 +39422,7 @@
39421
39422
  };
39422
39423
  });
39423
39424
  }
39424
- const version$1 = "3.11.4-dev.2025-12-17";
39425
+ const version$1 = "3.11.4-dev.2025-12-21";
39425
39426
  createVuetify$1.version = version$1;
39426
39427
 
39427
39428
  // Vue's inject() can only be used in setup
@@ -39724,7 +39725,7 @@
39724
39725
 
39725
39726
  /* eslint-disable local-rules/sort-imports */
39726
39727
 
39727
- const version = "3.11.4-dev.2025-12-17";
39728
+ const version = "3.11.4-dev.2025-12-21";
39728
39729
 
39729
39730
  /* eslint-disable local-rules/sort-imports */
39730
39731