@vuetify/nightly 3.1.4 → 3.1.5-master-20230210.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 (46) hide show
  1. package/CHANGELOG.md +4 -210
  2. package/dist/json/attributes.json +24 -24
  3. package/dist/json/importMap.json +68 -68
  4. package/dist/json/web-types.json +49 -38
  5. package/dist/vuetify-labs.css +194 -194
  6. package/dist/vuetify-labs.d.ts +18 -32
  7. package/dist/vuetify-labs.esm.js +36 -27
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +35 -26
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +106 -106
  12. package/dist/vuetify.d.ts +37 -51
  13. package/dist/vuetify.esm.js +36 -27
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +35 -26
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +32 -31
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VAutocomplete/VAutocomplete.mjs +2 -3
  21. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  22. package/lib/components/VCombobox/VCombobox.mjs +2 -3
  23. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  24. package/lib/components/VField/VField.mjs +0 -2
  25. package/lib/components/VField/VField.mjs.map +1 -1
  26. package/lib/components/VField/index.d.ts +1 -7
  27. package/lib/components/VFileInput/VFileInput.mjs +6 -1
  28. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  29. package/lib/components/VFileInput/index.d.ts +2 -0
  30. package/lib/components/VSelect/VSelect.mjs +2 -2
  31. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  32. package/lib/components/VTextField/VTextField.mjs +9 -7
  33. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  34. package/lib/components/VTextField/index.d.ts +13 -25
  35. package/lib/components/VTextarea/VTextarea.mjs +6 -1
  36. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  37. package/lib/components/VTextarea/index.d.ts +2 -0
  38. package/lib/components/index.d.ts +18 -32
  39. package/lib/composables/proxiedModel.mjs +6 -5
  40. package/lib/composables/proxiedModel.mjs.map +1 -1
  41. package/lib/entry-bundler.mjs +1 -1
  42. package/lib/entry-bundler.mjs.map +1 -1
  43. package/lib/framework.mjs +1 -1
  44. package/lib/framework.mjs.map +1 -1
  45. package/lib/index.d.ts +19 -19
  46. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.1.4
2
+ * Vuetify v3.1.5-master-20230210.0
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -19209,59 +19209,6 @@ html.overflow-y-hidden {
19209
19209
  }
19210
19210
  .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
19211
19211
  align-self: flex-start;
19212
- }.v-bottom-navigation {
19213
- display: flex;
19214
- max-width: 100%;
19215
- overflow: hidden;
19216
- position: absolute;
19217
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19218
- border-style: solid;
19219
- border-width: 0;
19220
- border-radius: 0;
19221
- background: rgb(var(--v-theme-surface));
19222
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19223
- }
19224
- .v-bottom-navigation--border {
19225
- border-width: thin;
19226
- box-shadow: none;
19227
- }
19228
- .v-bottom-navigation--active {
19229
- 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));
19230
- }
19231
-
19232
- .v-bottom-navigation__content {
19233
- display: flex;
19234
- flex: none;
19235
- font-size: 0.75rem;
19236
- justify-content: center;
19237
- transition: transform, color 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
19238
- width: 100%;
19239
- }
19240
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
19241
- font-size: inherit;
19242
- height: 100%;
19243
- max-width: 168px;
19244
- min-width: 80px;
19245
- text-transform: none;
19246
- transition: inherit;
19247
- width: auto;
19248
- border-radius: 0;
19249
- }
19250
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
19251
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
19252
- transition: inherit;
19253
- }
19254
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
19255
- font-size: 1.5rem;
19256
- }
19257
- .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
19258
- flex-grow: 1;
19259
- }
19260
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
19261
- opacity: 0;
19262
- }
19263
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
19264
- transform: translateY(0.5rem);
19265
19212
  }.v-breadcrumbs {
19266
19213
  display: flex;
19267
19214
  align-items: center;
@@ -19316,6 +19263,59 @@ html.overflow-y-hidden {
19316
19263
  display: inline-block;
19317
19264
  padding: 0 8px;
19318
19265
  vertical-align: middle;
19266
+ }.v-bottom-navigation {
19267
+ display: flex;
19268
+ max-width: 100%;
19269
+ overflow: hidden;
19270
+ position: absolute;
19271
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19272
+ border-style: solid;
19273
+ border-width: 0;
19274
+ border-radius: 0;
19275
+ background: rgb(var(--v-theme-surface));
19276
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19277
+ }
19278
+ .v-bottom-navigation--border {
19279
+ border-width: thin;
19280
+ box-shadow: none;
19281
+ }
19282
+ .v-bottom-navigation--active {
19283
+ 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));
19284
+ }
19285
+
19286
+ .v-bottom-navigation__content {
19287
+ display: flex;
19288
+ flex: none;
19289
+ font-size: 0.75rem;
19290
+ justify-content: center;
19291
+ transition: transform, color 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
19292
+ width: 100%;
19293
+ }
19294
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
19295
+ font-size: inherit;
19296
+ height: 100%;
19297
+ max-width: 168px;
19298
+ min-width: 80px;
19299
+ text-transform: none;
19300
+ transition: inherit;
19301
+ width: auto;
19302
+ border-radius: 0;
19303
+ }
19304
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
19305
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
19306
+ transition: inherit;
19307
+ }
19308
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
19309
+ font-size: 1.5rem;
19310
+ }
19311
+ .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
19312
+ flex-grow: 1;
19313
+ }
19314
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
19315
+ opacity: 0;
19316
+ }
19317
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
19318
+ transform: translateY(0.5rem);
19319
19319
  }/** if false, disabled buttons will be greyed out */
