vuetify 3.3.11 → 3.3.12

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 (61) hide show
  1. package/dist/json/attributes.json +4 -0
  2. package/dist/json/tags.json +1 -0
  3. package/dist/json/web-types.json +11 -1
  4. package/dist/vuetify-labs.css +642 -614
  5. package/dist/vuetify-labs.d.ts +64 -56
  6. package/dist/vuetify-labs.esm.js +96 -50
  7. package/dist/vuetify-labs.esm.js.map +1 -1
  8. package/dist/vuetify-labs.js +96 -50
  9. package/dist/vuetify-labs.min.css +2 -2
  10. package/dist/vuetify.css +140 -112
  11. package/dist/vuetify.esm.js +7 -5
  12. package/dist/vuetify.esm.js.map +1 -1
  13. package/dist/vuetify.js +7 -5
  14. package/dist/vuetify.js.map +1 -1
  15. package/dist/vuetify.min.css +2 -2
  16. package/dist/vuetify.min.js +7 -7
  17. package/dist/vuetify.min.js.map +1 -1
  18. package/lib/blueprints/md3.mjs +2 -1
  19. package/lib/blueprints/md3.mjs.map +1 -1
  20. package/lib/components/VBanner/VBanner.css +2 -0
  21. package/lib/components/VBanner/VBanner.sass +2 -0
  22. package/lib/components/VBtn/VBtn.css +3 -0
  23. package/lib/components/VBtn/VBtn.sass +2 -0
  24. package/lib/components/VChip/VChip.mjs +1 -0
  25. package/lib/components/VChip/VChip.mjs.map +1 -1
  26. package/lib/components/VDialog/VDialog.css +15 -6
  27. package/lib/components/VDialog/VDialog.sass +41 -35
  28. package/lib/components/VField/VField.css +6 -2
  29. package/lib/components/VField/VField.sass +6 -2
  30. package/lib/components/VGrid/VGrid.css +4 -0
  31. package/lib/components/VGrid/VGrid.sass +4 -1
  32. package/lib/components/VGrid/VSpacer.mjs +1 -1
  33. package/lib/components/VGrid/VSpacer.mjs.map +1 -1
  34. package/lib/components/VList/VListItem.css +7 -1
  35. package/lib/components/VList/VListItem.mjs +1 -0
  36. package/lib/components/VList/VListItem.mjs.map +1 -1
  37. package/lib/components/VList/VListItem.sass +4 -0
  38. package/lib/components/VTooltip/VTooltip.css +1 -1
  39. package/lib/components/VTooltip/_variables.scss +1 -1
  40. package/lib/entry-bundler.mjs +1 -1
  41. package/lib/framework.mjs +1 -1
  42. package/lib/labs/VDateInput/composables.mjs +11 -1
  43. package/lib/labs/VDateInput/composables.mjs.map +1 -1
  44. package/lib/labs/VDatePicker/VDatePicker.mjs +34 -14
  45. package/lib/labs/VDatePicker/VDatePicker.mjs.map +1 -1
  46. package/lib/labs/VDatePicker/VDatePickerMonth.mjs +1 -1
  47. package/lib/labs/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  48. package/lib/labs/VDatePicker/composables.mjs +4 -2
  49. package/lib/labs/VDatePicker/composables.mjs.map +1 -1
  50. package/lib/labs/VDatePicker/index.d.mts +14 -0
  51. package/lib/labs/VOtpInput/VOtpInput.mjs +31 -22
  52. package/lib/labs/VOtpInput/VOtpInput.mjs.map +1 -1
  53. package/lib/labs/VStepper/VStepper.mjs +12 -9
  54. package/lib/labs/VStepper/VStepper.mjs.map +1 -1
  55. package/lib/labs/VStepper/index.d.mts +50 -56
  56. package/lib/labs/components.d.mts +64 -56
  57. package/lib/labs/date/adapters/vuetify.mjs +1 -1
  58. package/lib/labs/date/adapters/vuetify.mjs.map +1 -1
  59. package/lib/locale/no.mjs +15 -15
  60. package/lib/locale/no.mjs.map +1 -1
  61. package/package.json +2 -2
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.3.11
2
+ * Vuetify v3.3.12
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -16553,6 +16553,8 @@ html.overflow-y-hidden {
16553
16553
  }
