@vuetify/nightly 3.6.7-master.2024-05-24 → 3.6.7-master.2024-05-25

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.6.7-master.2024-05-24
2
+ * Vuetify v3.6.7-master.2024-05-25
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -15527,6 +15527,7 @@
15527
15527
  type: [Boolean, Object],
15528
15528
  default: true
15529
15529
  },
15530
+ name: String,
15530
15531
  ...makeComponentProps()
15531
15532
  }, 'VSliderThumb');
15532
15533
  const VSliderThumb = genericComponent()({
@@ -15623,6 +15624,7 @@
15623
15624
  }, props.style],
15624
15625
  "role": "slider",
15625
15626
  "tabindex": disabled.value ? -1 : 0,
15627
+ "aria-label": props.name,
15626
15628
  "aria-valuemin": props.min,
15627
15629
  "aria-valuemax": props.max,
15628
15630
  "aria-valuenow": props.modelValue,
@@ -15899,7 +15901,8 @@
15899
15901
  "elevation": props.elevation,
15900
15902
  "onFocus": focus,
15901
15903
  "onBlur": blur,
15902
- "ripple": props.ripple
15904
+ "ripple": props.ripple,
15905
+ "name": props.name
15903
15906
  }, {
15904
15907
  'thumb-label': slots['thumb-label']
15905
15908
  })]);
@@ -30130,7 +30133,7 @@
30130
30133
  goTo
30131
30134
  };
30132
30135
  }
30133
- const version$1 = "3.6.7-master.2024-05-24";
30136
+ const version$1 = "3.6.7-master.2024-05-25";
30134
30137
  createVuetify$1.version = version$1;
30135
30138
 
30136
30139
  // Vue's inject() can only be used in setup
@@ -30383,7 +30386,7 @@
30383
30386
 
30384
30387
  /* eslint-disable local-rules/sort-imports */
30385
30388
 
30386
- const version = "3.6.7-master.2024-05-24";
30389
+ const version = "3.6.7-master.2024-05-25";
30387
30390
 
30388
30391
  /* eslint-disable local-rules/sort-imports */
30389
30392