@vuetify/nightly 3.9.0-master.2025-07-08 → 3.9.0-master.2025-07-09

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 (47) hide show
  1. package/CHANGELOG.md +12 -3
  2. package/dist/json/attributes.json +2733 -2733
  3. package/dist/json/importMap-labs.json +28 -28
  4. package/dist/json/importMap.json +156 -156
  5. package/dist/json/web-types.json +4722 -4722
  6. package/dist/vuetify-labs.cjs +23 -23
  7. package/dist/vuetify-labs.css +5395 -5395
  8. package/dist/vuetify-labs.d.ts +54 -54
  9. package/dist/vuetify-labs.esm.js +23 -23
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +23 -23
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.cjs +15 -15
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +4203 -4203
  16. package/dist/vuetify.d.ts +54 -54
  17. package/dist/vuetify.esm.js +15 -15
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +15 -15
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +2 -2
  22. package/dist/vuetify.min.js +8 -8
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/components/VDataTable/VDataTableFooter.js +7 -7
  25. package/lib/components/VDataTable/VDataTableFooter.js.map +1 -1
  26. package/lib/components/VFileInput/VFileInput.js +1 -1
  27. package/lib/components/VFileInput/VFileInput.js.map +1 -1
  28. package/lib/components/VOtpInput/VOtpInput.js +2 -2
  29. package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
  30. package/lib/components/VSnackbar/VSnackbar.js +1 -1
  31. package/lib/components/VSnackbar/VSnackbar.js.map +1 -1
  32. package/lib/components/VTreeview/VTreeview.js +1 -1
  33. package/lib/components/VTreeview/VTreeview.js.map +1 -1
  34. package/lib/entry-bundler.js +1 -1
  35. package/lib/framework.d.ts +54 -54
  36. package/lib/framework.js +1 -1
  37. package/lib/labs/VColorInput/VColorInput.js +1 -1
  38. package/lib/labs/VColorInput/VColorInput.js.map +1 -1
  39. package/lib/labs/VDateInput/VDateInput.js +1 -1
  40. package/lib/labs/VDateInput/VDateInput.js.map +1 -1
  41. package/lib/labs/VFileUpload/VFileUpload.js +1 -1
  42. package/lib/labs/VFileUpload/VFileUpload.js.map +1 -1
  43. package/lib/labs/VStepperVertical/VStepperVertical.js +4 -4
  44. package/lib/labs/VStepperVertical/VStepperVertical.js.map +1 -1
  45. package/lib/labs/VStepperVertical/VStepperVerticalItem.js +1 -1
  46. package/lib/labs/VStepperVertical/VStepperVerticalItem.js.map +1 -1
  47. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.9.0-master.2025-07-08
2
+ * Vuetify v3.9.0-master.2025-07-09
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -20586,7 +20586,7 @@
20586
20586
  "onUpdate:modelValue": v => setItemsPerPage(Number(v)),
20587
20587
  "density": "compact",
20588
20588
  "variant": "outlined",
20589
- "hide-details": true
20589
+ "hideDetails": true
20590
20590
  }, null)]), vue.createElementVNode("div", {
20591
20591
  "class": "v-data-table-footer__info"
20592
20592
  }, [vue.createElementVNode("div", null, [t(props.pageText, !itemsLength.value ? 0 : startIndex.value + 1, stopIndex.value, itemsLength.value)])]), vue.createElementVNode("div", {
@@ -20595,14 +20595,14 @@
20595
20595
  "modelValue": page.value,
20596
20596
  "onUpdate:modelValue": $event => page.value = $event,
20597
20597
  "density": "comfortable",
20598
- "first-aria-label": props.firstPageLabel,
20599
- "last-aria-label": props.lastPageLabel,
20598
+ "firstAriaLabel": props.firstPageLabel,
20599
+ "lastAriaLabel": props.lastPageLabel,
20600
20600
  "length": pageCount.value,
20601
- "next-aria-label": props.nextPageLabel,
20602
- "previous-aria-label": props.prevPageLabel,
20601
+ "nextAriaLabel": props.nextPageLabel,
20602
+ "previousAriaLabel": props.prevPageLabel,
20603
20603
  "rounded": true,
20604
- "show-first-last-page": true,
20605
- "total-visible": props.showCurrentPage ? 1 : 0,
20604
+ "showFirstLastPage": true,
20605
+ "totalVisible": props.showCurrentPage ? 1 : 0,
20606
20606
  "variant": "plain"
20607
20607
  }, paginationProps), null)])]);
20608
20608
  });
@@ -24273,7 +24273,7 @@
24273
24273
  } = _ref3;
