@vuetify/nightly 3.8.1-master.2025-04-09 → 3.8.1-master.2025-04-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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.8.1-master.2025-04-09
2
+ * Vuetify v3.8.1-master.2025-04-13
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -2335,8 +2335,8 @@
2335
2335
  surface: '#212121',
2336
2336
  'surface-bright': '#ccbfd6',
2337
2337
  'surface-light': '#424242',
2338
- 'surface-variant': '#a3a3a3',
2339
- 'on-surface-variant': '#424242',
2338
+ 'surface-variant': '#c8c8c8',
2339
+ 'on-surface-variant': '#000000',
2340
2340
  primary: '#2196F3',
2341
2341
  'primary-darken-1': '#277CC1',
2342
2342
  secondary: '#54B6B2',
@@ -6898,6 +6898,11 @@
6898
6898
  }
6899
6899
  async function validate() {
6900
6900
  let silent = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false;
6901
+ if (props.disabled || props.readonly) {
6902
+ internalErrorMessages.value = [];
6903
+ isValidating.value = false;
6904
+ return internalErrorMessages.value;
6905
+ }
6901
6906
  const results = [];
6902
6907
  isValidating.value = true;
6903
6908
  for (const rule of props.rules) {
@@ -31486,7 +31491,7 @@
31486
31491
  };
31487
31492
  });
31488
31493
  }
31489
- const version$1 = "3.8.1-master.2025-04-09";
31494
+ const version$1 = "3.8.1-master.2025-04-13";
31490
31495
  createVuetify$1.version = version$1;
31491
31496
 
31492
31497
  // Vue's inject() can only be used in setup
@@ -31771,7 +31776,7 @@
31771
31776
 
31772
31777
  /* eslint-disable local-rules/sort-imports */
31773
31778
 
31774
- const version = "3.8.1-master.2025-04-09";
31779
+ const version = "3.8.1-master.2025-04-13";
31775
31780
 
31776
31781
  /* eslint-disable local-rules/sort-imports */
31777
31782