@vuetify/nightly 3.0.2 → 3.0.4-dev-20221208.0

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 (89) hide show
  1. package/CHANGELOG.md +15 -2
  2. package/dist/json/importMap.json +86 -86
  3. package/dist/vuetify.css +152 -154
  4. package/dist/vuetify.d.ts +395 -202
  5. package/dist/vuetify.esm.js +175 -144
  6. package/dist/vuetify.esm.js.map +1 -1
  7. package/dist/vuetify.js +175 -144
  8. package/dist/vuetify.js.map +1 -1
  9. package/dist/vuetify.min.css +2 -2
  10. package/dist/vuetify.min.js +696 -692
  11. package/dist/vuetify.min.js.map +1 -1
  12. package/lib/components/VAlert/index.d.ts +1 -1
  13. package/lib/components/VAppBar/VAppBar.mjs +2 -2
  14. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  15. package/lib/components/VAppBar/index.d.ts +275 -62
  16. package/lib/components/VAutocomplete/index.d.ts +22 -22
  17. package/lib/components/VCheckbox/VCheckbox.css +1 -1
  18. package/lib/components/VCheckbox/VCheckbox.sass +1 -1
  19. package/lib/components/VChip/VChip.mjs +14 -6
  20. package/lib/components/VChip/VChip.mjs.map +1 -1
  21. package/lib/components/VChip/index.d.ts +3 -1
  22. package/lib/components/VChipGroup/index.d.ts +1 -1
  23. package/lib/components/VColorPicker/VColorPicker.mjs +2 -2
  24. package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
  25. package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
  26. package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
  27. package/lib/components/VColorPicker/VColorPickerPreview.mjs +2 -2
  28. package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
  29. package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
  30. package/lib/components/VColorPicker/util/index.mjs +24 -14
  31. package/lib/components/VColorPicker/util/index.mjs.map +1 -1
  32. package/lib/components/VCombobox/index.d.ts +22 -22
  33. package/lib/components/VExpansionPanel/index.d.ts +1 -1
  34. package/lib/components/VField/index.d.ts +6 -6
  35. package/lib/components/VFileInput/index.d.ts +2 -2
  36. package/lib/components/VFooter/VFooter.mjs +1 -1
  37. package/lib/components/VFooter/VFooter.mjs.map +1 -1
  38. package/lib/components/VGrid/VGrid.css +2 -2
  39. package/lib/components/VGrid/VGrid.sass +1 -1
  40. package/lib/components/VLazy/VLazy.mjs +2 -1
  41. package/lib/components/VLazy/VLazy.mjs.map +1 -1
  42. package/lib/components/VList/VListItem.mjs +2 -1
  43. package/lib/components/VList/VListItem.mjs.map +1 -1
  44. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +2 -2
  45. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  46. package/lib/components/VOverlay/locationStrategies.mjs +3 -1
  47. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  48. package/lib/components/VPagination/index.d.ts +1 -1
  49. package/lib/components/VProgressLinear/VProgressLinear.sass +1 -1
  50. package/lib/components/VProgressLinear/_variables.scss +1 -1
  51. package/lib/components/VRadioGroup/VRadioGroup.mjs +1 -2
  52. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  53. package/lib/components/VSelect/index.d.ts +22 -22
  54. package/lib/components/VSelectionControl/VSelectionControl.css +4 -0
  55. package/lib/components/VSelectionControl/VSelectionControl.sass +4 -0
  56. package/lib/components/VSelectionControl/index.d.ts +6 -6
  57. package/lib/components/VSnackbar/index.d.ts +4 -4
  58. package/lib/components/VSwitch/VSwitch.css +1 -1
  59. package/lib/components/VSwitch/VSwitch.sass +1 -1
  60. package/lib/components/VSystemBar/VSystemBar.css +1 -1
  61. package/lib/components/VSystemBar/_variables.scss +1 -1
  62. package/lib/components/VTabs/VTab.css +1 -3
  63. package/lib/components/VTabs/VTab.sass +1 -4
  64. package/lib/components/VTabs/VTabs.css +0 -4
  65. package/lib/components/VTabs/VTabs.sass +0 -5
  66. package/lib/components/VTextField/index.d.ts +18 -18
  67. package/lib/components/VTextarea/index.d.ts +1 -1
  68. package/lib/components/VToolbar/VToolbar.mjs +32 -22
  69. package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
  70. package/lib/components/VToolbar/index.d.ts +9 -8
  71. package/lib/components/index.d.ts +370 -177
  72. package/lib/components/transitions/dialog-transition.mjs +2 -2
  73. package/lib/components/transitions/dialog-transition.mjs.map +1 -1
  74. package/lib/composables/theme.mjs +7 -7
  75. package/lib/composables/theme.mjs.map +1 -1
  76. package/lib/composables/validation.mjs +1 -1
  77. package/lib/composables/validation.mjs.map +1 -1
  78. package/lib/entry-bundler.mjs +1 -1
  79. package/lib/entry-bundler.mjs.map +1 -1
  80. package/lib/framework.mjs +1 -1
  81. package/lib/framework.mjs.map +1 -1
  82. package/lib/index.d.ts +25 -25
  83. package/lib/util/color/APCA.mjs +6 -6
  84. package/lib/util/color/APCA.mjs.map +1 -1
  85. package/lib/util/color/transformSRGB.mjs +15 -7
  86. package/lib/util/color/transformSRGB.mjs.map +1 -1
  87. package/lib/util/colorUtils.mjs +64 -81
  88. package/lib/util/colorUtils.mjs.map +1 -1
  89. package/package.json +1 -1
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.0.2
2
+ * Vuetify v3.0.4-dev-20221208.0
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -18452,89 +18452,6 @@ html.overflow-y-hidden {
18452
18452
  }
