vuetify 3.10.10 → 3.10.11

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.
Files changed (46) hide show
  1. package/dist/json/attributes.json +1376 -1416
  2. package/dist/json/importMap-labs.json +18 -18
  3. package/dist/json/importMap.json +168 -168
  4. package/dist/json/tags.json +0 -10
  5. package/dist/json/web-types.json +2412 -2512
  6. package/dist/vuetify-labs.cjs +6 -6
  7. package/dist/vuetify-labs.css +4280 -4274
  8. package/dist/vuetify-labs.d.ts +460 -648
  9. package/dist/vuetify-labs.esm.js +6 -6
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +6 -6
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.cjs +6 -6
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +2933 -2927
  16. package/dist/vuetify.d.ts +334 -462
  17. package/dist/vuetify.esm.js +6 -6
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +6 -6
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +2 -2
  22. package/dist/vuetify.min.js +5 -5
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/components/VAutocomplete/VAutocomplete.d.ts +63 -94
  25. package/lib/components/VCombobox/VCombobox.d.ts +63 -94
  26. package/lib/components/VField/VField.css +6 -1
  27. package/lib/components/VField/VField.d.ts +8 -13
  28. package/lib/components/VField/VField.js +1 -1
  29. package/lib/components/VField/VField.js.map +1 -1
  30. package/lib/components/VField/VField.sass +5 -0
  31. package/lib/components/VFileInput/VFileInput.d.ts +0 -13
  32. package/lib/components/VNumberInput/VNumberInput.d.ts +63 -89
  33. package/lib/components/VSelect/VSelect.d.ts +63 -94
  34. package/lib/components/VTabs/VTab.css +3 -2
  35. package/lib/components/VTabs/VTab.sass +2 -1
  36. package/lib/components/VTextField/VTextField.d.ts +18 -31
  37. package/lib/components/VTextarea/VTextarea.d.ts +0 -13
  38. package/lib/components/VWindow/VWindow.js +2 -2
  39. package/lib/components/VWindow/VWindow.js.map +1 -1
  40. package/lib/entry-bundler.js +1 -1
  41. package/lib/framework.d.ts +56 -56
  42. package/lib/framework.js +1 -1
  43. package/lib/labs/VColorInput/VColorInput.d.ts +0 -13
  44. package/lib/labs/VDateInput/VDateInput.d.ts +63 -94
  45. package/lib/labs/VMaskInput/VMaskInput.d.ts +63 -94
  46. package/package.json +1 -1
package/dist/vuetify.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.10.10
2
+ * Vuetify v3.10.11
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -12658,7 +12658,6 @@
12658
12658
  },
12659
12659
  color: String,
12660
12660
  baseColor: String,
12661
- details: Boolean,
12662
12661
  dirty: Boolean,
12663
12662
  disabled: {
12664
12663
  type: Boolean,
@@ -12691,6 +12690,7 @@
12691
12690
  inheritAttrs: false,
12692
12691
  props: {
12693
12692
  id: String,
12693
+ details: Boolean,
12694
12694
  ...makeFocusProps(),
12695
12695
  ...makeVFieldProps()
12696
12696
  },
@@ -16113,9 +16113,9 @@
16113
16113
  if (itemsLength <= 2) {
16114
16114
  isReversed.value = newVal < oldVal;
16115
16115
  } else if (newVal === lastIndex && oldVal === 0) {
16116
- isReversed.value = true;
16117
- } else if (newVal === 0 && oldVal === lastIndex) {
16118
16116
  isReversed.value = false;
16117
+ } else if (newVal === 0 && oldVal === lastIndex) {
16118
+ isReversed.value = true;
16119
16119
  } else {
16120
16120
  isReversed.value = newVal < oldVal;
16121
16121
  }
@@ -32556,7 +32556,7 @@
32556
32556
  };
32557
32557
  });
32558
32558
  }
32559
- const version$1 = "3.10.10";
32559
+ const version$1 = "3.10.11";
32560
32560
  createVuetify$1.version = version$1;
32561
32561
 
32562
32562
  // Vue's inject() can only be used in setup
@@ -32581,7 +32581,7 @@
32581
32581
  ...options
32582
32582
  });
32583
32583
  };
32584
- const version = "3.10.10";
32584
+ const version = "3.10.11";
32585
32585
  createVuetify.version = version;
32586
32586
 
32587
32587
  exports.blueprints = index;