@vuetify/nightly 3.11.3-dev.2025-12-10 → 3.11.3-dev.2025-12-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.
package/dist/vuetify.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.11.3-dev.2025-12-10
2
+ * Vuetify v3.11.3-dev.2025-12-13
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -27464,6 +27464,7 @@
27464
27464
  hideWeekdays: Boolean,
27465
27465
  multiple: [Boolean, Number, String],
27466
27466
  showWeek: Boolean,
27467
+ readonly: Boolean,
27467
27468
  transition: {
27468
27469
  type: String,
27469
27470
  default: 'picker-transition'
@@ -27650,6 +27651,7 @@
27650
27651
  class: 'v-date-picker-month__day-btn',
27651
27652
  color: item.isSelected || item.isToday ? props.color : undefined,
27652
27653
  disabled: item.isDisabled,
27654
+ readonly: props.readonly,
27653
27655
  icon: true,
27654
27656
  ripple: false,
27655
27657
  variant: item.isSelected ? 'flat' : item.isToday ? 'outlined' : 'text',
@@ -36804,7 +36806,7 @@
36804
36806
  };
36805
36807
  });
36806
36808
  }
36807
- const version$1 = "3.11.3-dev.2025-12-10";
36809
+ const version$1 = "3.11.3-dev.2025-12-13";
36808
36810
  createVuetify$1.version = version$1;
36809
36811
 
36810
36812
  // Vue's inject() can only be used in setup
@@ -36829,7 +36831,7 @@
36829
36831
  ...options
36830
36832
  });
36831
36833
  };
36832
- const version = "3.11.3-dev.2025-12-10";
36834
+ const version = "3.11.3-dev.2025-12-13";
36833
36835
  createVuetify.version = version;
36834
36836
 
36835
36837
  exports.blueprints = index;