24274
24274
  return vue.createVNode(VField, vue.mergeProps({
24275
24275
  "ref": vFieldRef,
24276
- "prepend-icon": props.prependIcon,
24276
+ "prependIcon": props.prependIcon,
24277
24277
  "onMousedown": onControlMousedown,
24278
24278
  "onClick": onControlClick,
24279
24279
  "onClick:clear": onClear,
@@ -26306,8 +26306,8 @@
26306
26306
  "value": model.value.join('')
26307
26307
  }), null), vue.createVNode(VOverlay, {
26308
26308
  "contained": true,
26309
- "content-class": "v-otp-input__loader",
26310
- "model-value": !!props.loading,
26309
+ "contentClass": "v-otp-input__loader",
26310
+ "modelValue": !!props.loading,
26311
26311
  "persistent": true
26312
26312
  }, {
26313
26313
  default: () => [slots.loader?.() ?? vue.createVNode(VProgressCircular, {
@@ -27282,7 +27282,7 @@
27282
27282
  "ref": timerRef,
27283
27283
  "color": typeof props.timer === 'string' ? props.timer : 'info',
27284
27284
  "max": props.timeout,
27285
- "model-value": countdown.time.value
27285
+ "modelValue": countdown.time.value
27286
27286
  }, null)]), hasContent && vue.createElementVNode("div", {
27287
27287
  "key": "content",
27288
27288
  "class": "v-snackbar__content",
@@ -30575,7 +30575,7 @@
30575
30575
  "class": ['v-treeview', {
30576
30576
  'v-treeview--fluid': props.fluid
30577
30577
  }, props.class],
30578
- "open-strategy": "multiple",
30578
+ "openStrategy": "multiple",
30579
30579
  "style": props.style,
30580
30580
  "opened": opened.value,
30581
30581
  "activated": activated.value,
@@ -31290,7 +31290,7 @@
31290
31290
  "modelValue": menu.value,
31291
31291
  "onUpdate:modelValue": $event => menu.value = $event,
31292
31292
  "activator": "parent",
31293
- "min-width": "0",
31293
+ "minWidth": "0",
31294
31294
  "closeOnContentClick": false,
31295
31295
  "openOnClick": false
31296
31296
  }, {
@@ -31638,7 +31638,7 @@
31638
31638
  "modelValue": menu.value,
31639
31639
  "onUpdate:modelValue": $event => menu.value = $event,
31640
31640
  "activator": "parent",
31641
- "min-width": "0",
31641
+ "minWidth": "0",
31642
31642
  "eager": isFocused.value,
31643
31643
  "location": props.location,
31644
31644
  "closeOnContentClick": false,
@@ -31962,7 +31962,7 @@
31962
31962
  })]), props.subtitle && vue.createElementVNode("div", {
31963
31963
  "class": "v-file-upload-subtitle"
31964
31964
  }, [props.subtitle])]), vue.createVNode(VOverlay, {
31965
- "model-value": isDragging.value,
31965
+ "modelValue": isDragging.value,
31966
31966
  "contained": true,
31967
31967
  "scrim": props.scrim
31968
31968
  }, null), slots.input?.({
@@ -32522,7 +32522,7 @@
32522
32522
  "readonly": !props.editable,
32523
32523
  "style": props.style,
32524
32524
  "color": "",
32525
- "hide-actions": false,
32525
+ "hideActions": false,
32526
32526
  "value": step.value
32527
32527
  }), {
32528
32528
  title: () => vue.createElementVNode(vue.Fragment, null, [vue.createVNode(VAvatar, {
@@ -32613,13 +32613,13 @@
32613
32613
  color,
32614
32614
  eager,
32615
32615
  editable,
32616
- prevText,
32617
- nextText,
32618
32616
  hideActions,
32619
32617
  static: true
32620
32618
  },
32621
- VStepperActions: {
32622
- color
32619
+ VStepperVerticalActions: {
32620
+ color,
32621
+ nextText,
32622
+ prevText
32623
32623
  }
32624
32624
  });
32625
32625
  useRender(() => {
@@ -33676,7 +33676,7 @@
33676
33676
  };
33677
33677
  });
33678
33678
  }
33679
- const version$1 = "3.9.0-master.2025-07-08";
33679
+ const version$1 = "3.9.0-master.2025-07-09";
33680
33680
  createVuetify$1.version = version$1;
33681
33681
 
33682
33682
  // Vue's inject() can only be used in setup
@@ -33974,7 +33974,7 @@
33974
33974
 
33975
33975
  /* eslint-disable local-rules/sort-imports */
33976
33976
 
33977
- const version = "3.9.0-master.2025-07-08";
33977
+ const version = "3.9.0-master.2025-07-09";
33978
33978
 
33979
33979
  /* eslint-disable local-rules/sort-imports */
33980
33980