@vuetify/nightly 3.2.0-dev-20230405.0 → 3.2.0-dev-20230415.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.
- package/CHANGELOG.md +3 -2
- package/dist/json/attributes.json +24 -8
- package/dist/json/importMap-labs.json +0 -4
- package/dist/json/importMap.json +56 -52
- package/dist/json/tags.json +5 -1
- package/dist/json/web-types.json +83 -47
- package/dist/vuetify-labs.css +2296 -2277
- package/dist/vuetify-labs.d.ts +712 -662
- package/dist/vuetify-labs.esm.js +269 -227
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +268 -226
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +32 -4
- package/dist/vuetify.d.ts +593 -417
- package/dist/vuetify.esm.js +247 -34
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +246 -33
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +319 -293
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +5 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.ts +38 -32
- package/lib/components/VCheckbox/index.d.ts +14 -14
- package/lib/components/VChip/VChip.mjs +2 -2
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.ts +14 -14
- package/lib/components/VCombobox/VCombobox.mjs +6 -3
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.ts +38 -32
- package/lib/components/VField/VField.mjs +3 -3
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/index.d.ts +20 -20
- package/lib/components/VFileInput/VFileInput.mjs +0 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.ts +50 -56
- package/lib/components/VImg/VImg.mjs +3 -3
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/index.d.ts +19 -19
- package/lib/components/VInput/VInput.mjs +2 -2
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.ts +14 -14
- package/lib/components/VList/VList.mjs +2 -1
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListItem.css +12 -0
- package/lib/components/VList/VListItem.mjs +2 -2
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +5 -0
- package/lib/components/VList/index.d.ts +14 -14
- package/lib/components/VOverlay/useActivator.mjs +1 -0
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VProgressCircular/VProgressCircular.css +3 -1
- package/lib/components/VProgressCircular/VProgressCircular.sass +3 -1
- package/lib/components/VProgressCircular/_variables.scss +1 -0
- package/lib/components/VProgressLinear/VProgressLinear.css +5 -2
- package/lib/components/VProgressLinear/VProgressLinear.sass +3 -0
- package/lib/components/VProgressLinear/_variables.scss +1 -1
- package/lib/components/VRadioGroup/index.d.ts +14 -14
- package/lib/components/VRangeSlider/index.d.ts +14 -14
- package/lib/components/VSelect/VSelect.mjs +31 -2
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.ts +38 -32
- package/lib/components/VSlider/index.d.ts +14 -14
- package/lib/components/VSwitch/index.d.ts +14 -14
- package/lib/components/VTextField/VTextField.mjs +2 -2
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.ts +83 -77
- package/lib/components/VTextarea/VTextarea.mjs +8 -5
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.ts +56 -50
- package/lib/components/VToolbar/VToolbar.css +2 -0
- package/lib/components/VToolbar/VToolbar.sass +2 -0
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -0
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -0
- package/lib/components/VVirtualScroll/index.mjs.map +1 -0
- package/lib/components/index.d.ts +576 -403
- package/lib/components/index.mjs +2 -1
- package/lib/components/index.mjs.map +1 -1
- package/lib/composables/proxiedModel.mjs +2 -1
- package/lib/composables/proxiedModel.mjs.map +1 -1
- package/lib/composables/theme.mjs +1 -1
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.ts +16 -15
- package/lib/labs/VDataTable/VDataTable.mjs +4 -4
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs +5 -7
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +4 -3
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +5 -3
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.ts +137 -111
- package/lib/labs/components.d.ts +138 -261
- package/lib/labs/components.mjs +0 -1
- package/lib/labs/components.mjs.map +1 -1
- package/lib/util/helpers.mjs +1 -1
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +2 -2
- package/lib/labs/VVirtualScroll/VVirtualScroll.mjs.map +0 -1
- package/lib/labs/VVirtualScroll/VVirtualScrollItem.mjs.map +0 -1
- package/lib/labs/VVirtualScroll/index.mjs.map +0 -1
- /package/lib/{labs → components}/VVirtualScroll/VVirtualScroll.css +0 -0
- /package/lib/{labs → components}/VVirtualScroll/VVirtualScroll.mjs +0 -0
- /package/lib/{labs → components}/VVirtualScroll/VVirtualScroll.sass +0 -0
- /package/lib/{labs → components}/VVirtualScroll/VVirtualScrollItem.mjs +0 -0
- /package/lib/{labs → components}/VVirtualScroll/index.d.ts +0 -0
- /package/lib/{labs → components}/VVirtualScroll/index.mjs +0 -0
package/dist/vuetify.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.2.0-dev-
|
|
2
|
+
* Vuetify v3.2.0-dev-20230415.0
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -20140,6 +20140,10 @@ textarea.v-field__input::placeholder {
|
|
|
20140
20140
|
padding-top: 16px;
|
|
20141
20141
|
padding-bottom: 16px;
|
|
20142
20142
|
}
|
|
20143
|
+
.v-list-item--density-default.v-list-item--three-line .v-list-item__prepend,
|
|
20144
|
+
.v-list-item--density-default.v-list-item--three-line .v-list-item__append {
|
|
20145
|
+
padding-top: 8px;
|
|
20146
|
+
}
|
|
20143
20147
|
.v-list-item--density-default:not(.v-list-item--nav).v-list-item--one-line {
|
|
20144
20148
|
padding-inline-start: 16px;
|
|
20145
20149
|
padding-inline-end: 16px;
|
|
@@ -20169,6 +20173,10 @@ textarea.v-field__input::placeholder {
|
|
|
20169
20173
|
padding-top: 12px;
|
|
20170
20174
|
padding-bottom: 12px;
|
|
20171
20175
|
}
|
|
20176
|
+
.v-list-item--density-comfortable.v-list-item--three-line .v-list-item__prepend,
|
|
20177
|
+
.v-list-item--density-comfortable.v-list-item--three-line .v-list-item__append {
|
|
20178
|
+
padding-top: 6px;
|
|
20179
|
+
}
|
|
20172
20180
|
.v-list-item--density-comfortable:not(.v-list-item--nav).v-list-item--one-line {
|
|
20173
20181
|
padding-inline-start: 16px;
|
|
20174
20182
|
padding-inline-end: 16px;
|
|
@@ -20198,6 +20206,10 @@ textarea.v-field__input::placeholder {
|
|
|
20198
20206
|
padding-top: 8px;
|
|
20199
20207
|
padding-bottom: 8px;
|
|
20200
20208
|
}
|
|
20209
|
+
.v-list-item--density-compact.v-list-item--three-line .v-list-item__prepend,
|
|
20210
|
+
.v-list-item--density-compact.v-list-item--three-line .v-list-item__append {
|
|
20211
|
+
padding-top: 4px;
|
|
20212
|
+
}
|
|
20201
20213
|
.v-list-item--density-compact:not(.v-list-item--nav).v-list-item--one-line {
|
|
20202
20214
|
padding-inline-start: 16px;
|
|
20203
20215
|
padding-inline-end: 16px;
|
|
@@ -20560,10 +20572,12 @@ html.v-overlay-scroll-blocked {
|
|
|
20560
20572
|
transition: all 0.2s ease-in-out;
|
|
20561
20573
|
}
|
|
20562
20574
|
.v-progress-circular--indeterminate .v-progress-circular__overlay {
|
|
20563
|
-
animation: progress-circular-dash 1.4s ease-in-out infinite;
|
|
20575
|
+
animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
|
|
20564
20576
|
stroke-dasharray: 25, 200;
|
|
20565
20577
|
stroke-dashoffset: 0;
|
|
20566
20578
|
stroke-linecap: round;
|
|
20579
|
+
transform-origin: center center;
|
|
20580
|
+
transform: rotate(-90deg);
|
|
20567
20581
|
}
|
|
20568
20582
|
|
|
20569
20583
|
.v-progress-circular--disable-shrink > svg {
|
|
@@ -20603,6 +20617,9 @@ html.v-overlay-scroll-blocked {
|
|
|
20603
20617
|
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
20604
20618
|
width: 100%;
|
|
20605
20619
|
}
|
|
20620
|
+
.v-progress-linear--rounded {
|
|
20621
|
+
border-radius: 9999px;
|
|
20622
|
+
}
|
|
20606
20623
|
|
|
20607
20624
|
.v-progress-linear__background {
|
|
20608
20625
|
background: currentColor;
|
|
@@ -20707,7 +20724,7 @@ html.v-overlay-scroll-blocked {
|
|
|
20707
20724
|
}
|
|
20708
20725
|
|
|
20709
20726
|
.v-progress-linear--rounded {
|
|
20710
|
-
border-radius:
|
|
20727
|
+
border-radius: 9999px;
|
|
20711
20728
|
}
|
|
20712
20729
|
.v-progress-linear--rounded.v-progress-linear--rounded-bar .v-progress-linear__determinate,
|
|
20713
20730
|
.v-progress-linear--rounded.v-progress-linear--rounded-bar .v-progress-linear__indeterminate {
|
|
@@ -20731,7 +20748,7 @@ html.v-overlay-scroll-blocked {
|
|
|
20731
20748
|
.v-progress-linear--rounded-bar .v-progress-linear__determinate,
|
|
20732
20749
|
.v-progress-linear--rounded-bar .v-progress-linear__indeterminate,
|
|
20733
20750
|
.v-progress-linear--rounded-bar .v-progress-linear__stream + .v-progress-linear__background {
|
|
20734
|
-
border-radius:
|
|
20751
|
+
border-radius: 9999px;
|
|
20735
20752
|
}
|
|
20736
20753
|
.v-progress-linear--rounded-bar .v-progress-linear__determinate.v-locale--is-ltr, .v-locale--is-ltr .v-progress-linear--rounded-bar .v-progress-linear__determinate {
|
|
20737
20754
|
border-top-left-radius: 0;
|
|
@@ -22275,6 +22292,7 @@ html.v-overlay-scroll-blocked {
|
|
|
22275
22292
|
.v-toolbar__prepend,
|
|
22276
22293
|
.v-toolbar__append {
|
|
22277
22294
|
align-items: center;
|
|
22295
|
+
align-self: stretch;
|
|
22278
22296
|
display: flex;
|
|
22279
22297
|
}
|
|
22280
22298
|
|
|
@@ -22317,6 +22335,7 @@ html.v-overlay-scroll-blocked {
|
|
|
22317
22335
|
.v-toolbar-items {
|
|
22318
22336
|
display: flex;
|
|
22319
22337
|
height: inherit;
|
|
22338
|
+
align-self: stretch;
|
|
22320
22339
|
}
|
|
22321
22340
|
.v-toolbar-items > .v-btn {
|
|
22322
22341
|
border-radius: 0;
|
|
@@ -22341,6 +22360,15 @@ html.v-overlay-scroll-blocked {
|
|
|
22341
22360
|
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
|
22342
22361
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
22343
22362
|
transition-duration: 75ms;
|
|
22363
|
+
}.v-virtual-scroll {
|
|
22364
|
+
display: block;
|
|
22365
|
+
flex: 1 1 auto;
|
|
22366
|
+
max-width: 100%;
|
|
22367
|
+
overflow: auto;
|
|
22368
|
+
position: relative;
|
|
22369
|
+
}
|
|
22370
|
+
.v-virtual-scroll__container {
|
|
22371
|
+
display: block;
|
|
22344
22372
|
}.v-window {
|
|
22345
22373
|
overflow: hidden;
|
|
22346
22374
|
}
|