vuetify 3.3.7 → 3.3.9
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 +3 -3
- package/dist/json/importMap.json +76 -76
- package/dist/json/web-types.json +153 -153
- package/dist/vuetify-labs.css +471 -523
- package/dist/vuetify-labs.d.ts +65 -64
- package/dist/vuetify-labs.esm.js +149 -82
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +148 -81
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +49 -107
- package/dist/vuetify.d.ts +23 -23
- package/dist/vuetify.esm.js +92 -69
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +91 -68
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +116 -112
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.css +2 -2
- package/lib/components/VAutocomplete/VAutocomplete.sass +2 -2
- package/lib/components/VCarousel/VCarousel.mjs +58 -57
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.css +1 -0
- package/lib/components/VColorPicker/VColorPickerEdit.sass +1 -0
- package/lib/components/VColorPicker/VColorPickerPreview.css +1 -1
- package/lib/components/VColorPicker/_variables.scss +2 -1
- package/lib/components/VCombobox/VCombobox.css +2 -2
- package/lib/components/VCombobox/VCombobox.sass +2 -2
- package/lib/components/VField/VField.css +8 -70
- package/lib/components/VField/VField.mjs +1 -1
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +5 -8
- package/lib/components/VField/_variables.scss +3 -3
- package/lib/components/VList/VListItem.css +3 -0
- package/lib/components/VList/VListItem.sass +10 -3
- package/lib/components/VOverlay/VOverlay.mjs +2 -2
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/locationStrategies.mjs +6 -0
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs +4 -2
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VTextField/VTextField.css +1 -1
- package/lib/composables/filter.mjs +3 -2
- package/lib/composables/filter.mjs.map +1 -1
- package/lib/composables/theme.mjs +2 -2
- 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.mts +23 -23
- package/lib/labs/VDataIterator/index.d.mts +1 -0
- package/lib/labs/VDataTable/VDataTableRows.mjs +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/items.mjs +1 -0
- package/lib/labs/VDataTable/composables/items.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.mts +47 -46
- package/lib/labs/VDataTable/types.mjs.map +1 -1
- package/lib/labs/VDateInput/composables.mjs +1 -1
- package/lib/labs/VDateInput/composables.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +16 -16
- package/lib/labs/VDatePicker/VDatePicker.mjs +8 -7
- package/lib/labs/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/labs/VDatePicker/VDatePickerControls.css +7 -0
- package/lib/labs/VDatePicker/VDatePickerControls.mjs +1 -0
- package/lib/labs/VDatePicker/VDatePickerControls.mjs.map +1 -1
- package/lib/labs/VDatePicker/VDatePickerControls.sass +8 -0
- package/lib/labs/VDatePicker/composables.mjs +15 -2
- package/lib/labs/VDatePicker/composables.mjs.map +1 -1
- package/lib/labs/VDatePicker/index.d.mts +18 -18
- package/lib/labs/VDateRangePicker/VDateRangePicker.mjs +2 -4
- package/lib/labs/VDateRangePicker/VDateRangePicker.mjs.map +1 -1
- package/lib/labs/VDateRangePicker/VDateRangePickerHeader.mjs +4 -5
- package/lib/labs/VDateRangePicker/VDateRangePickerHeader.mjs.map +1 -1
- package/lib/labs/VDateRangePicker/index.d.mts +59 -51
- package/lib/labs/VPicker/VPicker.css +0 -1
- package/lib/labs/VPicker/VPicker.sass +0 -1
- package/lib/labs/components.d.mts +65 -64
- package/lib/labs/date/adapters/vuetify.mjs +14 -1
- package/lib/labs/date/adapters/vuetify.mjs.map +1 -1
- package/lib/labs/date/date.mjs +3 -3
- package/lib/labs/date/date.mjs.map +1 -1
- package/lib/labs/date/index.d.mts +25 -1
- package/package.json +2 -2
- package/lib/components/VField/_mixins.sass +0 -7
package/dist/vuetify.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.3.
|
|
2
|
+
* Vuetify v3.3.9
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -16257,8 +16257,8 @@ html.overflow-y-hidden {
|
|
|
16257
16257
|
padding-inline-end: inherit;
|
|
16258
16258
|
}
|
|
16259
16259
|
.v-autocomplete--single .v-field--variant-outlined input {
|
|
16260
|
-
top:
|
|
16261
|
-
transform: translateY(-50%);
|
|
16260
|
+
top: 50%;
|
|
16261
|
+
transform: translateY(calc(-50% - (var(--v-input-chips-margin-top) + var(--v-input-chips-margin-bottom)) / 2));
|
|
16262
16262
|
}
|
|
16263
16263
|
.v-autocomplete--single .v-field--active input {
|
|
16264
16264
|
transition: none;
|
|
@@ -18915,8 +18915,8 @@ html.overflow-y-hidden {
|
|
|
18915
18915
|
padding-inline-end: inherit;
|
|
18916
18916
|
}
|
|
18917
18917
|
.v-combobox--single .v-field--variant-outlined input {
|
|
18918
|
-
top:
|
|
18919
|
-
transform: translateY(-50%);
|
|
18918
|
+
top: 50%;
|
|
18919
|
+
transform: translateY(calc(-50% - (var(--v-input-chips-margin-top) + var(--v-input-chips-margin-bottom)) / 2));
|
|
18920
18920
|
}
|
|
18921
18921
|
.v-combobox--single .v-field--active input {
|
|
18922
18922
|
transition: none;
|
|
@@ -19294,47 +19294,17 @@ html.overflow-y-hidden {
|
|
|
19294
19294
|
border-bottom-right-radius: 0;
|
|
19295
19295
|
}
|
|
19296
19296
|
.v-input--density-default .v-field--variant-solo, .v-input--density-default .v-field--variant-solo-inverted, .v-input--density-default .v-field--variant-solo-filled, .v-input--density-default .v-field--variant-filled {
|
|
19297
|
-
--v-input-control-height:
|
|
19298
|
-
--v-field-padding-bottom: 5px;
|
|
19299
|
-
}
|
|
19300
|
-
|
|
19301
|
-
.v-input--density-default .v-field--variant-solo, .v-input--density-default .v-field--variant-solo-inverted, .v-input--density-default .v-field--variant-solo-filled, .v-input--density-default .v-field--variant-filled {
|
|
19302
|
-
--v-input-control-height: 52px;
|
|
19303
|
-
--v-field-padding-bottom: 5px;
|
|
19304
|
-
}
|
|
19305
|
-
|
|
19306
|
-
.v-input--density-default .v-field--variant-solo, .v-input--density-default .v-field--variant-solo-inverted, .v-input--density-default .v-field--variant-solo-filled, .v-input--density-default .v-field--variant-filled {
|
|
19307
|
-
--v-input-control-height: 50px;
|
|
19297
|
+
--v-input-control-height: 56px;
|
|
19308
19298
|
--v-field-padding-bottom: 5px;
|
|
19309
19299
|
}
|
|
19310
19300
|
|
|
19311
19301
|
.v-input--density-comfortable .v-field--variant-solo, .v-input--density-comfortable .v-field--variant-solo-inverted, .v-input--density-comfortable .v-field--variant-solo-filled, .v-input--density-comfortable .v-field--variant-filled {
|
|
19312
|
-
--v-input-control-height:
|
|
19313
|
-
--v-field-padding-bottom: 1px;
|
|
19314
|
-
}
|
|
19315
|
-
|
|
19316
|
-
.v-input--density-comfortable .v-field--variant-solo, .v-input--density-comfortable .v-field--variant-solo-inverted, .v-input--density-comfortable .v-field--variant-solo-filled, .v-input--density-comfortable .v-field--variant-filled {
|
|
19317
|
-
--v-input-control-height: 44px;
|
|
19318
|
-
--v-field-padding-bottom: 1px;
|
|
19319
|
-
}
|
|
19320
|
-
|
|
19321
|
-
.v-input--density-comfortable .v-field--variant-solo, .v-input--density-comfortable .v-field--variant-solo-inverted, .v-input--density-comfortable .v-field--variant-solo-filled, .v-input--density-comfortable .v-field--variant-filled {
|
|
19322
|
-
--v-input-control-height: 42px;
|
|
19302
|
+
--v-input-control-height: 48px;
|
|
19323
19303
|
--v-field-padding-bottom: 1px;
|
|
19324
19304
|
}
|
|
19325
19305
|
|
|
19326
19306
|
.v-input--density-compact .v-field--variant-solo, .v-input--density-compact .v-field--variant-solo-inverted, .v-input--density-compact .v-field--variant-solo-filled, .v-input--density-compact .v-field--variant-filled {
|
|
19327
|
-
--v-input-control-height:
|
|
19328
|
-
--v-field-padding-bottom: 0px;
|
|
19329
|
-
}
|
|
19330
|
-
|
|
19331
|
-
.v-input--density-compact .v-field--variant-solo, .v-input--density-compact .v-field--variant-solo-inverted, .v-input--density-compact .v-field--variant-solo-filled, .v-input--density-compact .v-field--variant-filled {
|
|
19332
|
-
--v-input-control-height: 36px;
|
|
19333
|
-
--v-field-padding-bottom: 0px;
|
|
19334
|
-
}
|
|
19335
|
-
|
|
19336
|
-
.v-input--density-compact .v-field--variant-solo, .v-input--density-compact .v-field--variant-solo-inverted, .v-input--density-compact .v-field--variant-solo-filled, .v-input--density-compact .v-field--variant-filled {
|
|
19337
|
-
--v-input-control-height: 34px;
|
|
19307
|
+
--v-input-control-height: 40px;
|
|
19338
19308
|
--v-field-padding-bottom: 0px;
|
|
19339
19309
|
}
|
|
19340
19310
|
|
|
@@ -19363,53 +19333,20 @@ html.overflow-y-hidden {
|
|
|
19363
19333
|
--v-field-padding-top: var(--v-field-padding-top--plain-underlined, 6px);
|
|
19364
19334
|
}
|
|
19365
19335
|
.v-input--density-default .v-field--variant-plain, .v-input--density-default .v-field--variant-underlined {
|
|
19366
|
-
--v-input-control-height:
|
|
19367
|
-
--v-field-padding-bottom: 5px;
|
|
19368
|
-
}
|
|
19369
|
-
|
|
19370
|
-
.v-input--density-default .v-field--variant-plain, .v-input--density-default .v-field--variant-underlined {
|
|
19371
|
-
--v-input-control-height: 44px;
|
|
19372
|
-
--v-field-padding-bottom: 5px;
|
|
19373
|
-
}
|
|
19374
|
-
|
|
19375
|
-
.v-input--density-default .v-field--variant-plain, .v-input--density-default .v-field--variant-underlined {
|
|
19376
|
-
--v-input-control-height: 42px;
|
|
19336
|
+
--v-input-control-height: 48px;
|
|
19377
19337
|
--v-field-padding-bottom: 5px;
|
|
19378
19338
|
}
|
|
19379
19339
|
|
|
19380
19340
|
.v-input--density-comfortable .v-field--variant-plain, .v-input--density-comfortable .v-field--variant-underlined {
|
|
19381
|
-
--v-input-control-height:
|
|
19382
|
-
--v-field-padding-bottom: 1px;
|
|
19383
|
-
}
|
|
19384
|
-
|
|
19385
|
-
.v-input--density-comfortable .v-field--variant-plain, .v-input--density-comfortable .v-field--variant-underlined {
|
|
19386
|
-
--v-input-control-height: 36px;
|
|
19387
|
-
--v-field-padding-bottom: 1px;
|
|
19388
|
-
}
|
|
19389
|
-
|
|
19390
|
-
.v-input--density-comfortable .v-field--variant-plain, .v-input--density-comfortable .v-field--variant-underlined {
|
|
19391
|
-
--v-input-control-height: 34px;
|
|
19341
|
+
--v-input-control-height: 40px;
|
|
19392
19342
|
--v-field-padding-bottom: 1px;
|
|
19393
19343
|
}
|
|
19394
19344
|
|
|
19395
19345
|
.v-input--density-compact .v-field--variant-plain, .v-input--density-compact .v-field--variant-underlined {
|
|
19396
|
-
--v-input-control-height:
|
|
19397
|
-
--v-field-padding-bottom: 0px;
|
|
19398
|
-
}
|
|
19399
|
-
|
|
19400
|
-
.v-input--density-compact .v-field--variant-plain, .v-input--density-compact .v-field--variant-underlined {
|
|
19401
|
-
--v-input-control-height: 28px;
|
|
19346
|
+
--v-input-control-height: 32px;
|
|
19402
19347
|
--v-field-padding-bottom: 0px;
|
|
19403
19348
|
}
|
|
19404
19349
|
|
|
19405
|
-
.v-input--density-compact .v-field--variant-plain, .v-input--density-compact .v-field--variant-underlined {
|
|
19406
|
-
--v-input-control-height: 26px;
|
|
19407
|
-
--v-field-padding-bottom: 0px;
|
|
19408
|
-
}
|
|
19409
|
-
|
|
19410
|
-
.v-field--variant-outlined {
|
|
19411
|
-
--v-input-chips-margin-bottom: 2px;
|
|
19412
|
-
}
|
|
19413
19350
|
.v-field--flat {
|
|
19414
19351
|
box-shadow: none;
|
|
19415
19352
|
}
|
|
@@ -19431,7 +19368,8 @@ html.overflow-y-hidden {
|
|
|
19431
19368
|
flex-wrap: wrap;
|
|
19432
19369
|
letter-spacing: 0.009375em;
|
|
19433
19370
|
opacity: var(--v-high-emphasis-opacity);
|
|
19434
|
-
min-height:
|
|
19371
|
+
min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom) + var(--v-input-chips-margin-bottom) + 2px);
|
|
19372
|
+
min-width: 0;
|
|
19435
19373
|
padding-inline-start: var(--v-field-padding-start);
|
|
19436
19374
|
padding-inline-end: var(--v-field-padding-end);
|
|
19437
19375
|
padding-top: var(--v-field-input-padding-top);
|
|
@@ -20627,6 +20565,9 @@ textarea.v-field__input::placeholder {
|
|
|
20627
20565
|
|
|
20628
20566
|
.v-list-group__header.v-list-item--active:not(:focus-visible) .v-list-item__overlay {
|
|
20629
20567
|
opacity: 0;
|
|
20568
|
+
}
|
|
20569
|
+
.v-list-group__header.v-list-item--active:hover .v-list-item__overlay {
|
|
20570
|
+
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
|
20630
20571
|
}.v-locale-provider {
|
|
20631
20572
|
display: contents;
|
|
20632
20573
|
}.v-main {
|
|
@@ -22088,7 +22029,7 @@ html.v-overlay-scroll-blocked {
|
|
|
22088
22029
|
opacity: 0;
|
|
22089
22030
|
transition: inherit;
|
|
22090
22031
|
white-space: nowrap;
|
|
22091
|
-
min-height:
|
|
22032
|
+
min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom) + var(--v-input-chips-margin-bottom) + 2px);
|
|
22092
22033
|
padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
|
|
22093
22034
|
padding-bottom: var(--v-field-padding-bottom, 6px);
|
|
22094
22035
|
}
|
|
@@ -22825,36 +22766,6 @@ html.v-overlay-scroll-blocked {
|
|
|
22825
22766
|
}
|
|
22826
22767
|
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
|
22827
22768
|
will-change: transform;
|
|
22828
|
-
}.v-color-picker-edit {
|
|
22829
|
-
display: flex;
|
|
22830
|
-
}
|
|
22831
|
-
|
|
22832
|
-
.v-color-picker-edit__input {
|
|
22833
|
-
width: 100%;
|
|
22834
|
-
display: flex;
|
|
22835
|
-
flex-wrap: wrap;
|
|
22836
|
-
justify-content: center;
|
|
22837
|
-
text-align: center;
|
|
22838
|
-
}
|
|
22839
|
-
.v-color-picker-edit__input:not(:last-child).v-locale--is-ltr, .v-locale--is-ltr .v-color-picker-edit__input:not(:last-child) {
|
|
22840
|
-
margin-right: 8px;
|
|
22841
|
-
}
|
|
22842
|
-
.v-color-picker-edit__input:not(:last-child).v-locale--is-rtl, .v-locale--is-rtl .v-color-picker-edit__input:not(:last-child) {
|
|
22843
|
-
margin-left: 8px;
|
|
22844
|
-
}
|
|
22845
|
-
.v-color-picker-edit__input input {
|
|
22846
|
-
border-radius: 4px;
|
|
22847
|
-
margin-bottom: 8px;
|
|
22848
|
-
min-width: 0;
|
|
22849
|
-
outline: none;
|
|
22850
|
-
text-align: center;
|
|
22851
|
-
width: 100%;
|
|
22852
|
-
height: 32px;
|
|
22853
|
-
background: rgba(var(--v-theme-surface-variant), 0.2);
|
|
22854
|
-
color: rgba(var(--v-theme-on-surface));
|
|
22855
|
-
}
|
|
22856
|
-
.v-color-picker-edit__input span {
|
|
22857
|
-
font-size: 0.75rem;
|
|
22858
22769
|
}.v-color-picker-preview__alpha .v-slider-track__background {
|
|
22859
22770
|
background-color: transparent !important;
|
|
22860
22771
|
}
|
|
@@ -22920,7 +22831,38 @@ html.v-overlay-scroll-blocked {
|
|
|
22920
22831
|
.v-color-picker-preview {
|
|
22921
22832
|
align-items: center;
|
|
22922
22833
|
display: flex;
|
|
22923
|
-
margin-bottom:
|
|
22834
|
+
margin-bottom: 0;
|
|
22835
|
+
}.v-color-picker-edit {
|
|
22836
|
+
display: flex;
|
|
22837
|
+
margin-top: 24px;
|
|
22838
|
+
}
|
|
22839
|
+
|
|
22840
|
+
.v-color-picker-edit__input {
|
|
22841
|
+
width: 100%;
|
|
22842
|
+
display: flex;
|
|
22843
|
+
flex-wrap: wrap;
|
|
22844
|
+
justify-content: center;
|
|
22845
|
+
text-align: center;
|
|
22846
|
+
}
|
|
22847
|
+
.v-color-picker-edit__input:not(:last-child).v-locale--is-ltr, .v-locale--is-ltr .v-color-picker-edit__input:not(:last-child) {
|
|
22848
|
+
margin-right: 8px;
|
|
22849
|
+
}
|
|
22850
|
+
.v-color-picker-edit__input:not(:last-child).v-locale--is-rtl, .v-locale--is-rtl .v-color-picker-edit__input:not(:last-child) {
|
|
22851
|
+
margin-left: 8px;
|
|
22852
|
+
}
|
|
22853
|
+
.v-color-picker-edit__input input {
|
|
22854
|
+
border-radius: 4px;
|
|
22855
|
+
margin-bottom: 8px;
|
|
22856
|
+
min-width: 0;
|
|
22857
|
+
outline: none;
|
|
22858
|
+
text-align: center;
|
|
22859
|
+
width: 100%;
|
|
22860
|
+
height: 32px;
|
|
22861
|
+
background: rgba(var(--v-theme-surface-variant), 0.2);
|
|
22862
|
+
color: rgba(var(--v-theme-on-surface));
|
|
22863
|
+
}
|
|
22864
|
+
.v-color-picker-edit__input span {
|
|
22865
|
+
font-size: 0.75rem;
|
|
22924
22866
|
}.v-color-picker-swatches {
|
|
22925
22867
|
overflow-y: auto;
|
|
22926
22868
|
}
|
package/dist/vuetify.d.ts
CHANGED
|
@@ -60052,50 +60052,50 @@ declare module '@vue/runtime-core' {
|
|
|
60052
60052
|
|
|
60053
60053
|
export interface GlobalComponents {
|
|
60054
60054
|
VApp: typeof import('vuetify/components')['VApp']
|
|
60055
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
|
60056
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
60057
60055
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
60058
60056
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
60059
60057
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
60058
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
|
60059
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
60060
60060
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
60061
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
|
60062
60061
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
60063
|
-
|
|
60062
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
|
60064
60063
|
VBanner: typeof import('vuetify/components')['VBanner']
|
|
60065
60064
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
60066
60065
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
60066
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
60067
60067
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
60068
60068
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
60069
60069
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
60070
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
60071
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
60072
60070
|
VBtn: typeof import('vuetify/components')['VBtn']
|
|
60073
|
-
|
|
60074
|
-
|
|
60071
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
60072
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
60075
60073
|
VCard: typeof import('vuetify/components')['VCard']
|
|
60076
60074
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
|
60077
60075
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
|
60078
60076
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
|
60079
60077
|
VCardText: typeof import('vuetify/components')['VCardText']
|
|
60080
60078
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
|
60081
|
-
VChip: typeof import('vuetify/components')['VChip']
|
|
60082
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
60083
60079
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
60084
60080
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
60081
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
60082
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
60083
|
+
VChip: typeof import('vuetify/components')['VChip']
|
|
60084
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
60085
60085
|
VCode: typeof import('vuetify/components')['VCode']
|
|
60086
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
60087
60086
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
60088
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
|
60089
60087
|
VCounter: typeof import('vuetify/components')['VCounter']
|
|
60088
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
|
60089
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
|
60090
60090
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
|
60091
60091
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
|
60092
60092
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
|
60093
60093
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
|
60094
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
|
60095
60094
|
VField: typeof import('vuetify/components')['VField']
|
|
60096
60095
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
60097
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
|
60098
60096
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
60097
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
|
60098
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
60099
60099
|
VIcon: typeof import('vuetify/components')['VIcon']
|
|
60100
60100
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
|
60101
60101
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
|
@@ -60105,8 +60105,8 @@ declare module '@vue/runtime-core' {
|
|
|
60105
60105
|
VInput: typeof import('vuetify/components')['VInput']
|
|
60106
60106
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
60107
60107
|
VItem: typeof import('vuetify/components')['VItem']
|
|
60108
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
|
60109
60108
|
VKbd: typeof import('vuetify/components')['VKbd']
|
|
60109
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
|
60110
60110
|
VList: typeof import('vuetify/components')['VList']
|
|
60111
60111
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
|
60112
60112
|
VListImg: typeof import('vuetify/components')['VListImg']
|
|
@@ -60124,17 +60124,17 @@ declare module '@vue/runtime-core' {
|
|
|
60124
60124
|
VPagination: typeof import('vuetify/components')['VPagination']
|
|
60125
60125
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
60126
60126
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
60127
|
-
VRating: typeof import('vuetify/components')['VRating']
|
|
60128
60127
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
60128
|
+
VRating: typeof import('vuetify/components')['VRating']
|
|
60129
60129
|
VSelect: typeof import('vuetify/components')['VSelect']
|
|
60130
60130
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
60131
60131
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
60132
60132
|
VSheet: typeof import('vuetify/components')['VSheet']
|
|
60133
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
|
60134
60133
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
60135
60134
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
60136
|
-
|
|
60135
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
|
60137
60136
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
60137
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
60138
60138
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
60139
60139
|
VTabs: typeof import('vuetify/components')['VTabs']
|
|
60140
60140
|
VTab: typeof import('vuetify/components')['VTab']
|
|
@@ -60149,25 +60149,25 @@ declare module '@vue/runtime-core' {
|
|
|
60149
60149
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
60150
60150
|
VWindow: typeof import('vuetify/components')['VWindow']
|
|
60151
60151
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
60152
|
-
|
|
60152
|
+
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
60153
|
+
VForm: typeof import('vuetify/components')['VForm']
|
|
60153
60154
|
VContainer: typeof import('vuetify/components')['VContainer']
|
|
60154
60155
|
VCol: typeof import('vuetify/components')['VCol']
|
|
60155
60156
|
VRow: typeof import('vuetify/components')['VRow']
|
|
60156
60157
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
|
60157
|
-
|
|
60158
|
-
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
60158
|
+
VHover: typeof import('vuetify/components')['VHover']
|
|
60159
60159
|
VLayout: typeof import('vuetify/components')['VLayout']
|
|
60160
60160
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
|
60161
60161
|
VLazy: typeof import('vuetify/components')['VLazy']
|
|
60162
60162
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
|
60163
60163
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
|
60164
60164
|
VParallax: typeof import('vuetify/components')['VParallax']
|
|
60165
|
-
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
60166
60165
|
VRadio: typeof import('vuetify/components')['VRadio']
|
|
60166
|
+
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
60167
60167
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
|
60168
|
+
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
60168
60169
|
VValidation: typeof import('vuetify/components')['VValidation']
|
|
60169
60170
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
60170
|
-
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
60171
60171
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
|
60172
60172
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
|
60173
60173
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
package/dist/vuetify.esm.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.3.
|
|
2
|
+
* Vuetify v3.3.9
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
import { Fragment, reactive, computed, watchEffect, toRefs, capitalize, warn, watch, onScopeDispose, effectScope, ref, unref, provide, shallowRef, inject as inject$1, defineComponent as defineComponent$1, camelize, h, getCurrentInstance as getCurrentInstance$1, onBeforeUnmount, readonly, onDeactivated, onActivated, onMounted, toRaw, createVNode, TransitionGroup, Transition, mergeProps, onBeforeMount, nextTick, withDirectives, resolveDirective, vShow, isRef, toRef, Text, resolveDynamicComponent, Teleport, cloneVNode, createTextVNode,
|
|
7
|
+
import { Fragment, reactive, computed, watchEffect, toRefs, capitalize, warn, watch, onScopeDispose, effectScope, ref, unref, provide, shallowRef, inject as inject$1, defineComponent as defineComponent$1, camelize, h, getCurrentInstance as getCurrentInstance$1, onBeforeUnmount, readonly, onDeactivated, onActivated, onMounted, toRaw, createVNode, TransitionGroup, Transition, mergeProps, onBeforeMount, nextTick, withDirectives, resolveDirective, vShow, isRef, toRef, Text, resolveDynamicComponent, Teleport, cloneVNode, createTextVNode, onBeforeUpdate, vModelText } from 'vue';
|
|
8
8
|
|
|
9
9
|
// Types
|
|
10
10
|
// eslint-disable-line vue/prefer-import-from-vue
|
|
@@ -2154,7 +2154,7 @@ function parseThemeOptions() {
|
|
|
2154
2154
|
|
|
2155
2155
|
// Composables
|
|
2156
2156
|
function createTheme(options) {
|
|
2157
|
-
const parsedOptions =
|
|
2157
|
+
const parsedOptions = parseThemeOptions(options);
|
|
2158
2158
|
const name = ref(parsedOptions.defaultTheme);
|
|
2159
2159
|
const themes = ref(parsedOptions.themes);
|
|
2160
2160
|
const computedThemes = computed(() => {
|
|
@@ -8327,6 +8327,12 @@ function getIntrinsicSize(el, isRtl) {
|
|
|
8327
8327
|
// el.style.removeProperty('max-width')
|
|
8328
8328
|
// el.style.removeProperty('max-height')
|
|
8329
8329
|
|
|
8330
|
+
if (isRtl) {
|
|
8331
|
+
el.style.removeProperty('left');
|
|
8332
|
+
} else {
|
|
8333
|
+
el.style.removeProperty('right');
|
|
8334
|
+
}
|
|
8335
|
+
|
|
8330
8336
|
/* eslint-disable-next-line sonarjs/prefer-immediate-return */
|
|
8331
8337
|
const contentBox = nullifyTransforms(el);
|
|
8332
8338
|
if (isRtl) {
|
|
@@ -9608,11 +9614,11 @@ const VOverlay = genericComponent()({
|
|
|
9608
9614
|
props: mergeProps({
|
|
9609
9615
|
ref: activatorRef
|
|
9610
9616
|
}, activatorEvents.value, props.activatorProps)
|
|
9611
|
-
}), isMounted.value && createVNode(Teleport, {
|
|
9617
|
+
}), isMounted.value && hasContent.value && createVNode(Teleport, {
|
|
9612
9618
|
"disabled": !teleportTarget.value,
|
|
9613
9619
|
"to": teleportTarget.value
|
|
9614
9620
|
}, {
|
|
9615
|
-
default: () => [
|
|
9621
|
+
default: () => [createVNode("div", mergeProps({
|
|
9616
9622
|
"class": ['v-overlay', {
|
|
9617
9623
|
'v-overlay--absolute': props.absolute || props.contained,
|
|
9618
9624
|
'v-overlay--active': isActive.value,
|
|
@@ -10114,7 +10120,7 @@ const VField = genericComponent()({
|
|
|
10114
10120
|
}, null), createVNode(LoaderSlot, {
|
|
10115
10121
|
"name": "v-field",
|
|
10116
10122
|
"active": !!props.loading,
|
|
10117
|
-
"color": props.error ? 'error' : props.color
|
|
10123
|
+
"color": props.error ? 'error' : typeof props.loading === 'string' ? props.loading : props.color
|
|
10118
10124
|
}, {
|
|
10119
10125
|
default: slots.loader
|
|
10120
10126
|
}), hasPrepend && createVNode("div", {
|
|
@@ -11097,7 +11103,8 @@ function useFilter(props, items, query, options) {
|
|
|
11097
11103
|
const filteredMatches = ref(new Map());
|
|
11098
11104
|
const transformedItems = computed(() => options?.transform ? unref(items).map(options?.transform) : unref(items));
|
|
11099
11105
|
watchEffect(() => {
|
|
11100
|
-
const
|
|
11106
|
+
const _query = typeof query === 'function' ? query() : unref(query);
|
|
11107
|
+
const strQuery = typeof _query !== 'string' && typeof _query !== 'number' ? '' : String(_query);
|
|
11101
11108
|
const results = filterItems(transformedItems.value, strQuery, {
|
|
11102
11109
|
customKeyFilter: props.customKeyFilter,
|
|
11103
11110
|
default: props.customFilter,
|
|
@@ -12670,64 +12677,65 @@ const VCarousel = genericComponent()({
|
|
|
12670
12677
|
window.clearTimeout(slideTimeout);
|
|
12671
12678
|
window.requestAnimationFrame(startTimeout);
|
|
12672
12679
|
}
|
|
12673
|
-
useRender(() =>
|
|
12674
|
-
|
|
12675
|
-
|
|
12676
|
-
|
|
12677
|
-
|
|
12678
|
-
|
|
12679
|
-
|
|
12680
|
-
|
|
12681
|
-
|
|
12682
|
-
|
|
12683
|
-
|
|
12684
|
-
|
|
12685
|
-
|
|
12686
|
-
|
|
12687
|
-
|
|
12688
|
-
|
|
12689
|
-
|
|
12690
|
-
|
|
12691
|
-
|
|
12692
|
-
|
|
12693
|
-
|
|
12694
|
-
|
|
12695
|
-
|
|
12696
|
-
|
|
12697
|
-
|
|
12698
|
-
}
|
|
12699
|
-
}, [group.items.value.length > 0 && createVNode(VDefaultsProvider, {
|
|
12700
|
-
"defaults": {
|
|
12701
|
-
VBtn: {
|
|
12702
|
-
color: props.color,
|
|
12703
|
-
icon: props.delimiterIcon,
|
|
12704
|
-
size: 'x-small',
|
|
12705
|
-
variant: 'text'
|
|
12680
|
+
useRender(() => {
|
|
12681
|
+
const [windowProps] = VWindow.filterProps(props);
|
|
12682
|
+
return createVNode(VWindow, mergeProps({
|
|
12683
|
+
"ref": windowRef
|
|
12684
|
+
}, windowProps, {
|
|
12685
|
+
"modelValue": model.value,
|
|
12686
|
+
"onUpdate:modelValue": $event => model.value = $event,
|
|
12687
|
+
"class": ['v-carousel', {
|
|
12688
|
+
'v-carousel--hide-delimiter-background': props.hideDelimiterBackground,
|
|
12689
|
+
'v-carousel--vertical-delimiters': props.verticalDelimiters
|
|
12690
|
+
}, props.class],
|
|
12691
|
+
"style": [{
|
|
12692
|
+
height: convertToUnit(props.height)
|
|
12693
|
+
}, props.style]
|
|
12694
|
+
}), {
|
|
12695
|
+
default: slots.default,
|
|
12696
|
+
additional: _ref2 => {
|
|
12697
|
+
let {
|
|
12698
|
+
group
|
|
12699
|
+
} = _ref2;
|
|
12700
|
+
return createVNode(Fragment, null, [!props.hideDelimiters && createVNode("div", {
|
|
12701
|
+
"class": "v-carousel__controls",
|
|
12702
|
+
"style": {
|
|
12703
|
+
left: props.verticalDelimiters === 'left' && props.verticalDelimiters ? 0 : 'auto',
|
|
12704
|
+
right: props.verticalDelimiters === 'right' ? 0 : 'auto'
|
|
12706
12705
|
}
|
|
12707
|
-
},
|
|
12708
|
-
|
|
12709
|
-
|
|
12710
|
-
|
|
12711
|
-
|
|
12712
|
-
|
|
12713
|
-
|
|
12714
|
-
|
|
12715
|
-
|
|
12716
|
-
|
|
12717
|
-
|
|
12718
|
-
|
|
12719
|
-
|
|
12720
|
-
|
|
12721
|
-
|
|
12722
|
-
|
|
12723
|
-
|
|
12724
|
-
|
|
12725
|
-
|
|
12726
|
-
|
|
12727
|
-
|
|
12728
|
-
|
|
12729
|
-
|
|
12730
|
-
|
|
12706
|
+
}, [group.items.value.length > 0 && createVNode(VDefaultsProvider, {
|
|
12707
|
+
"defaults": {
|
|
12708
|
+
VBtn: {
|
|
12709
|
+
color: props.color,
|
|
12710
|
+
icon: props.delimiterIcon,
|
|
12711
|
+
size: 'x-small',
|
|
12712
|
+
variant: 'text'
|
|
12713
|
+
}
|
|
12714
|
+
},
|
|
12715
|
+
"scoped": true
|
|
12716
|
+
}, {
|
|
12717
|
+
default: () => [group.items.value.map((item, index) => {
|
|
12718
|
+
const props = {
|
|
12719
|
+
id: `carousel-item-${item.id}`,
|
|
12720
|
+
'aria-label': t('$vuetify.carousel.ariaLabel.delimiter', index + 1, group.items.value.length),
|
|
12721
|
+
class: [group.isSelected(item.id) && 'v-btn--active'],
|
|
12722
|
+
onClick: () => group.select(item.id, true)
|
|
12723
|
+
};
|
|
12724
|
+
return slots.item ? slots.item({
|
|
12725
|
+
props,
|
|
12726
|
+
item
|
|
12727
|
+
}) : createVNode(VBtn, mergeProps(item, props), null);
|
|
12728
|
+
})]
|
|
12729
|
+
})]), props.progress && createVNode(VProgressLinear, {
|
|
12730
|
+
"class": "v-carousel__progress",
|
|
12731
|
+
"color": typeof props.progress === 'string' ? props.progress : undefined,
|
|
12732
|
+
"modelValue": (group.getItemIndex(model.value) + 1) / group.items.value.length * 100
|
|
12733
|
+
}, null)]);
|
|
12734
|
+
},
|
|
12735
|
+
prev: slots.prev,
|
|
12736
|
+
next: slots.next
|
|
12737
|
+
});
|
|
12738
|
+
});
|
|
12731
12739
|
return {};
|
|
12732
12740
|
}
|
|
12733
12741
|
});
|
|
@@ -17478,8 +17486,10 @@ const VRangeSlider = genericComponent()({
|
|
|
17478
17486
|
value
|
|
17479
17487
|
} = _ref2;
|
|
17480
17488
|
const newValue = activeThumbRef.value === startThumbRef.value?.$el ? [value, model.value[1]] : [model.value[0], value];
|
|
17481
|
-
|
|
17482
|
-
|
|
17489
|
+
if (!props.strict && newValue[0] < newValue[1]) {
|
|
17490
|
+
model.value = newValue;
|
|
17491
|
+
}
|
|
17492
|
+
emit('end', model.value);
|
|
17483
17493
|
},
|
|
17484
17494
|
onSliderMove: _ref3 => {
|
|
17485
17495
|
let {
|
|
@@ -19821,11 +19831,24 @@ function startOfMonth(date) {
|
|
|
19821
19831
|
function endOfMonth(date) {
|
|
19822
19832
|
return new Date(date.getFullYear(), date.getMonth() + 1, 0);
|
|
19823
19833
|
}
|
|
19834
|
+
function formatYyyyMmDd(value) {
|
|
19835
|
+
const formattedValue = value.split('-').map(d => d.padStart(2, '0')).join('-');
|
|
19836
|
+
const offsetMin = new Date().getTimezoneOffset() / -60;
|
|
19837
|
+
const offsetSign = offsetMin < 0 ? '-' : '+';
|
|
19838
|
+
const offsetValue = Math.abs(offsetMin).toString().padStart(2, '0');
|
|
19839
|
+
return `${formattedValue}T00:00:00.000${offsetSign}${offsetValue}:00`;
|
|
19840
|
+
}
|
|
19841
|
+
const _YYYMMDD = /([12]\d{3}-([1-9]|0[1-9]|1[0-2])-([1-9]|0[1-9]|[12]\d|3[01]))/;
|
|
19824
19842
|
function date(value) {
|
|
19825
19843
|
if (value == null) return new Date();
|
|
19826
19844
|
if (value instanceof Date) return value;
|
|
19827
19845
|
if (typeof value === 'string') {
|
|
19828
|
-
|
|
19846
|
+
let parsed;
|
|
19847
|
+
if (_YYYMMDD.test(value)) {
|
|
19848
|
+
parsed = Date.parse(formatYyyyMmDd(value));
|
|
19849
|
+
} else {
|
|
19850
|
+
parsed = Date.parse(value);
|
|
19851
|
+
}
|
|
19829
19852
|
if (!isNaN(parsed)) return new Date(parsed);
|
|
19830
19853
|
}
|
|
19831
19854
|
return null;
|
|
@@ -20156,7 +20179,7 @@ function createVuetify$1() {
|
|
|
20156
20179
|
date
|
|
20157
20180
|
};
|
|
20158
20181
|
}
|
|
20159
|
-
const version$1 = "3.3.
|
|
20182
|
+
const version$1 = "3.3.9";
|
|
20160
20183
|
createVuetify$1.version = version$1;
|
|
20161
20184
|
|
|
20162
20185
|
// Vue's inject() can only be used in setup
|
|
@@ -20181,7 +20204,7 @@ const createVuetify = function () {
|
|
|
20181
20204
|
...options
|
|
20182
20205
|
});
|
|
20183
20206
|
};
|
|
20184
|
-
const version = "3.3.
|
|
20207
|
+
const version = "3.3.9";
|
|
20185
20208
|
createVuetify.version = version;
|
|
20186
20209
|
|
|
20187
20210
|
export { components, createVuetify, directives, useDefaults, useDisplay, useLayout, useLocale, useRtl, useTheme, version };
|