@vuetify/nightly 3.7.13-master.2025-02-25 → 3.7.14-master.2025-02-27

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 (37) hide show
  1. package/CHANGELOG.md +10 -22
  2. package/dist/json/attributes.json +3406 -3410
  3. package/dist/json/importMap-labs.json +24 -24
  4. package/dist/json/importMap.json +210 -210
  5. package/dist/json/tags.json +0 -1
  6. package/dist/json/web-types.json +6132 -6141
  7. package/dist/vuetify-labs.css +2773 -2774
  8. package/dist/vuetify-labs.d.ts +0 -6
  9. package/dist/vuetify-labs.esm.js +25 -26
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +25 -26
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +3299 -3300
  14. package/dist/vuetify.d.ts +74 -74
  15. package/dist/vuetify.esm.js +23 -25
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +23 -25
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +16 -13
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VFileInput/VFileInput.css +0 -1
  23. package/lib/components/VFileInput/VFileInput.mjs +11 -1
  24. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  25. package/lib/components/VFileInput/VFileInput.sass +0 -1
  26. package/lib/composables/date/adapters/vuetify.mjs +9 -21
  27. package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
  28. package/lib/entry-bundler.mjs +1 -1
  29. package/lib/framework.mjs +1 -1
  30. package/lib/index.d.mts +74 -74
  31. package/lib/labs/VNumberInput/VNumberInput.mjs +2 -1
  32. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  33. package/lib/labs/VNumberInput/index.d.mts +0 -6
  34. package/lib/labs/components.d.mts +0 -6
  35. package/lib/locale/zh-Hant.mjs +30 -30
  36. package/lib/locale/zh-Hant.mjs.map +1 -1
  37. package/package.json +1 -1
