@vuetify/nightly 3.9.0-master.2025-07-10 → 3.9.0-master.2025-07-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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.9.0-master.2025-07-10
2
+ * Vuetify v3.9.0-master.2025-07-11
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -11991,8 +11991,7 @@
11991
11991
  "class": vue.normalizeClass(['v-field-label', {
11992
11992
  'v-field-label--floating': props.floating
11993
11993
  }, props.class]),
11994
- "style": vue.normalizeStyle(props.style),
11995
- "aria-hidden": props.floating || undefined
11994
+ "style": vue.normalizeStyle(props.style)
11996
11995
  }, slots));
11997
11996
  return {};
11998
11997
  }
@@ -12212,6 +12211,7 @@
12212
12211
  "class": vue.normalizeClass([textColorClasses.value]),
12213
12212
  "floating": true,
12214
12213
  "for": id.value,
12214
+ "aria-hidden": !isActive.value,
12215
12215
  "style": vue.normalizeStyle(textColorStyles.value)
12216
12216
  }, {
12217
12217
  default: () => [label()]
@@ -12282,7 +12282,8 @@
12282
12282
  }, [vue.createVNode(VFieldLabel, {
12283
12283
  "ref": floatingLabelRef,
12284
12284
  "floating": true,
12285
- "for": id.value
12285
+ "for": id.value,
12286
+ "aria-hidden": !isActive.value
12286
12287
  }, {
12287
12288
  default: () => [label()]
12288
12289
  })]), vue.createElementVNode("div", {
@@ -12290,7 +12291,8 @@
12290
12291
  }, null)]), isPlainOrUnderlined.value && hasFloatingLabel.value && vue.createVNode(VFieldLabel, {
12291
12292
  "ref": floatingLabelRef,
12292
12293
  "floating": true,
12293
- "for": id.value
12294
+ "for": id.value,
12295
+ "aria-hidden": !isActive.value
12294
12296
  }, {
12295
12297
  default: () => [label()]
12296
12298
  })])]);
@@ -31441,7 +31443,7 @@
31441
31443
  return !!parseDate(text);
31442
31444
  }
31443
31445
  function formatDate(value) {
31444
- const parts = adapter.toISO(value).split('-');
31446
+ const parts = adapter.toISO(value).split('T')[0].split('-');
31445
31447
  return currentFormat.value.order.split('').map(sign => parts['ymd'.indexOf(sign)]).join(currentFormat.value.separator);
31446
31448
  }
31447
31449
  return {
@@ -33686,7 +33688,7 @@
33686
33688
  };
33687
33689
  });
33688
33690
  }
33689
- const version$1 = "3.9.0-master.2025-07-10";
33691
+ const version$1 = "3.9.0-master.2025-07-11";
33690
33692
  createVuetify$1.version = version$1;
33691
33693
 
33692
33694
  // Vue's inject() can only be used in setup
@@ -33984,7 +33986,7 @@
33984
33986
 
33985
33987
  /* eslint-disable local-rules/sort-imports */
33986
33988
 
33987
- const version = "3.9.0-master.2025-07-10";
33989
+ const version = "3.9.0-master.2025-07-11";
33988
33990
 
33989
33991
  /* eslint-disable local-rules/sort-imports */
33990
33992