19320
19320
  .v-btn {
19321
19321
  align-items: center;
@@ -22440,6 +22440,53 @@ textarea.v-field__input::placeholder {
22440
22440
  }
22441
22441
  .v-footer--rounded {
22442
22442
  border-radius: 4px;
22443
+ }.v-icon {
22444
+ --v-icon-size-multiplier: 1;
22445
+ align-items: center;
22446
+ display: inline-flex;
22447
+ font-feature-settings: "liga";
22448
+ height: 1em;
22449
+ justify-content: center;
22450
+ letter-spacing: normal;
22451
+ line-height: 1;
22452
+ position: relative;
22453
+ text-indent: 0;
22454
+ -webkit-user-select: none;
22455
+ user-select: none;
22456
+ vertical-align: middle;
22457
+ width: 1em;
22458
+ }
22459
+ .v-icon--clickable {
22460
+ cursor: pointer;
22461
+ }
22462
+ .v-icon--size-x-small {
22463
+ font-size: calc(var(--v-icon-size-multiplier) * 1em);
22464
+ }
22465
+ .v-icon--size-small {
22466
+ font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
22467
+ }
22468
+ .v-icon--size-default {
22469
+ font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
22470
+ }
22471
+ .v-icon--size-large {
22472
+ font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
22473
+ }
22474
+ .v-icon--size-x-large {
22475
+ font-size: calc(var(--v-icon-size-multiplier) * 2em);
22476
+ }
22477
+
22478
+ .v-icon__svg {
22479
+ fill: currentColor;
22480
+ width: 100%;
22481
+ height: 100%;
22482
+ }
22483
+
22484
+ .v-icon--start {
22485
+ margin-inline-end: 8px;
22486
+ }
22487
+
22488
+ .v-icon--end {
22489
+ margin-inline-start: 8px;
22443
22490
  }.v-img {
22444
22491
  --v-theme-overlay-multiplier: 3;
22445
22492
  z-index: 0;
@@ -22590,6 +22637,20 @@ textarea.v-field__input::placeholder {
22590
22637
  max-width: 100%;
22591
22638
  position: relative;
22592
22639
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22640
+ }.v-label {
22641
+ align-items: center;
22642
+ display: inline-flex;
22643
+ font-size: 1rem;
22644
+ letter-spacing: 0.009375em;
22645
+ min-width: 0;
22646
+ opacity: var(--v-medium-emphasis-opacity);
22647
+ overflow: hidden;
22648
+ text-overflow: ellipsis;
22649
+ white-space: nowrap;
22650
+ }
22651
+
22652
+ .v-label--clickable {
22653
+ cursor: pointer;
22593
22654
  }.v-layout {
22594
22655
  --v-scrollbar-offset: 0px;
22595
22656
  display: flex;
@@ -22605,20 +22666,8 @@ textarea.v-field__input::placeholder {
22605
22666
 
22606
22667
  .v-layout-item--absolute {
22607
22668
  position: absolute;
22608
- }.v-label {
22609
- align-items: center;
22610
- display: inline-flex;
22611
- font-size: 1rem;
22612
- letter-spacing: 0.009375em;
22613
- min-width: 0;
22614
- opacity: var(--v-medium-emphasis-opacity);
22615
- overflow: hidden;
22616
- text-overflow: ellipsis;
22617
- white-space: nowrap;
22618
- }
22619
-
22620
- .v-label--clickable {
22621
- cursor: pointer;
22669
+ }.v-locale-provider {
22670
+ display: contents;
22622
22671
  }.v-list {
22623
22672
  overflow: auto;
22624
22673
  padding: 8px 0;
@@ -23102,8 +23151,6 @@ textarea.v-field__input::placeholder {
23102
23151
 
23103
23152
  .v-list-group__header.v-list-item--active:not(:focus-visible) .v-list-item__overlay {
23104
23153
  opacity: 0;
23105
- }.v-locale-provider {
23106
- display: contents;
23107
23154
  }.v-main {
23108
23155
  flex: 1 0 auto;
23109
23156
  max-width: 100%;
@@ -23321,12 +23368,6 @@ html.v-overlay-scroll-blocked {
23321
23368
  }
23322
23369
  .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23323
23370
  margin: 0.3rem;
23324
- }.v-parallax {
23325
- position: relative;
23326
- overflow: hidden;
23327
- }
23328
- .v-parallax--active > .v-img__img {
23329
- will-change: transform;
23330
23371
  }.v-progress-circular {
23331
23372
  align-items: center;
23332
23373
  display: inline-flex;
@@ -23638,6 +23679,12 @@ html.v-overlay-scroll-blocked {
23638
23679
  0% {
23639
23680
  background-position-x: var(--v-progress-linear-height);
23640
23681
  }
23682
+ }.v-parallax {
23683
+ position: relative;
23684
+ overflow: hidden;
23685
+ }
23686
+ .v-parallax--active > .v-img__img {
23687
+ will-change: transform;
23641
23688
  }.v-radio-group > .v-input__control {
23642
23689
  flex-direction: column;
23643
23690
  }
@@ -24245,6 +24292,34 @@ html.v-overlay-scroll-blocked {
24245
24292
  }
24246
24293
  .v-system-bar--window {
24247
24294
  height: 32px;
24295
+ }.v-tab.v-tab {
24296
+ --v-btn-height: var(--v-tabs-height);
24297
+ min-width: 90px;
24298
+ }
24299
+ .v-slide-group--horizontal .v-tab {
24300
+ max-width: 360px;
24301
+ }
24302
+ .v-slide-group--vertical .v-tab {
24303
+ justify-content: start;
24304
+ }
24305
+
24306
+ .v-tab__slider {
24307
+ position: absolute;
24308
+ bottom: 0;
24309
+ left: 0;
24310
+ height: 2px;
24311
+ width: 100%;
24312
+ background: currentColor;
24313
+ pointer-events: none;
24314
+ opacity: 0;
24315
+ }
24316
+ .v-tab--selected .v-tab__slider {
24317
+ opacity: 1;
24318
+ }
24319
+ .v-slide-group--vertical .v-tab__slider {
24320
+ top: 0;
24321
+ height: 100%;
24322
+ width: 2px;
24248
24323
  }.v-tabs {
24249
24324
  display: flex;
24250
24325
  height: var(--v-tabs-height);
@@ -24310,34 +24385,6 @@ html.v-overlay-scroll-blocked {
24310
24385
  .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
24311
24386
  margin-inline-end: 52px;
24312
24387
  }
24313
- }.v-tab.v-tab {
24314
- --v-btn-height: var(--v-tabs-height);
24315
- min-width: 90px;
24316
- }
24317
- .v-slide-group--horizontal .v-tab {
24318
- max-width: 360px;
24319
- }
24320
- .v-slide-group--vertical .v-tab {
24321
- justify-content: start;
24322
- }
24323
-
24324
- .v-tab__slider {
24325
- position: absolute;
24326
- bottom: 0;
24327
- left: 0;
24328
- height: 2px;
24329
- width: 100%;
24330
- background: currentColor;
24331
- pointer-events: none;
24332
- opacity: 0;
24333
- }
24334
- .v-tab--selected .v-tab__slider {
24335
- opacity: 1;
24336
- }
24337
- .v-slide-group--vertical .v-tab__slider {
24338
- top: 0;
24339
- height: 100%;
24340
- width: 2px;
24341
24388
  }.v-table {
24342
24389
  background: rgb(var(--v-theme-surface));
24343
24390
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -24465,48 +24512,6 @@ html.v-overlay-scroll-blocked {
24465
24512
  border-top: 0px !important;
24466
24513
  position: sticky;
24467
24514
  bottom: 0;
24468
- }.v-textarea .v-field {
24469
- --v-textarea-control-height: var(--v-input-control-height);
24470
- }
24471
- .v-textarea .v-field__field {
24472
- --v-input-control-height: var(--v-textarea-control-height);
24473
- }
24474
- .v-textarea .v-field__input {
24475
- flex: 1 1 auto;
24476
- outline: none;
24477
- -webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
24478
- mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
24479
- }
24480
- .v-textarea--auto-grow .v-field__input {
24481
- overflow: hidden;
24482
- }
24483
- .v-textarea--no-resize .v-field__input {
24484
- resize: none;
24485
- }
24486
- .v-textarea__sizer {
24487
- visibility: hidden;
24488
- position: absolute;
24489
- top: 0;
24490
- left: 0;
24491
- height: 0 !important;
24492
- min-height: 0 !important;
24493
- pointer-events: none;
24494
- }
24495
- .v-textarea .v-field--no-label textarea,
24496
- .v-textarea .v-field--active textarea {
24497
- opacity: 1;
24498
- }
24499
- .v-textarea textarea {
24500
- opacity: 0;
24501
- flex: 1;
24502
- min-width: 0;
24503
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
24504
- }
24505
- .v-textarea textarea:focus, .v-textarea textarea:active {
24506
- outline: none;
24507
- }
24508
- .v-textarea textarea:invalid {
24509
- box-shadow: none;
24510
24515
  }/* region BLOCK */
24511
24516
  .v-text-field input {
24512
24517
  color: inherit;
@@ -24576,7 +24581,49 @@ html.v-overlay-scroll-blocked {
24576
24581
  padding: 0;
24577
24582
  }
24578
24583
 
24579
- /* endregion */.v-theme-provider {
24584
+ /* endregion */.v-textarea .v-field {
24585
+ --v-textarea-control-height: var(--v-input-control-height);
24586
+ }
24587
+ .v-textarea .v-field__field {
24588
+ --v-input-control-height: var(--v-textarea-control-height);
24589
+ }
24590
+ .v-textarea .v-field__input {
24591
+ flex: 1 1 auto;
24592
+ outline: none;
24593
+ -webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
24594
+ mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
24595
+ }
24596
+ .v-textarea--auto-grow .v-field__input {
24597
+ overflow: hidden;
24598
+ }
24599
+ .v-textarea--no-resize .v-field__input {
24600
+ resize: none;
24601
+ }
24602
+ .v-textarea__sizer {
24603
+ visibility: hidden;
24604
+ position: absolute;
24605
+ top: 0;
24606
+ left: 0;
24607
+ height: 0 !important;
24608
+ min-height: 0 !important;
24609
+ pointer-events: none;
24610
+ }
24611
+ .v-textarea .v-field--no-label textarea,
24612
+ .v-textarea .v-field--active textarea {
24613
+ opacity: 1;
24614
+ }
24615
+ .v-textarea textarea {
24616
+ opacity: 0;
24617
+ flex: 1;
24618
+ min-width: 0;
24619
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
24620
+ }
24621
+ .v-textarea textarea:focus, .v-textarea textarea:active {
24622
+ outline: none;
24623
+ }
24624
+ .v-textarea textarea:invalid {
24625
+ box-shadow: none;
24626
+ }.v-theme-provider {
24580
24627
  background: rgb(var(--v-theme-background));
24581
24628
  color: rgb(var(--v-theme-on-background));
24582
24629
  }.v-timeline .v-timeline-divider__dot {
@@ -25243,53 +25290,6 @@ html.v-overlay-scroll-blocked {
25243
25290
  }
25244
25291
  .v-window-y-reverse-transition-leave-to {
25245
25292
  transform: translateY(100%);
25246
- }.v-icon {
25247
- --v-icon-size-multiplier: 1;
25248
- align-items: center;
25249
- display: inline-flex;
25250
- font-feature-settings: "liga";
25251
- height: 1em;
25252
- justify-content: center;
25253
- letter-spacing: normal;
25254
- line-height: 1;
25255
- position: relative;
25256
- text-indent: 0;
25257
- -webkit-user-select: none;
25258
- user-select: none;
25259
- vertical-align: middle;
25260
- width: 1em;
25261
- }
25262
- .v-icon--clickable {
25263
- cursor: pointer;
25264
- }
25265
- .v-icon--size-x-small {
25266
- font-size: calc(var(--v-icon-size-multiplier) * 1em);
25267
- }
25268
- .v-icon--size-small {
25269
- font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
25270
- }
25271
- .v-icon--size-default {
25272
- font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
25273
- }
25274
- .v-icon--size-large {
25275
- font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
25276
- }
25277
- .v-icon--size-x-large {
25278
- font-size: calc(var(--v-icon-size-multiplier) * 2em);
25279
- }
25280
-
25281
- .v-icon__svg {
25282
- fill: currentColor;
25283
- width: 100%;
25284
- height: 100%;
25285
- }
25286
-
25287
- .v-icon--start {
25288
- margin-inline-end: 8px;
25289
- }
25290
-
25291
- .v-icon--end {
25292
- margin-inline-start: 8px;
25293
25293
  }.v-color-picker-canvas {
25294
25294
  position: relative;
25295
25295
  overflow: hidden;