vuetify 3.3.8 → 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 +2 -2
- package/dist/json/importMap.json +42 -42
- package/dist/json/web-types.json +152 -152
- package/dist/vuetify-labs.css +522 -575
- package/dist/vuetify-labs.d.ts +65 -64
- package/dist/vuetify-labs.esm.js +85 -20
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +85 -20
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +61 -120
- package/dist/vuetify.d.ts +11 -11
- package/dist/vuetify.esm.js +28 -7
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +28 -7
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +27 -24
- 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/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 +7 -70
- package/lib/components/VField/VField.mjs +1 -1
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +4 -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/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/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +11 -11
- 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;
|
|
19402
|
-
--v-field-padding-bottom: 0px;
|
|
19403
|
-
}
|
|
19404
|
-
|
|
19405
|
-
.v-input--density-compact .v-field--variant-plain, .v-input--density-compact .v-field--variant-underlined {
|
|
19406
|
-
--v-input-control-height: 26px;
|
|
19346
|
+
--v-input-control-height: 32px;
|
|
19407
19347
|
--v-field-padding-bottom: 0px;
|
|
19408
19348
|
}
|
|
19409
19349
|
|
|
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,7 @@ 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);
|
|
19435
19372
|
min-width: 0;
|
|
19436
19373
|
padding-inline-start: var(--v-field-padding-start);
|
|
19437
19374
|
padding-inline-end: var(--v-field-padding-end);
|
|
@@ -19828,7 +19765,19 @@ textarea.v-field__input::placeholder {
|
|
|
19828
19765
|
opacity: 0;
|
|
19829
19766
|
}
|
|
19830
19767
|
|
|
19831
|
-
/* endregion */.v-
|
|
19768
|
+
/* endregion */.v-file-input input[type=file] {
|
|
19769
|
+
height: 100%;
|
|
19770
|
+
left: 0;
|
|
19771
|
+
opacity: 0;
|
|
19772
|
+
position: absolute;
|
|
19773
|
+
top: 0;
|
|
19774
|
+
width: 100%;
|
|
19775
|
+
z-index: 1;
|
|
19776
|
+
}
|
|
19777
|
+
.v-file-input .v-chip {
|
|
19778
|
+
margin-top: var(--v-input-chips-margin-top);
|
|
19779
|
+
margin-bottom: var(--v-input-chips-margin-bottom);
|
|
19780
|
+
}.v-footer {
|
|
19832
19781
|
align-items: center;
|
|
19833
19782
|
display: flex;
|
|
19834
19783
|
flex: 1 1 auto;
|
|
@@ -19856,18 +19805,6 @@ textarea.v-field__input::placeholder {
|
|
|
19856
19805
|
}
|
|
19857
19806
|
.v-footer--rounded {
|
|
19858
19807
|
border-radius: 4px;
|
|
19859
|
-
}.v-file-input input[type=file] {
|
|
19860
|
-
height: 100%;
|
|
19861
|
-
left: 0;
|
|
19862
|
-
opacity: 0;
|
|
19863
|
-
position: absolute;
|
|
19864
|
-
top: 0;
|
|
19865
|
-
width: 100%;
|
|
19866
|
-
z-index: 1;
|
|
19867
|
-
}
|
|
19868
|
-
.v-file-input .v-chip {
|
|
19869
|
-
margin-top: var(--v-input-chips-margin-top);
|
|
19870
|
-
margin-bottom: var(--v-input-chips-margin-bottom);
|
|
19871
19808
|
}.v-icon {
|
|
19872
19809
|
--v-icon-size-multiplier: 1;
|
|
19873
19810
|
align-items: center;
|
|
@@ -20628,6 +20565,9 @@ textarea.v-field__input::placeholder {
|
|
|
20628
20565
|
|
|
20629
20566
|
.v-list-group__header.v-list-item--active:not(:focus-visible) .v-list-item__overlay {
|
|
20630
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));
|
|
20631
20571
|
}.v-locale-provider {
|
|
20632
20572
|
display: contents;
|
|
20633
20573
|
}.v-main {
|
|
@@ -22089,7 +22029,7 @@ html.v-overlay-scroll-blocked {
|
|
|
22089
22029
|
opacity: 0;
|
|
22090
22030
|
transition: inherit;
|
|
22091
22031
|
white-space: nowrap;
|
|
22092
|
-
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);
|
|
22093
22033
|
padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
|
|
22094
22034
|
padding-bottom: var(--v-field-padding-bottom, 6px);
|
|
22095
22035
|
}
|
|
@@ -22826,36 +22766,6 @@ html.v-overlay-scroll-blocked {
|
|
|
22826
22766
|
}
|
|
22827
22767
|
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
|
22828
22768
|
will-change: transform;
|
|
22829
|
-
}.v-color-picker-edit {
|
|
22830
|
-
display: flex;
|
|
22831
|
-
}
|
|
22832
|
-
|
|
22833
|
-
.v-color-picker-edit__input {
|
|
22834
|
-
width: 100%;
|
|
22835
|
-
display: flex;
|
|
22836
|
-
flex-wrap: wrap;
|
|
22837
|
-
justify-content: center;
|
|
22838
|
-
text-align: center;
|
|
22839
|
-
}
|
|
22840
|
-
.v-color-picker-edit__input:not(:last-child).v-locale--is-ltr, .v-locale--is-ltr .v-color-picker-edit__input:not(:last-child) {
|
|
22841
|
-
margin-right: 8px;
|
|
22842
|
-
}
|
|
22843
|
-
.v-color-picker-edit__input:not(:last-child).v-locale--is-rtl, .v-locale--is-rtl .v-color-picker-edit__input:not(:last-child) {
|
|
22844
|
-
margin-left: 8px;
|
|
22845
|
-
}
|
|
22846
|
-
.v-color-picker-edit__input input {
|
|
22847
|
-
border-radius: 4px;
|
|
22848
|
-
margin-bottom: 8px;
|
|
22849
|
-
min-width: 0;
|
|
22850
|
-
outline: none;
|
|
22851
|
-
text-align: center;
|
|
22852
|
-
width: 100%;
|
|
22853
|
-
height: 32px;
|
|
22854
|
-
background: rgba(var(--v-theme-surface-variant), 0.2);
|
|
22855
|
-
color: rgba(var(--v-theme-on-surface));
|
|
22856
|
-
}
|
|
22857
|
-
.v-color-picker-edit__input span {
|
|
22858
|
-
font-size: 0.75rem;
|
|
22859
22769
|
}.v-color-picker-preview__alpha .v-slider-track__background {
|
|
22860
22770
|
background-color: transparent !important;
|
|
22861
22771
|
}
|
|
@@ -22921,7 +22831,38 @@ html.v-overlay-scroll-blocked {
|
|
|
22921
22831
|
.v-color-picker-preview {
|
|
22922
22832
|
align-items: center;
|
|
22923
22833
|
display: flex;
|
|
22924
|
-
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;
|
|
22925
22866
|
}.v-color-picker-swatches {
|
|
22926
22867
|
overflow-y: auto;
|
|
22927
22868
|
}
|
package/dist/vuetify.d.ts
CHANGED
|
@@ -60058,8 +60058,8 @@ declare module '@vue/runtime-core' {
|
|
|
60058
60058
|
VAlert: typeof import('vuetify/components')['VAlert']
|
|
60059
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']
|
|
60062
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
|
60063
60063
|
VBanner: typeof import('vuetify/components')['VBanner']
|
|
60064
60064
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
60065
60065
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
@@ -60068,8 +60068,8 @@ declare module '@vue/runtime-core' {
|
|
|
60068
60068
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
60069
60069
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
60070
60070
|
VBtn: typeof import('vuetify/components')['VBtn']
|
|
60071
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
60072
60071
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
60072
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
60073
60073
|
VCard: typeof import('vuetify/components')['VCard']
|
|
60074
60074
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
|
60075
60075
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
|
@@ -60085,24 +60085,24 @@ declare module '@vue/runtime-core' {
|
|
|
60085
60085
|
VCode: typeof import('vuetify/components')['VCode']
|
|
60086
60086
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
60087
60087
|
VCounter: typeof import('vuetify/components')['VCounter']
|
|
60088
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
60089
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
60096
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
60098
60097
|
VFooter: typeof import('vuetify/components')['VFooter']
|
|
60099
|
-
|
|
60100
|
-
VImg: typeof import('vuetify/components')['VImg']
|
|
60098
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
60101
60099
|
VIcon: typeof import('vuetify/components')['VIcon']
|
|
60102
60100
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
|
60103
60101
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
|
60104
60102
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
|
60105
60103
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
|
60104
|
+
VImg: typeof import('vuetify/components')['VImg']
|
|
60105
|
+
VInput: typeof import('vuetify/components')['VInput']
|
|
60106
60106
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
60107
60107
|
VItem: typeof import('vuetify/components')['VItem']
|
|
60108
60108
|
VKbd: typeof import('vuetify/components')['VKbd']
|
|
@@ -60120,22 +60120,22 @@ declare module '@vue/runtime-core' {
|
|
|
60120
60120
|
VMenu: typeof import('vuetify/components')['VMenu']
|
|
60121
60121
|
VMessages: typeof import('vuetify/components')['VMessages']
|
|
60122
60122
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
60123
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
|
60124
60123
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
60124
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
|
60125
60125
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
60126
60126
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
60127
60127
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
60128
60128
|
VRating: typeof import('vuetify/components')['VRating']
|
|
60129
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
60130
60129
|
VSelect: typeof import('vuetify/components')['VSelect']
|
|
60130
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
60131
60131
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
60132
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
|
60132
60133
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
60133
60134
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
60134
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
|
60135
60135
|
VSlider: typeof import('vuetify/components')['VSlider']
|
|
60136
60136
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
60137
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
60138
60137
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
60138
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
60139
60139
|
VTabs: typeof import('vuetify/components')['VTabs']
|
|
60140
60140
|
VTab: typeof import('vuetify/components')['VTab']
|
|
60141
60141
|
VTable: typeof import('vuetify/components')['VTable']
|
|
@@ -60150,11 +60150,11 @@ declare module '@vue/runtime-core' {
|
|
|
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
|
-
VForm: typeof import('vuetify/components')['VForm']
|
|
60158
60158
|
VHover: typeof import('vuetify/components')['VHover']
|
|
60159
60159
|
VLayout: typeof import('vuetify/components')['VLayout']
|
|
60160
60160
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
package/dist/vuetify.esm.js
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
|
*/
|
|
@@ -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) {
|
|
@@ -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", {
|
|
@@ -17480,8 +17486,10 @@ const VRangeSlider = genericComponent()({
|
|
|
17480
17486
|
value
|
|
17481
17487
|
} = _ref2;
|
|
17482
17488
|
const newValue = activeThumbRef.value === startThumbRef.value?.$el ? [value, model.value[1]] : [model.value[0], value];
|
|
17483
|
-
|
|
17484
|
-
|
|
17489
|
+
if (!props.strict && newValue[0] < newValue[1]) {
|
|
17490
|
+
model.value = newValue;
|
|
17491
|
+
}
|
|
17492
|
+
emit('end', model.value);
|
|
17485
17493
|
},
|
|
17486
17494
|
onSliderMove: _ref3 => {
|
|
17487
17495
|
let {
|
|
@@ -19823,11 +19831,24 @@ function startOfMonth(date) {
|
|
|
19823
19831
|
function endOfMonth(date) {
|
|
19824
19832
|
return new Date(date.getFullYear(), date.getMonth() + 1, 0);
|
|
19825
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]))/;
|
|
19826
19842
|
function date(value) {
|
|
19827
19843
|
if (value == null) return new Date();
|
|
19828
19844
|
if (value instanceof Date) return value;
|
|
19829
19845
|
if (typeof value === 'string') {
|
|
19830
|
-
|
|
19846
|
+
let parsed;
|
|
19847
|
+
if (_YYYMMDD.test(value)) {
|
|
19848
|
+
parsed = Date.parse(formatYyyyMmDd(value));
|
|
19849
|
+
} else {
|
|
19850
|
+
parsed = Date.parse(value);
|
|
19851
|
+
}
|
|
19831
19852
|
if (!isNaN(parsed)) return new Date(parsed);
|
|
19832
19853
|
}
|
|
19833
19854
|
return null;
|
|
@@ -20158,7 +20179,7 @@ function createVuetify$1() {
|
|
|
20158
20179
|
date
|
|
20159
20180
|
};
|
|
20160
20181
|
}
|
|
20161
|
-
const version$1 = "3.3.
|
|
20182
|
+
const version$1 = "3.3.9";
|
|
20162
20183
|
createVuetify$1.version = version$1;
|
|
20163
20184
|
|
|
20164
20185
|
// Vue's inject() can only be used in setup
|
|
@@ -20183,7 +20204,7 @@ const createVuetify = function () {
|
|
|
20183
20204
|
...options
|
|
20184
20205
|
});
|
|
20185
20206
|
};
|
|
20186
|
-
const version = "3.3.
|
|
20207
|
+
const version = "3.3.9";
|
|
20187
20208
|
createVuetify.version = version;
|
|
20188
20209
|
|
|
20189
20210
|
export { components, createVuetify, directives, useDefaults, useDisplay, useLayout, useLocale, useRtl, useTheme, version };
|