vuetify 3.2.1 → 3.2.2
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/dist/json/attributes.json +775 -639
- package/dist/json/importMap.json +16 -16
- package/dist/json/tags.json +35 -1
- package/dist/json/web-types.json +1657 -1327
- package/dist/vuetify-labs.css +131 -125
- package/dist/vuetify-labs.d.ts +419 -86
- package/dist/vuetify-labs.esm.js +100 -95
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +100 -95
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +53 -47
- package/dist/vuetify.d.ts +524 -191
- package/dist/vuetify.esm.js +95 -95
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +95 -95
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +46 -48
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAppBar/VAppBar.mjs +7 -11
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs +10 -16
- package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.ts +394 -28
- package/lib/components/VAutocomplete/VAutocomplete.css +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +10 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +1 -1
- package/lib/components/VBtn/VBtn.mjs +7 -6
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +0 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +9 -2
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.mjs +2 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VIcon/VIcon.mjs +28 -29
- package/lib/components/VIcon/VIcon.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -8
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.mjs +9 -2
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSheet/VSheet.css +6 -0
- package/lib/components/VSheet/_variables.scss +1 -1
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextarea/VTextarea.mjs +1 -1
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTreeview/_mixins.sass +0 -0
- package/lib/components/VTreeview/util/filterTreeItems.mjs +0 -0
- package/lib/components/index.d.ts +386 -53
- package/lib/composables/icons.mjs +2 -2
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/composables/scroll.mjs +16 -17
- package/lib/composables/scroll.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.ts +5 -5
- package/lib/labs/VDataTable/composables/paginate.mjs +6 -1
- package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
- package/lib/locale/el.mjs +0 -0
- package/lib/locale/index.mjs +0 -0
- package/package.json +2 -2
package/dist/vuetify-labs.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.2.
|
|
2
|
+
* Vuetify v3.2.2
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -16686,7 +16686,7 @@ html.overflow-y-hidden {
|
|
|
16686
16686
|
.v-autocomplete--single .v-field--dirty:not(.v-field--focused) input {
|
|
16687
16687
|
opacity: 0;
|
|
16688
16688
|
}
|
|
16689
|
-
.v-autocomplete--single .v-field--focused .v-autocomplete__selection
|
|
16689
|
+
.v-autocomplete--single .v-field--focused .v-autocomplete__selection {
|
|
16690
16690
|
opacity: 0;
|
|
16691
16691
|
}
|
|
16692
16692
|
.v-autocomplete--selection-slot.v-text-field input {
|
|
@@ -18372,94 +18372,11 @@ html.overflow-y-hidden {
|
|
|
18372
18372
|
}
|
|
18373
18373
|
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
|
18374
18374
|
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));
|
|
18375
|
-
}.v-
|
|
18376
|
-
--
|
|
18377
|
-
|
|
18378
|
-
|
|
18379
|
-
|
|
18380
|
-
--combobox-chips-margin-bottom: 2px;
|
|
18381
|
-
}
|
|
18382
|
-
|
|
18383
|
-
.v-input--density-compact {
|
|
18384
|
-
--combobox-chips-margin-bottom: 4px;
|
|
18385
|
-
}
|
|
18386
|
-
|
|
18387
|
-
.v-combobox .v-field .v-text-field__prefix,
|
|
18388
|
-
.v-combobox .v-field .v-text-field__suffix,
|
|
18389
|
-
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
|
18390
|
-
cursor: text;
|
|
18391
|
-
}
|
|
18392
|
-
.v-combobox .v-field .v-field__input > input {
|
|
18393
|
-
align-self: flex-start;
|
|
18394
|
-
flex: 1 1;
|
|
18395
|
-
}
|
|
18396
|
-
.v-combobox .v-field .v-field__append-inner > .v-icon {
|
|
18397
|
-
margin-inline-start: 4px;
|
|
18398
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
18399
|
-
}
|
|
18400
|
-
.v-combobox .v-field:not(.v-field--focused) input {
|
|
18401
|
-
min-width: 0;
|
|
18402
|
-
}
|
|
18403
|
-
.v-combobox .v-field--dirty .v-combobox__selection {
|
|
18404
|
-
margin-inline-end: 2px;
|
|
18405
|
-
}
|
|
18406
|
-
.v-combobox .v-field--single-line .v-combobox__selection-text {
|
|
18407
|
-
overflow: hidden;
|
|
18408
|
-
text-overflow: ellipsis;
|
|
18409
|
-
white-space: nowrap;
|
|
18410
|
-
}
|
|
18411
|
-
|
|
18412
|
-
.v-combobox__content {
|
|
18413
|
-
overflow: hidden;
|
|
18414
|
-
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));
|
|
18415
|
-
border-radius: 4px;
|
|
18416
|
-
}
|
|
18417
|
-
.v-combobox__mask {
|
|
18418
|
-
background: rgb(var(--v-theme-on-surface-variant));
|
|
18419
|
-
}
|
|
18420
|
-
.v-combobox__selection {
|
|
18421
|
-
display: inline-flex;
|
|
18422
|
-
letter-spacing: inherit;
|
|
18423
|
-
line-height: inherit;
|
|
18424
|
-
max-width: 100%;
|
|
18425
|
-
}
|
|
18426
|
-
.v-combobox--active-menu .v-field__append-inner > .v-icon {
|
|
18427
|
-
opacity: var(--v-high-emphasis-opacity);
|
|
18428
|
-
transform: rotate(180deg);
|
|
18429
|
-
}
|
|
18430
|
-
.v-combobox--chips .v-combobox__selection {
|
|
18431
|
-
margin-top: 2px;
|
|
18432
|
-
margin-bottom: var(--combobox-chips-margin-bottom);
|
|
18433
|
-
}
|
|
18434
|
-
.v-combobox--chips .v-combobox__selection:first-child {
|
|
18435
|
-
margin-inline-start: 0;
|
|
18436
|
-
}
|
|
18437
|
-
.v-combobox--selecting-index .v-combobox__selection {
|
|
18438
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
18439
|
-
}
|
|
18440
|
-
.v-combobox--selecting-index .v-combobox__selection--selected {
|
|
18441
|
-
opacity: 1;
|
|
18442
|
-
}
|
|
18443
|
-
.v-combobox--selecting-index .v-field__input > input {
|
|
18444
|
-
caret-color: transparent;
|
|
18445
|
-
}
|
|
18446
|
-
.v-combobox--single.v-text-field input {
|
|
18447
|
-
flex: 1 1;
|
|
18448
|
-
position: absolute;
|
|
18449
|
-
left: 0;
|
|
18450
|
-
right: 0;
|
|
18451
|
-
width: 100%;
|
|
18452
|
-
padding-inline-start: inherit;
|
|
18453
|
-
padding-inline-end: inherit;
|
|
18454
|
-
}
|
|
18455
|
-
.v-combobox--single .v-field--active input {
|
|
18456
|
-
transition: none;
|
|
18457
|
-
}
|
|
18458
|
-
.v-combobox--single .v-field--dirty:not(.v-field--focused) input {
|
|
18459
|
-
opacity: 0;
|
|
18460
|
-
}
|
|
18461
|
-
.v-combobox--single .v-field--focused .v-combobox__selection {
|
|
18462
|
-
opacity: 0;
|
|
18375
|
+
}.v-counter {
|
|
18376
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
18377
|
+
flex: 0 1 auto;
|
|
18378
|
+
font-size: 12px;
|
|
18379
|
+
transition-duration: 150ms;
|
|
18463
18380
|
}.v-container {
|
|
18464
18381
|
width: 100%;
|
|
18465
18382
|
padding: 16px;
|
|
@@ -19341,11 +19258,94 @@ html.overflow-y-hidden {
|
|
|
19341
19258
|
.offset-xxl-11.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-11 {
|
|
19342
19259
|
margin-right: 91.6666666667%;
|
|
19343
19260
|
}
|
|
19344
|
-
}.v-
|
|
19345
|
-
|
|
19346
|
-
|
|
19347
|
-
|
|
19348
|
-
|
|
19261
|
+
}.v-input--density-default {
|
|
19262
|
+
--combobox-chips-margin-bottom: 0px;
|
|
19263
|
+
}
|
|
19264
|
+
|
|
19265
|
+
.v-input--density-comfortable {
|
|
19266
|
+
--combobox-chips-margin-bottom: 2px;
|
|
19267
|
+
}
|
|
19268
|
+
|
|
19269
|
+
.v-input--density-compact {
|
|
19270
|
+
--combobox-chips-margin-bottom: 4px;
|
|
19271
|
+
}
|
|
19272
|
+
|
|
19273
|
+
.v-combobox .v-field .v-text-field__prefix,
|
|
19274
|
+
.v-combobox .v-field .v-text-field__suffix,
|
|
19275
|
+
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
|
19276
|
+
cursor: text;
|
|
19277
|
+
}
|
|
19278
|
+
.v-combobox .v-field .v-field__input > input {
|
|
19279
|
+
align-self: flex-start;
|
|
19280
|
+
flex: 1 1;
|
|
19281
|
+
}
|
|
19282
|
+
.v-combobox .v-field .v-field__append-inner > .v-icon {
|
|
19283
|
+
margin-inline-start: 4px;
|
|
19284
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
19285
|
+
}
|
|
19286
|
+
.v-combobox .v-field:not(.v-field--focused) input {
|
|
19287
|
+
min-width: 0;
|
|
19288
|
+
}
|
|
19289
|
+
.v-combobox .v-field--dirty .v-combobox__selection {
|
|
19290
|
+
margin-inline-end: 2px;
|
|
19291
|
+
}
|
|
19292
|
+
.v-combobox .v-field--single-line .v-combobox__selection-text {
|
|
19293
|
+
overflow: hidden;
|
|
19294
|
+
text-overflow: ellipsis;
|
|
19295
|
+
white-space: nowrap;
|
|
19296
|
+
}
|
|
19297
|
+
|
|
19298
|
+
.v-combobox__content {
|
|
19299
|
+
overflow: hidden;
|
|
19300
|
+
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));
|
|
19301
|
+
border-radius: 4px;
|
|
19302
|
+
}
|
|
19303
|
+
.v-combobox__mask {
|
|
19304
|
+
background: rgb(var(--v-theme-on-surface-variant));
|
|
19305
|
+
}
|
|
19306
|
+
.v-combobox__selection {
|
|
19307
|
+
display: inline-flex;
|
|
19308
|
+
letter-spacing: inherit;
|
|
19309
|
+
line-height: inherit;
|
|
19310
|
+
max-width: 100%;
|
|
19311
|
+
}
|
|
19312
|
+
.v-combobox--active-menu .v-field__append-inner > .v-icon {
|
|
19313
|
+
opacity: var(--v-high-emphasis-opacity);
|
|
19314
|
+
transform: rotate(180deg);
|
|
19315
|
+
}
|
|
19316
|
+
.v-combobox--chips .v-combobox__selection {
|
|
19317
|
+
margin-top: 2px;
|
|
19318
|
+
margin-bottom: var(--combobox-chips-margin-bottom);
|
|
19319
|
+
}
|
|
19320
|
+
.v-combobox--chips .v-combobox__selection:first-child {
|
|
19321
|
+
margin-inline-start: 0;
|
|
19322
|
+
}
|
|
19323
|
+
.v-combobox--selecting-index .v-combobox__selection {
|
|
19324
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
19325
|
+
}
|
|
19326
|
+
.v-combobox--selecting-index .v-combobox__selection--selected {
|
|
19327
|
+
opacity: 1;
|
|
19328
|
+
}
|
|
19329
|
+
.v-combobox--selecting-index .v-field__input > input {
|
|
19330
|
+
caret-color: transparent;
|
|
19331
|
+
}
|
|
19332
|
+
.v-combobox--single.v-text-field input {
|
|
19333
|
+
flex: 1 1;
|
|
19334
|
+
position: absolute;
|
|
19335
|
+
left: 0;
|
|
19336
|
+
right: 0;
|
|
19337
|
+
width: 100%;
|
|
19338
|
+
padding-inline-start: inherit;
|
|
19339
|
+
padding-inline-end: inherit;
|
|
19340
|
+
}
|
|
19341
|
+
.v-combobox--single .v-field--active input {
|
|
19342
|
+
transition: none;
|
|
19343
|
+
}
|
|
19344
|
+
.v-combobox--single .v-field--dirty:not(.v-field--focused) input {
|
|
19345
|
+
opacity: 0;
|
|
19346
|
+
}
|
|
19347
|
+
.v-combobox--single .v-field--focused .v-combobox__selection {
|
|
19348
|
+
opacity: 0;
|
|
19349
19349
|
}.v-dialog {
|
|
19350
19350
|
align-items: center;
|
|
19351
19351
|
justify-content: center;
|
|
@@ -21773,6 +21773,12 @@ html.v-overlay-scroll-blocked {
|
|
|
21773
21773
|
.v-sheet--fixed {
|
|
21774
21774
|
position: fixed;
|
|
21775
21775
|
}
|
|
21776
|
+
.v-sheet--relative {
|
|
21777
|
+
position: relative;
|
|
21778
|
+
}
|
|
21779
|
+
.v-sheet--sticky {
|
|
21780
|
+
position: sticky;
|
|
21781
|
+
}
|
|
21776
21782
|
.v-sheet--rounded {
|
|
21777
21783
|
border-radius: 4px;
|
|
21778
21784
|
}.v-slide-group {
|
|
@@ -23077,6 +23083,36 @@ html.v-overlay-scroll-blocked {
|
|
|
23077
23083
|
}
|
|
23078
23084
|
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
|
23079
23085
|
will-change: transform;
|
|
23086
|
+
}.v-color-picker-edit {
|
|
23087
|
+
display: flex;
|
|
23088
|
+
}
|
|
23089
|
+
|
|
23090
|
+
.v-color-picker-edit__input {
|
|
23091
|
+
width: 100%;
|
|
23092
|
+
display: flex;
|
|
23093
|
+
flex-wrap: wrap;
|
|
23094
|
+
justify-content: center;
|
|
23095
|
+
text-align: center;
|
|
23096
|
+
}
|
|
23097
|
+
.v-color-picker-edit__input:not(:last-child).v-locale--is-ltr, .v-locale--is-ltr .v-color-picker-edit__input:not(:last-child) {
|
|
23098
|
+
margin-right: 8px;
|
|
23099
|
+
}
|
|
23100
|
+
.v-color-picker-edit__input:not(:last-child).v-locale--is-rtl, .v-locale--is-rtl .v-color-picker-edit__input:not(:last-child) {
|
|
23101
|
+
margin-left: 8px;
|
|
23102
|
+
}
|
|
23103
|
+
.v-color-picker-edit__input input {
|
|
23104
|
+
border-radius: 4px;
|
|
23105
|
+
margin-bottom: 8px;
|
|
23106
|
+
min-width: 0;
|
|
23107
|
+
outline: none;
|
|
23108
|
+
text-align: center;
|
|
23109
|
+
width: 100%;
|
|
23110
|
+
height: 32px;
|
|
23111
|
+
background: rgba(var(--v-theme-surface-variant), 0.2);
|
|
23112
|
+
color: rgba(var(--v-theme-on-surface));
|
|
23113
|
+
}
|
|
23114
|
+
.v-color-picker-edit__input span {
|
|
23115
|
+
font-size: 0.75rem;
|
|
23080
23116
|
}.v-color-picker-preview__alpha .v-slider-track__background {
|
|
23081
23117
|
background-color: transparent !important;
|
|
23082
23118
|
}
|
|
@@ -23178,36 +23214,6 @@ html.v-overlay-scroll-blocked {
|
|
|
23178
23214
|
justify-content: center;
|
|
23179
23215
|
width: 100%;
|
|
23180
23216
|
height: 100%;
|
|
23181
|
-
}.v-color-picker-edit {
|
|
23182
|
-
display: flex;
|
|
23183
|
-
}
|
|
23184
|
-
|
|
23185
|
-
.v-color-picker-edit__input {
|
|
23186
|
-
width: 100%;
|
|
23187
|
-
display: flex;
|
|
23188
|
-
flex-wrap: wrap;
|
|
23189
|
-
justify-content: center;
|
|
23190
|
-
text-align: center;
|
|
23191
|
-
}
|
|
23192
|
-
.v-color-picker-edit__input:not(:last-child).v-locale--is-ltr, .v-locale--is-ltr .v-color-picker-edit__input:not(:last-child) {
|
|
23193
|
-
margin-right: 8px;
|
|
23194
|
-
}
|
|
23195
|
-
.v-color-picker-edit__input:not(:last-child).v-locale--is-rtl, .v-locale--is-rtl .v-color-picker-edit__input:not(:last-child) {
|
|
23196
|
-
margin-left: 8px;
|
|
23197
|
-
}
|
|
23198
|
-
.v-color-picker-edit__input input {
|
|
23199
|
-
border-radius: 4px;
|
|
23200
|
-
margin-bottom: 8px;
|
|
23201
|
-
min-width: 0;
|
|
23202
|
-
outline: none;
|
|
23203
|
-
text-align: center;
|
|
23204
|
-
width: 100%;
|
|
23205
|
-
height: 32px;
|
|
23206
|
-
background: rgba(var(--v-theme-surface-variant), 0.2);
|
|
23207
|
-
color: rgba(var(--v-theme-on-surface));
|
|
23208
|
-
}
|
|
23209
|
-
.v-color-picker-edit__input span {
|
|
23210
|
-
font-size: 0.75rem;
|
|
23211
23217
|
}.v-slider-thumb {
|
|
23212
23218
|
touch-action: none;
|
|
23213
23219
|
color: rgb(var(--v-theme-surface-variant));
|