16554
16554
 
16555
16555
  .v-banner__content {
16556
+ align-items: center;
16557
+ display: flex;
16556
16558
  grid-area: content;
16557
16559
  }
16558
16560
 
@@ -16644,64 +16646,6 @@ html.overflow-y-hidden {
16644
16646
  }
16645
16647
  .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
16646
16648
  transform: translateY(0.5rem);
16647
- }.v-breadcrumbs {
16648
- display: flex;
16649
- align-items: center;
16650
- line-height: 1.375rem;
16651
- padding: 16px 12px;
16652
- }
16653
- .v-breadcrumbs--rounded {
16654
- border-radius: 4px;
16655
- }
16656
- .v-breadcrumbs--density-default {
16657
- padding-top: 16px;
16658
- padding-bottom: 16px;
16659
- }
16660
-
16661
- .v-breadcrumbs--density-comfortable {
16662
- padding-top: 12px;
16663
- padding-bottom: 12px;
16664
- }
16665
-
16666
- .v-breadcrumbs--density-compact {
16667
- padding-top: 8px;
16668
- padding-bottom: 8px;
16669
- }
16670
-
16671
- .v-breadcrumbs__prepend {
16672
- align-items: center;
16673
- display: inline-flex;
16674
- }
16675
-
16676
- .v-breadcrumbs-item {
16677
- align-items: center;
16678
- color: inherit;
16679
- display: inline-flex;
16680
- padding: 0 4px;
16681
- text-decoration: none;
16682
- vertical-align: middle;
16683
- }
16684
- .v-breadcrumbs-item--disabled {
16685
- opacity: var(--v-disabled-opacity);
16686
- pointer-events: none;
16687
- }
16688
- .v-breadcrumbs-item--link {
16689
- color: inherit;
16690
- text-decoration: none;
16691
- }
16692
- .v-breadcrumbs-item--link:hover {
16693
- text-decoration: underline;
16694
- }
16695
- .v-breadcrumbs-item .v-icon {
16696
- font-size: 1rem;
16697
- margin-inline-start: -4px;
16698
- margin-inline-end: 2px;
16699
- }
16700
-
16701
- .v-breadcrumbs-divider {
16702
- display: inline-block;
16703
- padding: 0 8px;
16704
- vertical-align: middle;
16705
16649
  }/** if false, disabled buttons will be greyed out */
