@vuetify/nightly 3.9.2-master.2025-07-27 → 3.9.2-master.2025-07-28

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.2-master.2025-07-27
2
+ * Vuetify v3.9.2-master.2025-07-28
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -25857,7 +25857,7 @@
25857
25857
  return fixed.replace('.', decimalSeparator.value);
25858
25858
  }
25859
25859
  let [baseDigits, fractionDigits] = fixed.split('.');
25860
- fractionDigits = (fractionDigits ?? '').padEnd(props.minFractionDigits, '0').replace(new RegExp(`(?<=\\d{${props.minFractionDigits}})0`, 'g'), '');
25860
+ fractionDigits = (fractionDigits ?? '').padEnd(props.minFractionDigits, '0').replace(new RegExp(`(?<=\\d{${props.minFractionDigits}})0+$`, 'g'), '');
25861
25861
  return [baseDigits, fractionDigits].filter(Boolean).join(decimalSeparator.value);
25862
25862
  }
25863
25863
  const model = useProxiedModel(props, 'modelValue', null, val => val ?? null, val => val == null ? val ?? null : clamp(Number(val), props.min, props.max));
@@ -35104,7 +35104,7 @@
35104
35104
  };
35105
35105
  });
35106
35106
  }
35107
- const version$1 = "3.9.2-master.2025-07-27";
35107
+ const version$1 = "3.9.2-master.2025-07-28";
35108
35108
  createVuetify$1.version = version$1;
35109
35109
 
35110
35110
  // Vue's inject() can only be used in setup
@@ -35402,7 +35402,7 @@
35402
35402
 
35403
35403
  /* eslint-disable local-rules/sort-imports */
35404
35404
 
35405
- const version = "3.9.2-master.2025-07-27";
35405
+ const version = "3.9.2-master.2025-07-28";
35406
35406
 
35407
35407
  /* eslint-disable local-rules/sort-imports */
35408
35408