18453
18453
  .v-app-bar:not(.v-toolbar--absolute) {
18454
18454
  padding-inline-end: var(--v-scrollbar-offset);
18455
- }.v-input--density-default {
18456
- --autocomplete-chips-margin-bottom: 0px;
18457
- }
18458
-
18459
- .v-input--density-comfortable {
18460
- --autocomplete-chips-margin-bottom: 2px;
18461
- }
18462
-
18463
- .v-input--density-compact {
18464
- --autocomplete-chips-margin-bottom: 4px;
18465
- }
18466
-
18467
- .v-autocomplete .v-field .v-text-field__prefix,
18468
- .v-autocomplete .v-field .v-text-field__suffix,
18469
- .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
18470
- cursor: text;
18471
- }
18472
- .v-autocomplete .v-field .v-field__input > input {
18473
- align-self: flex-start;
18474
- flex: 1 1;
18475
- }
18476
- .v-autocomplete .v-field .v-field__append-inner > .v-icon {
18477
- margin-inline-start: 4px;
18478
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18479
- }
18480
- .v-autocomplete .v-field:not(.v-field--focused) input {
18481
- min-width: 0;
18482
- }
18483
- .v-autocomplete .v-field--dirty .v-autocomplete__selection {
18484
- margin-inline-end: 2px;
18485
- }
18486
- .v-autocomplete .v-field--single-line .v-autocomplete__selection-text {
18487
- overflow: hidden;
18488
- text-overflow: ellipsis;
18489
- white-space: nowrap;
18490
- }
18491
-
18492
- .v-autocomplete__content {
18493
- overflow: hidden;
18494
- box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
18495
- border-radius: 4px;
18496
- }
18497
- .v-autocomplete__mask {
18498
- background: rgb(var(--v-theme-on-surface-variant));
18499
- }
18500
- .v-autocomplete__selection {
18501
- display: inline-flex;
18502
- letter-spacing: inherit;
18503
- line-height: inherit;
18504
- max-width: 100%;
18505
- }
18506
- .v-autocomplete--active-menu .v-field__append-inner > .v-icon {
18507
- opacity: var(--v-high-emphasis-opacity);
18508
- transform: rotate(180deg);
18509
- }
18510
- .v-autocomplete--chips .v-autocomplete__selection {
18511
- margin-top: 2px;
18512
- margin-bottom: var(--autocomplete-chips-margin-bottom);
18513
- }
18514
- .v-autocomplete--chips .v-autocomplete__selection:first-child {
18515
- margin-inline-start: 0;
18516
- }
18517
- .v-autocomplete--single.v-text-field input {
18518
- flex: 1 1;
18519
- position: absolute;
18520
- left: 0;
18521
- right: 0;
18522
- width: 100%;
18523
- padding-inline-start: inherit;
18524
- padding-inline-end: inherit;
18525
- }
18526
- .v-autocomplete--single .v-field--active input {
18527
- transition: none;
18528
- }
18529
- .v-autocomplete--single .v-field--dirty:not(.v-field--focused) input {
18530
- opacity: 0;
18531
- }
18532
- .v-autocomplete--single .v-field--focused .v-autocomplete__selection-text {
18533
- opacity: 0;
18534
- }
18535
- .v-autocomplete--selection-slot.v-text-field input {
18536
- position: relative;
18537
- padding-inline-start: 0;
18538
18455
  }.v-alert {
18539
18456
  display: grid;
18540
18457
  flex: 1 1;
@@ -18745,6 +18662,89 @@ html.overflow-y-hidden {
18745
18662
  text-transform: none;
18746
18663
  word-break: normal;
18747
18664
  word-wrap: break-word;
18665
+ }.v-input--density-default {
18666
+ --autocomplete-chips-margin-bottom: 0px;
18667
+ }
18668
+
18669
+ .v-input--density-comfortable {
18670
+ --autocomplete-chips-margin-bottom: 2px;
18671
+ }
18672
+
18673
+ .v-input--density-compact {
18674
+ --autocomplete-chips-margin-bottom: 4px;
18675
+ }
18676
+
18677
+ .v-autocomplete .v-field .v-text-field__prefix,
18678
+ .v-autocomplete .v-field .v-text-field__suffix,
18679
+ .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
18680
+ cursor: text;
18681
+ }
18682
+ .v-autocomplete .v-field .v-field__input > input {
18683
+ align-self: flex-start;
18684
+ flex: 1 1;
18685
+ }
18686
+ .v-autocomplete .v-field .v-field__append-inner > .v-icon {
18687
+ margin-inline-start: 4px;
18688
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18689
+ }
18690
+ .v-autocomplete .v-field:not(.v-field--focused) input {
18691
+ min-width: 0;
18692
+ }
18693
+ .v-autocomplete .v-field--dirty .v-autocomplete__selection {
18694
+ margin-inline-end: 2px;
18695
+ }
18696
+ .v-autocomplete .v-field--single-line .v-autocomplete__selection-text {
18697
+ overflow: hidden;
18698
+ text-overflow: ellipsis;
18699
+ white-space: nowrap;
18700
+ }
18701
+
18702
+ .v-autocomplete__content {
18703
+ overflow: hidden;
18704
+ box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
18705
+ border-radius: 4px;
18706
+ }
18707
+ .v-autocomplete__mask {
18708
+ background: rgb(var(--v-theme-on-surface-variant));
18709
+ }
18710
+ .v-autocomplete__selection {
18711
+ display: inline-flex;
18712
+ letter-spacing: inherit;
18713
+ line-height: inherit;
18714
+ max-width: 100%;
18715
+ }
18716
+ .v-autocomplete--active-menu .v-field__append-inner > .v-icon {
18717
+ opacity: var(--v-high-emphasis-opacity);
18718
+ transform: rotate(180deg);
18719
+ }
18720
+ .v-autocomplete--chips .v-autocomplete__selection {
18721
+ margin-top: 2px;
18722
+ margin-bottom: var(--autocomplete-chips-margin-bottom);
18723
+ }
18724
+ .v-autocomplete--chips .v-autocomplete__selection:first-child {
18725
+ margin-inline-start: 0;
18726
+ }
18727
+ .v-autocomplete--single.v-text-field input {
18728
+ flex: 1 1;
18729
+ position: absolute;
18730
+ left: 0;
18731
+ right: 0;
18732
+ width: 100%;
18733
+ padding-inline-start: inherit;
18734
+ padding-inline-end: inherit;
18735
+ }
18736
+ .v-autocomplete--single .v-field--active input {
18737
+ transition: none;
18738
+ }
18739
+ .v-autocomplete--single .v-field--dirty:not(.v-field--focused) input {
18740
+ opacity: 0;
18741
+ }
18742
+ .v-autocomplete--single .v-field--focused .v-autocomplete__selection-text {
18743
+ opacity: 0;
18744
+ }
18745
+ .v-autocomplete--selection-slot.v-text-field input {
18746
+ position: relative;
18747
+ padding-inline-start: 0;
18748
18748
  }.v-avatar {
18749
18749
  flex: none;
18750
18750
  align-items: center;
@@ -19990,7 +19990,7 @@ html.overflow-y-hidden {
19990
19990
  height: 100% !important;
19991
19991
  width: 50px;
19992
19992
  }.v-checkbox .v-selection-control {
19993
- height: var(--v-input-control-height);
19993
+ min-height: var(--v-input-control-height);
19994
19994
  }.v-chip {
19995
19995
  align-items: center;
19996
19996
  cursor: default;
@@ -20531,10 +20531,10 @@ html.overflow-y-hidden {
20531
20531
  flex: 1 1 auto;
20532
20532
  margin: -12px;
20533
20533
  }
20534
- .v-row + .row {
20534
+ .v-row + .v-row {
20535
20535
  margin-top: 12px;
20536
20536
  }
20537
- .v-row + .row--dense {
20537
+ .v-row + .v-row--dense {
20538
20538
  margin-top: 4px;
20539
20539
  }
20540
20540
  .v-row--dense {
@@ -23592,64 +23592,6 @@ html.v-overlay-scroll-blocked {
23592
23592
 
23593
23593
  .v-slider__label {
23594
23594
  margin-inline-end: 12px;
23595
- }.v-rating {
23596
- max-width: 100%;
23597
- display: inline-flex;
23598
- white-space: nowrap;
23599
- }
23600
- .v-rating--readonly {
23601
- pointer-events: none;
23602
- }
23603
-
23604
- .v-rating__wrapper {
23605
- align-items: center;
23606
- display: inline-flex;
23607
- flex-direction: column;
23608
- }
23609
- .v-rating__wrapper--bottom {
23610
- flex-direction: column-reverse;
23611
- }
23612
-
23613
- .v-rating__item {
23614
- display: inline-flex;
23615
- position: relative;
23616
- }
23617
- .v-rating__item label {
23618
- cursor: pointer;
23619
- }
23620
- .v-rating__item .v-btn--variant-plain {
23621
- opacity: 1;
23622
- }
23623
- .v-rating__item .v-btn {
23624
- transition-property: transform;
23625
- }
23626
- .v-rating__item .v-btn .v-icon {
23627
- transition: inherit;
23628
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
23629
- }
23630
- .v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
23631
- transform: scale(1.25);
23632
- }
23633
- .v-rating__item--focused .v-btn__overlay {
23634
- display: block;
23635
- opacity: var(--v-hover-opacity);
23636
- }
23637
- .v-rating__item--half {
23638
- overflow: hidden;
23639
- position: absolute;
23640
- -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
23641
- clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
23642
- z-index: 1;
23643
- }
23644
- .v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
23645
- opacity: 0;
23646
- }
23647
-
23648
- .v-rating__hidden {
23649
- height: 0;
23650
- opacity: 0;
23651
- position: absolute;
23652
- width: 0;
23653
23595
  }.v-responsive {
23654
23596
  display: flex;
23655
23597
  flex: 1 0 auto;
@@ -23745,6 +23687,8 @@ html.v-overlay-scroll-blocked {
23745
23687
  user-select: none;
23746
23688
  }
23747
23689
  .v-selection-control .v-label {
23690
+ white-space: normal;
23691
+ word-break: break-word;
23748
23692
  height: 100%;
23749
23693
  width: 100%;
23750
23694
  }
@@ -23761,6 +23705,8 @@ html.v-overlay-scroll-blocked {
23761
23705
  .v-selection-control--inline {
23762
23706
  display: inline-flex;
23763
23707
  flex: 0 0 auto;
23708
+ min-width: 0;
23709
+ max-width: 100%;
23764
23710
  }
23765
23711
  .v-selection-control--inline .v-label {
23766
23712
  width: auto;
@@ -24076,7 +24022,7 @@ html.v-overlay-scroll-blocked {
24076
24022
  }
24077
24023
 
24078
24024
  .v-switch .v-selection-control {
24079
- height: var(--v-input-control-height);
24025
+ min-height: var(--v-input-control-height);
24080
24026
  }
24081
24027
  .v-switch .v-selection-control__wrapper {
24082
24028
  width: auto;
@@ -24109,7 +24055,7 @@ html.v-overlay-scroll-blocked {
24109
24055
  width: 100%;
24110
24056
  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));
24111
24057
  background: rgba(var(--v-theme-on-surface-variant));
24112
- color: rgba(var(--v-theme-on-variant), var(--v-medium-emphasis-opacity));
24058
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
24113
24059
  font-size: 0.75rem;
24114
24060
  font-weight: 400;
24115
24061
  letter-spacing: 0.0333333333em;
@@ -24195,20 +24141,14 @@ html.v-overlay-scroll-blocked {
24195
24141
  .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
24196
24142
  margin-inline-end: 52px;
24197
24143
  }
24198
- }
24199
- .v-toolbar__content > .v-tabs,
24200
- .v-toolbar__content .v-tab {
24201
- height: inherit;
24202
24144
  }.v-tab {
24145
+ --v-btn-height: var(--v-tabs-height);
24203
24146
  position: relative;
24204
24147
  min-width: 90px;
24205
24148
  }
24206
24149
  .v-slide-group--horizontal .v-tab {
24207
24150
  max-width: 360px;
24208
24151
  }
24209
- .v-tab.v-tab.v-tab {
24210
- height: var(--v-tabs-height);
24211
- }
24212
24152
  .v-slide-group--vertical .v-tab {
24213
24153
  justify-content: start;
24214
24154
  }
@@ -25152,6 +25092,64 @@ html.v-overlay-scroll-blocked {
25152
25092
  }
25153
25093
  .v-window-y-reverse-transition-leave-to {
25154
25094
  transform: translateY(100%);
25095
+ }.v-rating {
25096
+ max-width: 100%;
25097
+ display: inline-flex;
25098
+ white-space: nowrap;
25099
+ }
25100
+ .v-rating--readonly {
25101
+ pointer-events: none;
25102
+ }
25103
+
25104
+ .v-rating__wrapper {
25105
+ align-items: center;
25106
+ display: inline-flex;
25107
+ flex-direction: column;
25108
+ }
25109
+ .v-rating__wrapper--bottom {
25110
+ flex-direction: column-reverse;
25111
+ }
25112
+
25113
+ .v-rating__item {
25114
+ display: inline-flex;
25115
+ position: relative;
25116
+ }
25117
+ .v-rating__item label {
25118
+ cursor: pointer;
25119
+ }
25120
+ .v-rating__item .v-btn--variant-plain {
25121
+ opacity: 1;
25122
+ }
25123
+ .v-rating__item .v-btn {
25124
+ transition-property: transform;
25125
+ }
25126
+ .v-rating__item .v-btn .v-icon {
25127
+ transition: inherit;
25128
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
25129
+ }
25130
+ .v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
25131
+ transform: scale(1.25);
25132
+ }
25133
+ .v-rating__item--focused .v-btn__overlay {
25134
+ display: block;
25135
+ opacity: var(--v-hover-opacity);
25136
+ }
25137
+ .v-rating__item--half {
25138
+ overflow: hidden;
25139
+ position: absolute;
25140
+ -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
25141
+ clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
25142
+ z-index: 1;
25143
+ }
25144
+ .v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
25145
+ opacity: 0;
25146
+ }
25147
+
25148
+ .v-rating__hidden {
25149
+ height: 0;
25150
+ opacity: 0;
25151
+ position: absolute;
25152
+ width: 0;
25155
25153
  }.v-color-picker-canvas {
25156
25154
  position: relative;
25157
25155
  overflow: hidden;