16706
16650
  .v-btn {
16707
16651
  align-items: center;
@@ -16914,6 +16858,9 @@ html.overflow-y-hidden {
16914
16858
  pointer-events: none;
16915
16859
  opacity: 0.26;
16916
16860
  }
16861
+ .v-btn--disabled:hover {
16862
+ opacity: 0.26;
16863
+ }
16917
16864
  .v-btn--disabled.v-btn--variant-elevated, .v-btn--disabled.v-btn--variant-flat {
16918
16865
  box-shadow: none;
16919
16866
  opacity: 1;
@@ -17110,6 +17057,64 @@ html.overflow-y-hidden {
17110
17057
 
17111
17058
  .v-snackbar-actions .v-btn {
17112
17059
  padding: 0 8px;
17060
+ }.v-breadcrumbs {
17061
+ display: flex;
17062
+ align-items: center;
17063
+ line-height: 1.375rem;
17064
+ padding: 16px 12px;
17065
+ }
17066
+ .v-breadcrumbs--rounded {
17067
+ border-radius: 4px;
17068
+ }
17069
+ .v-breadcrumbs--density-default {
17070
+ padding-top: 16px;
17071
+ padding-bottom: 16px;
17072
+ }
17073
+
17074
+ .v-breadcrumbs--density-comfortable {
17075
+ padding-top: 12px;
17076
+ padding-bottom: 12px;
17077
+ }
17078
+
17079
+ .v-breadcrumbs--density-compact {
17080
+ padding-top: 8px;
17081
+ padding-bottom: 8px;
17082
+ }
17083
+
17084
+ .v-breadcrumbs__prepend {
17085
+ align-items: center;
17086
+ display: inline-flex;
17087
+ }
17088
+
17089
+ .v-breadcrumbs-item {
17090
+ align-items: center;
17091
+ color: inherit;
17092
+ display: inline-flex;
17093
+ padding: 0 4px;
17094
+ text-decoration: none;
17095
+ vertical-align: middle;
17096
+ }
17097
+ .v-breadcrumbs-item--disabled {
17098
+ opacity: var(--v-disabled-opacity);
17099
+ pointer-events: none;
17100
+ }
17101
+ .v-breadcrumbs-item--link {
17102
+ color: inherit;
17103
+ text-decoration: none;
17104
+ }
17105
+ .v-breadcrumbs-item--link:hover {
17106
+ text-decoration: underline;
17107
+ }
17108
+ .v-breadcrumbs-item .v-icon {
17109
+ font-size: 1rem;
17110
+ margin-inline-start: -4px;
17111
+ margin-inline-end: 2px;
17112
+ }
17113
+
17114
+ .v-breadcrumbs-divider {
17115
+ display: inline-block;
17116
+ padding: 0 8px;
17117
+ vertical-align: middle;
17113
17118
  }/** if false, disabled buttons will be greyed out */
17114
17119
  .v-btn-group {
17115
17120
  display: inline-flex;
@@ -17459,6 +17464,8 @@ html.overflow-y-hidden {
17459
17464
  pointer-events: none;
17460
17465
  opacity: 0;
17461
17466
  transition: opacity 0.2s ease-in-out;
17467
+ }.v-checkbox .v-selection-control {
17468
+ min-height: var(--v-input-control-height);
17462
17469
  }.v-carousel {
17463
17470
  overflow: hidden;
17464
17471
  position: relative;
@@ -17521,8 +17528,6 @@ html.overflow-y-hidden {
17521
17528
  flex-direction: column;
17522
17529
  height: 100% !important;
17523
17530
  width: 50px;
17524
- }.v-checkbox .v-selection-control {
17525
- min-height: var(--v-input-control-height);
17526
17531
  }.v-chip {
17527
17532
  align-items: center;
17528
17533
  cursor: default;
@@ -18011,6 +18016,10 @@ html.overflow-y-hidden {
18011
18016
  padding: 0;
18012
18017
  }
18013
18018
 
18019
+ .v-spacer {
18020
+ flex-grow: 1;
18021
+ }
18022
+
18014
18023
  .v-col-xxl,
18015
18024
  .v-col-xxl-auto, .v-col-xxl-12, .v-col-xxl-11, .v-col-xxl-10, .v-col-xxl-9, .v-col-xxl-8, .v-col-xxl-7, .v-col-xxl-6, .v-col-xxl-5, .v-col-xxl-4, .v-col-xxl-3, .v-col-xxl-2, .v-col-xxl-1, .v-col-xl,
18016
18025
  .v-col-xl-auto, .v-col-xl-12, .v-col-xl-11, .v-col-xl-10, .v-col-xl-9, .v-col-xl-8, .v-col-xl-7, .v-col-xl-6, .v-col-xl-5, .v-col-xl-4, .v-col-xl-3, .v-col-xl-2, .v-col-xl-1, .v-col-lg,
@@ -18953,23 +18962,29 @@ html.overflow-y-hidden {
18953
18962
  flex-direction: column;
18954
18963
  }
18955
18964
  .v-dialog > .v-overlay__content > .v-card,
18956
- .v-dialog > .v-overlay__content > .v-sheet {
18965
+ .v-dialog > .v-overlay__content > .v-sheet,
18966
+ .v-dialog > .v-overlay__content > form > .v-card,
18967
+ .v-dialog > .v-overlay__content > form > .v-sheet {
18957
18968
  --v-scrollbar-offset: 0px;
18958
18969
  border-radius: 4px;
18959
18970
  overflow-y: auto;
18960
18971
  box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
18961
18972
  }
18962
- .v-dialog > .v-overlay__content > .v-card {
18973
+ .v-dialog > .v-overlay__content > .v-card,
18974
+ .v-dialog > .v-overlay__content > form > .v-card {
18963
18975
  display: flex;
18964
18976
  flex-direction: column;
18965
18977
  }
18966
- .v-dialog > .v-overlay__content > .v-card > .v-card-item {
18978
+ .v-dialog > .v-overlay__content > .v-card > .v-card-item,
18979
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
18967
18980
  padding: 14px 24px 0;
18968
18981
  }
18969
- .v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text {
18982
+ .v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
18983
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
18970
18984
  padding-top: 10px;
18971
18985
  }
18972
- .v-dialog > .v-overlay__content > .v-card > .v-card-text {
18986
+ .v-dialog > .v-overlay__content > .v-card > .v-card-text,
18987
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
18973
18988
  font-size: inherit;
18974
18989
  letter-spacing: 0.03125em;
18975
18990
  line-height: inherit;
@@ -18992,7 +19007,9 @@ html.overflow-y-hidden {
18992
19007
  left: 0;
18993
19008
  }
18994
19009
  .v-dialog--fullscreen > .v-overlay__content > .v-card,
18995
- .v-dialog--fullscreen > .v-overlay__content > .v-sheet {
19010
+ .v-dialog--fullscreen > .v-overlay__content > .v-sheet,
19011
+ .v-dialog--fullscreen > .v-overlay__content > form > .v-card,
19012
+ .v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
18996
19013
  min-height: 100%;
18997
19014
  min-width: 100%;
18998
19015
  border-radius: 0;
@@ -19001,6 +19018,7 @@ html.overflow-y-hidden {
19001
19018
  .v-dialog--scrollable > .v-overlay__content,
19002
19019
  .v-dialog--scrollable > .v-overlay__content > form {
19003
19020
  display: flex;
19021
+ overflow: hidden;
19004
19022
  }
19005
19023
  .v-dialog--scrollable > .v-overlay__content > .v-card,
19006
19024
  .v-dialog--scrollable > .v-overlay__content > form > .v-card {
@@ -19241,6 +19259,46 @@ html.overflow-y-hidden {
19241
19259
  }
19242
19260
  .v-expansion-panels--variant-inset > .v-expansion-panel--active {
19243
19261
  max-width: calc(100% - 32px);
19262
+ }.v-file-input input[type=file] {
19263
+ height: 100%;
19264
+ left: 0;
19265
+ opacity: 0;
19266
+ position: absolute;
19267
+ top: 0;
19268
+ width: 100%;
19269
+ z-index: 1;
19270
+ }
19271
+ .v-file-input .v-chip {
19272
+ margin-top: var(--v-input-chips-margin-top);
19273
+ margin-bottom: var(--v-input-chips-margin-bottom);
19274
+ }.v-footer {
19275
+ align-items: center;
19276
+ display: flex;
19277
+ flex: 1 1 auto;
19278
+ padding: 8px 16px;
19279
+ position: relative;
19280
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
19281
+ transition-property: height, width, transform, max-width, left, right, top, bottom;
19282
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19283
+ border-style: solid;
19284
+ border-width: 0;
19285
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
19286
+ border-radius: 0;
19287
+ background: rgb(var(--v-theme-surface));
19288
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19289
+ }
19290
+ .v-footer--border {
19291
+ border-width: thin;
19292
+ box-shadow: none;
19293
+ }
19294
+ .v-footer--absolute {
19295
+ position: absolute;
19296
+ }
19297
+ .v-footer--fixed {
19298
+ position: fixed;
19299
+ }
19300
+ .v-footer--rounded {
19301
+ border-radius: 4px;
19244
19302
  }/* region INPUT */
19245
19303
  .v-field {
19246
19304
  display: grid;
@@ -19579,6 +19637,7 @@ textarea.v-field__input::placeholder {
19579
19637
  --v-field-border-width: 2px;
19580
19638
  }
19581
19639
  .v-field--variant-filled .v-field__outline::before, .v-field--variant-underlined .v-field__outline::before {
19640
+ border-color: currentColor;
19582
19641
  border-style: solid;
19583
19642
  border-width: 0 0 var(--v-field-border-width);
19584
19643
  opacity: var(--v-field-border-opacity);
@@ -19748,10 +19807,13 @@ textarea.v-field__input::placeholder {
19748
19807
 
19749
19808
  /* endregion */
19750
19809
  /* region MODIFIERS */
19751
- .v-field--reverse .v-field__input.v-locale--is-ltr, .v-locale--is-ltr .v-field--reverse .v-field__input {
19810
+ .v-field--reverse .v-field__field, .v-field--reverse .v-field__input {
19811
+ flex-direction: row-reverse;
19812
+ }
19813
+ .v-field--reverse .v-field__input.v-locale--is-ltr, .v-locale--is-ltr .v-field--reverse .v-field__input, .v-field--reverse input.v-locale--is-ltr, .v-locale--is-ltr .v-field--reverse input {
19752
19814
  text-align: right;
19753
19815
  }
19754
- .v-field--reverse .v-field__input.v-locale--is-rtl, .v-locale--is-rtl .v-field--reverse .v-field__input {
19816
+ .v-field--reverse .v-field__input.v-locale--is-rtl, .v-locale--is-rtl .v-field--reverse .v-field__input, .v-field--reverse input.v-locale--is-rtl, .v-locale--is-rtl .v-field--reverse input {
19755
19817
  text-align: left;
19756
19818
  }
19757
19819
 
@@ -19765,47 +19827,7 @@ textarea.v-field__input::placeholder {
19765
19827
  opacity: 0;
19766
19828
  }
19767
19829
 
19768
- /* endregion */.v-file-input input[type=file] {
19769
- height: 100%;
19770
- left: 0;
19771
- opacity: 0;
19772
- position: absolute;
19773
- top: 0;
19774
- width: 100%;
19775
- z-index: 1;
19776
- }
19777
- .v-file-input .v-chip {
19778
- margin-top: var(--v-input-chips-margin-top);
19779
- margin-bottom: var(--v-input-chips-margin-bottom);
19780
- }.v-footer {
19781
- align-items: center;
19782
- display: flex;
19783
- flex: 1 1 auto;
19784
- padding: 8px 16px;
19785
- position: relative;
19786
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
19787
- transition-property: height, width, transform, max-width, left, right, top, bottom;
19788
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19789
- border-style: solid;
19790
- border-width: 0;
19791
- box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
19792
- border-radius: 0;
19793
- background: rgb(var(--v-theme-surface));
19794
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19795
- }
19796
- .v-footer--border {
19797
- border-width: thin;
19798
- box-shadow: none;
19799
- }
19800
- .v-footer--absolute {
19801
- position: absolute;
19802
- }
19803
- .v-footer--fixed {
19804
- position: fixed;
19805
- }
19806
- .v-footer--rounded {
19807
- border-radius: 4px;
19808
- }.v-icon {
19830
+ /* endregion */.v-icon {
19809
19831
  --v-icon-size-multiplier: 1;
19810
19832
  align-items: center;
19811
19833
  display: inline-flex;
@@ -20259,10 +20281,14 @@ textarea.v-field__input::placeholder {
20259
20281
  opacity: calc(0.15 * var(--v-theme-overlay-multiplier));
20260
20282
  }
20261
20283
  }
20262
- .v-list-item__prepend > .v-icon, .v-list-item__append > .v-icon {
20284
+ .v-list-item__prepend > .v-badge .v-icon,
20285
+ .v-list-item__prepend > .v-icon, .v-list-item__append > .v-badge .v-icon,
20286
+ .v-list-item__append > .v-icon {
20263
20287
  opacity: var(--v-medium-emphasis-opacity);
20264
20288
  }
20289
+ .v-list-item--active .v-list-item__prepend > .v-badge .v-icon,
20265
20290
  .v-list-item--active .v-list-item__prepend > .v-icon,
20291
+ .v-list-item--active .v-list-item__append > .v-badge .v-icon,
20266
20292
  .v-list-item--active .v-list-item__append > .v-icon {
20267
20293
  opacity: 1;
20268
20294
  }
@@ -20288,6 +20314,7 @@ textarea.v-field__input::placeholder {
20288
20314
  .v-list-item__prepend > .v-avatar {
20289
20315
  margin-inline-end: 16px;
20290
20316
  }
20317
+ .v-list-item__prepend > .v-badge .v-icon,
20291
20318
  .v-list-item__prepend > .v-icon {
20292
20319
  margin-inline-end: 32px;
20293
20320
  }
@@ -20304,6 +20331,7 @@ textarea.v-field__input::placeholder {
20304
20331
  .v-list-item__append > .v-avatar {
20305
20332
  margin-inline-start: 16px;
20306
20333
  }
20334
+ .v-list-item__append > .v-badge .v-icon,
20307
20335
  .v-list-item__append > .v-icon {
20308
20336
  margin-inline-start: 32px;
20309
20337
  }
@@ -22654,7 +22682,7 @@ html.v-overlay-scroll-blocked {
22654
22682
  .v-toolbar-items > .v-btn {
22655
22683
  border-radius: 0;
22656
22684
  }.v-tooltip > .v-overlay__content {
22657
- background: rgba(var(--v-theme-surface-variant), 0.7);
22685
+ background: rgb(var(--v-theme-surface-variant));
22658
22686
  color: rgb(var(--v-theme-on-surface-variant));
22659
22687
  border-radius: 4px;
22660
22688
  font-size: 0.875rem;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.3.11
2
+ * Vuetify v3.3.12
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -6782,6 +6782,7 @@ const VChip = genericComponent()({
6782
6782
  const closeProps = computed(() => ({
6783
6783
  'aria-label': t(props.closeLabel),
6784
6784
  onClick(e) {
6785
+ e.stopPropagation();
6785
6786
  isActive.value = false;
6786
6787
  emit('click:close', e);
6787
6788
  }
@@ -7653,6 +7654,7 @@ const VListItem = genericComponent()({
7653
7654
  "style": [colorStyles.value, dimensionStyles.value, props.style],
7654
7655
  "href": link.href.value,
7655
7656
  "tabindex": isClickable.value ? list ? -2 : 0 : undefined,
7657
+ "title": props.title,
7656
7658
  "onClick": onClick,
7657
7659
  "onKeydown": isClickable.value && !isLink.value && onKeyDown
7658
7660
  }, {
@@ -16147,7 +16149,7 @@ const VRow = genericComponent()({
16147
16149
  });
16148
16150
 
16149
16151
  // Utilities
16150
- const VSpacer = createSimpleFunctional('flex-grow-1', 'div', 'VSpacer');
16152
+ const VSpacer = createSimpleFunctional('v-spacer', 'div', 'VSpacer');
16151
16153
 
16152
16154
  // Composables
16153
16155
  const makeVHoverProps = propsFactory({
@@ -19968,7 +19970,7 @@ function getWeekdays(locale) {
19968
19970
  const weekday = new Date(sundayJanuarySecond2000);
19969
19971
  weekday.setDate(sundayJanuarySecond2000.getDate() + daysFromSunday + i);
19970
19972
  return new Intl.DateTimeFormat(locale, {
19971
- weekday: 'short'
19973
+ weekday: 'narrow'
19972
19974
  }).format(weekday);
19973
19975
  });
19974
19976
  }
@@ -20287,7 +20289,7 @@ function createVuetify$1() {
20287
20289
  date
20288
20290
  };
20289
20291
  }
20290
- const version$1 = "3.3.11";
20292
+ const version$1 = "3.3.12";
20291
20293
  createVuetify$1.version = version$1;
20292
20294
 
20293
20295
  // Vue's inject() can only be used in setup
@@ -20312,7 +20314,7 @@ const createVuetify = function () {
20312
20314
  ...options
20313
20315
  });
20314
20316
  };
20315
- const version = "3.3.11";
20317
+ const version = "3.3.12";
20316
20318
  createVuetify.version = version;
20317
20319
 
20318
20320
  export { components, createVuetify, directives, useDefaults, useDisplay, useLayout, useLocale, useRtl, useTheme, version };