@@ -71218,7 +71218,6 @@ declare const VNumberInput: {
71218
71218
  counter?: string | number | boolean | undefined;
71219
71219
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
71220
71220
  validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
71221
- validationValue?: any;
71222
71221
  rounded?: string | number | boolean | undefined;
71223
71222
  baseColor?: string | undefined;
71224
71223
  bgColor?: string | undefined;
@@ -73391,7 +73390,6 @@ declare const VNumberInput: {
73391
73390
  counter?: string | number | boolean | undefined;
73392
73391
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
73393
73392
  validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
73394
- validationValue?: any;
73395
73393
  rounded?: string | number | boolean | undefined;
73396
73394
  baseColor?: string | undefined;
73397
73395
  bgColor?: string | undefined;
@@ -73585,7 +73583,6 @@ declare const VNumberInput: {
73585
73583
  counter?: string | number | boolean | undefined;
73586
73584
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
73587
73585
  validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
73588
- validationValue?: any;
73589
73586
  rounded?: string | number | boolean | undefined;
73590
73587
  baseColor?: string | undefined;
73591
73588
  bgColor?: string | undefined;
@@ -75798,7 +75795,6 @@ declare const VNumberInput: {
75798
75795
  counter?: string | number | boolean | undefined;
75799
75796
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
75800
75797
  validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
75801
- validationValue?: any;
75802
75798
  rounded?: string | number | boolean | undefined;
75803
75799
  baseColor?: string | undefined;
75804
75800
  bgColor?: string | undefined;
@@ -78039,7 +78035,6 @@ declare const VNumberInput: {
78039
78035
  default: () => never[];
78040
78036
  };
78041
78037
  validateOn: PropType<ValidationProps["validateOn"]>;
78042
- validationValue: null;
78043
78038
  rounded: {
78044
78039
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
78045
78040
  default: undefined;
@@ -78173,7 +78168,6 @@ declare const VNumberInput: {
78173
78168
  default: () => never[];
78174
78169
  };
78175
78170
  validateOn: PropType<ValidationProps["validateOn"]>;
78176
- validationValue: null;
78177
78171
  rounded: {
78178
78172
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
78179
78173
  default: undefined;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.13-master.2025-02-25
2
+ * Vuetify v3.7.14-master.2025-02-27
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17713,16 +17713,13 @@ function format(value, formatString, locale, formats) {
17713
17713
  case 'fullTime':
17714
17714
  options = {
17715
17715
  hour: 'numeric',
17716
- minute: 'numeric',
17717
- second: 'numeric',
17718
- hour12: true
17716
+ minute: 'numeric'
17719
17717
  };
17720
17718
  break;
17721
17719
  case 'fullTime12h':
17722
17720
  options = {
17723
17721
  hour: 'numeric',
17724
17722
  minute: 'numeric',
17725
- second: 'numeric',
17726
17723
  hour12: true
17727
17724
  };
17728
17725
  break;
@@ -17730,40 +17727,35 @@ function format(value, formatString, locale, formats) {
17730
17727
  options = {
17731
17728
  hour: 'numeric',
17732
17729
  minute: 'numeric',
17733
- second: 'numeric',
17734
17730
  hour12: false
17735
17731
  };
17736
17732
  break;
17737
17733
  case 'fullDateTime':
17738
17734
  options = {
17739
17735
  year: 'numeric',
17740
- month: 'long',
17736
+ month: 'short',
17741
17737
  day: 'numeric',
17742
17738
  hour: 'numeric',
17743
- minute: 'numeric',
17744
- second: 'numeric',
17745
- hour12: true
17739
+ minute: 'numeric'
17746
17740
  };
17747
17741
  break;
17748
17742
  case 'fullDateTime12h':
17749
17743
  options = {
17750
17744
  year: 'numeric',
17751
- month: 'long',
17745
+ month: 'short',
17752
17746
  day: 'numeric',
17753
17747
  hour: 'numeric',
17754
17748
  minute: 'numeric',
17755
- second: 'numeric',
17756
17749
  hour12: true
17757
17750
  };
17758
17751
  break;
17759
17752
  case 'fullDateTime24h':
17760
17753
  options = {
17761
17754
  year: 'numeric',
17762
- month: 'long',
17755
+ month: 'short',
17763
17756
  day: 'numeric',
17764
17757
  hour: 'numeric',
17765
17758
  minute: 'numeric',
17766
- second: 'numeric',
17767
17759
  hour12: false
17768
17760
  };
17769
17761
  break;
@@ -17780,11 +17772,9 @@ function format(value, formatString, locale, formats) {
17780
17772
  month: '2-digit',
17781
17773
  day: '2-digit',
17782
17774
  hour: 'numeric',
17783
- minute: 'numeric',
17784
- second: 'numeric',
17785
- hour12: false
17775
+ minute: 'numeric'
17786
17776
  };
17787
- break;
17777
+ return new Intl.DateTimeFormat(locale, options).format(newDate).replace(/, /g, ' ');
17788
17778
  case 'keyboardDateTime12h':
17789
17779
  options = {
17790
17780
  year: 'numeric',
@@ -17792,10 +17782,9 @@ function format(value, formatString, locale, formats) {
17792
17782
  day: '2-digit',
17793
17783
  hour: 'numeric',
17794
17784
  minute: 'numeric',
17795
- second: 'numeric',
17796
17785
  hour12: true
17797
17786
  };
17798
- break;
17787
+ return new Intl.DateTimeFormat(locale, options).format(newDate).replace(/, /g, ' ');
17799
17788
  case 'keyboardDateTime24h':
17800
17789
  options = {
17801
17790
  year: 'numeric',
@@ -17803,10 +17792,9 @@ function format(value, formatString, locale, formats) {
17803
17792
  day: '2-digit',
17804
17793
  hour: 'numeric',
17805
17794
  minute: 'numeric',
17806
- second: 'numeric',
17807
17795
  hour12: false
17808
17796
  };
17809
- break;
17797
+ return new Intl.DateTimeFormat(locale, options).format(newDate).replace(/, /g, ' ');
17810
17798
  default:
17811
17799
  options = customFormat ?? {
17812
17800
  timeZone: 'UTC',
@@ -23062,6 +23050,14 @@ const VFileInput = genericComponent()({
23062
23050
  callEvent(props['onClick:clear'], e);
23063
23051
  });
23064
23052
  }
23053
+ function onDragover(e) {
23054
+ e.preventDefault();
23055
+ }
23056
+ function onDrop(e) {
23057
+ e.preventDefault();
23058
+ if (!e.dataTransfer) return;
23059
+ model.value = [...(e.dataTransfer.files ?? [])];
23060
+ }
23065
23061
  watch(model, newValue => {
23066
23062
  const hasModelReset = !Array.isArray(newValue) || !newValue.length;
23067
23063
  if (hasModelReset && inputRef.value) {
@@ -23114,7 +23110,9 @@ const VFileInput = genericComponent()({
23114
23110
  "dirty": isDirty.value || props.dirty,
23115
23111
  "disabled": isDisabled.value,
23116
23112
  "focused": isFocused.value,
23117
- "error": isValid.value === false
23113
+ "error": isValid.value === false,
23114
+ "onDragover": onDragover,
23115
+ "onDrop": onDrop
23118
23116
  }), {
23119
23117
  ...slots,
23120
23118
  default: _ref4 => {
@@ -28685,7 +28683,7 @@ const makeVNumberInputProps = propsFactory({
28685
28683
  type: Number,
28686
28684
  default: 0
28687
28685
  },
28688
- ...omit(makeVTextFieldProps({}), ['modelValue'])
28686
+ ...omit(makeVTextFieldProps(), ['modelValue', 'validationValue'])
28689
28687
  }, 'VNumberInput');
28690
28688
  const VNumberInput = genericComponent()({
28691
28689
  name: 'VNumberInput',
@@ -28947,6 +28945,7 @@ const VNumberInput = genericComponent()({
28947
28945
  "ref": vTextFieldRef,
28948
28946
  "modelValue": inputText.value,
28949
28947
  "onUpdate:modelValue": $event => inputText.value = $event,
28948
+ "validationValue": model.value,
28950
28949
  "onBeforeinput": onBeforeinput,
28951
28950
  "onFocus": onFocus,
28952
28951
  "onBlur": onBlur,
@@ -30976,7 +30975,7 @@ function createVuetify$1() {
30976
30975
  goTo
30977
30976
  };
30978
30977
  }
30979
- const version$1 = "3.7.13-master.2025-02-25";
30978
+ const version$1 = "3.7.14-master.2025-02-27";
30980
30979
  createVuetify$1.version = version$1;
30981
30980
 
30982
30981
  // Vue's inject() can only be used in setup
@@ -31229,7 +31228,7 @@ var index = /*#__PURE__*/Object.freeze({
31229
31228
 
31230
31229
  /* eslint-disable local-rules/sort-imports */
31231
31230
 
31232
- const version = "3.7.13-master.2025-02-25";
31231
+ const version = "3.7.14-master.2025-02-27";
31233
31232
 
31234
31233
  /* eslint-disable local-rules/sort-imports */
31235
31234