vuetify 3.3.4 → 3.3.6
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 +4 -12
- package/dist/json/importMap.json +20 -20
- package/dist/json/tags.json +0 -2
- package/dist/json/web-types.json +7 -27
- package/dist/vuetify-labs.css +49 -27
- package/dist/vuetify-labs.d.ts +36 -98
- package/dist/vuetify-labs.esm.js +85 -53
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +85 -53
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +66 -43
- package/dist/vuetify.d.ts +5 -5
- package/dist/vuetify.esm.js +43 -34
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +43 -34
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +21 -22
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAppBar/VAppBar.mjs +12 -9
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.css +12 -4
- package/lib/components/VAutocomplete/VAutocomplete.sass +17 -9
- package/lib/components/VAutocomplete/_variables.scss +1 -0
- package/lib/components/VBreadcrumbs/VBreadcrumbs.css +4 -0
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.sass +4 -0
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +8 -7
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.css +1 -1
- package/lib/components/VBtn/VBtn.sass +1 -1
- package/lib/components/VCombobox/VCombobox.css +12 -4
- package/lib/components/VCombobox/VCombobox.sass +17 -9
- package/lib/components/VCombobox/_variables.scss +1 -0
- package/lib/components/VFooter/VFooter.mjs +4 -2
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.mjs +1 -1
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.css +4 -3
- package/lib/components/VSelect/VSelect.sass +10 -12
- package/lib/components/VSlider/VSliderThumb.mjs +6 -2
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/components/VTextField/VTextField.css +2 -0
- package/lib/components/VTextField/VTextField.mjs +2 -4
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/VTextField.sass +3 -1
- package/lib/composables/validation.mjs +2 -2
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/virtual.mjs +7 -5
- package/lib/composables/virtual.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/iconsets/fa.mjs +2 -2
- package/lib/iconsets/fa.mjs.map +1 -1
- package/lib/iconsets/fa4.mjs +2 -2
- package/lib/iconsets/fa4.mjs.map +1 -1
- package/lib/index.d.mts +5 -5
- package/lib/labs/VDataTable/composables/sort.mjs +4 -1
- package/lib/labs/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/labs/VDatePicker/VDatePicker.css +3 -5
- package/lib/labs/VDatePicker/VDatePicker.mjs +12 -10
- package/lib/labs/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/labs/VDatePicker/VDatePicker.sass +3 -5
- package/lib/labs/VDatePicker/VDatePickerControls.css +3 -1
- package/lib/labs/VDatePicker/VDatePickerControls.mjs +1 -1
- package/lib/labs/VDatePicker/VDatePickerControls.mjs.map +1 -1
- package/lib/labs/VDatePicker/VDatePickerControls.sass +3 -3
- package/lib/labs/VDatePicker/VDatePickerMonth.css +0 -1
- package/lib/labs/VDatePicker/VDatePickerMonth.mjs +0 -5
- package/lib/labs/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/labs/VDatePicker/VDatePickerMonth.sass +0 -1
- package/lib/labs/VDatePicker/VDatePickerTitle.sass +1 -1
- package/lib/labs/VDatePicker/VDatePickerYears.css +1 -1
- package/lib/labs/VDatePicker/VDatePickerYears.sass +1 -1
- package/lib/labs/VDatePicker/_variables.scss +0 -5
- package/lib/labs/VDatePicker/index.d.mts +36 -98
- package/lib/labs/VDateRangePicker/index.d.mts +34 -44
- package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs +24 -4
- package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
- package/lib/labs/VPicker/VPicker.css +1 -1
- package/lib/labs/VPicker/VPicker.sass +1 -1
- package/lib/labs/VPicker/_variables.scss +2 -2
- package/lib/labs/components.d.mts +36 -98
- package/lib/util/helpers.mjs +3 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/lib/util/injectSelf.mjs +1 -0
- package/lib/util/injectSelf.mjs.map +1 -1
- package/package.json +2 -2
- package/lib/labs/VDatePicker/VDatePickerTable.sass +0 -84
- package/lib/labs/VDatePicker/mixins/date-picker-table.mjs +0 -210
- package/lib/labs/VDatePicker/mixins/date-picker-table.mjs.map +0 -1
|
@@ -3448,7 +3448,7 @@
|
|
|
3448
3448
|
"description": "MISSING DESCRIPTION"
|
|
3449
3449
|
},
|
|
3450
3450
|
"v-date-card/range": {
|
|
3451
|
-
"type": "
|
|
3451
|
+
"type": "string | boolean\n",
|
|
3452
3452
|
"description": "MISSING DESCRIPTION"
|
|
3453
3453
|
},
|
|
3454
3454
|
"v-date-card/display-date": {
|
|
@@ -3555,10 +3555,6 @@
|
|
|
3555
3555
|
"type": "string\n",
|
|
3556
3556
|
"description": "Text shown when no **display-date** is set."
|
|
3557
3557
|
},
|
|
3558
|
-
"v-date-picker/transition": {
|
|
3559
|
-
"type": "string\n",
|
|
3560
|
-
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
3561
|
-
},
|
|
3562
3558
|
"v-date-picker/multiple": {
|
|
3563
3559
|
"type": "boolean\n",
|
|
3564
3560
|
"description": "Allow the selection of multiple dates"
|
|
@@ -3600,7 +3596,7 @@
|
|
|
3600
3596
|
"description": "MISSING DESCRIPTION"
|
|
3601
3597
|
},
|
|
3602
3598
|
"v-date-picker/range": {
|
|
3603
|
-
"type": "
|
|
3599
|
+
"type": "string | boolean\n",
|
|
3604
3600
|
"description": "Allow the selection of date range"
|
|
3605
3601
|
},
|
|
3606
3602
|
"v-date-picker/display-date": {
|
|
@@ -3715,10 +3711,6 @@
|
|
|
3715
3711
|
"type": "boolean\n",
|
|
3716
3712
|
"description": "MISSING DESCRIPTION"
|
|
3717
3713
|
},
|
|
3718
|
-
"v-date-picker-month/range": {
|
|
3719
|
-
"type": "boolean | 'end' | 'start'\n",
|
|
3720
|
-
"description": "MISSING DESCRIPTION"
|
|
3721
|
-
},
|
|
3722
3714
|
"v-date-picker-month/display-date": {
|
|
3723
3715
|
"type": "any\n",
|
|
3724
3716
|
"description": "MISSING DESCRIPTION"
|
|
@@ -5365,7 +5357,7 @@
|
|
|
5365
5357
|
},
|
|
5366
5358
|
"v-menu/max-height": {
|
|
5367
5359
|
"type": "string | number\n",
|
|
5368
|
-
"description": "Sets the
|
|
5360
|
+
"description": "Sets the maximum height for the component."
|
|
5369
5361
|
},
|
|
5370
5362
|
"v-menu/max-width": {
|
|
5371
5363
|
"type": "string | number\n",
|
|
@@ -5377,7 +5369,7 @@
|
|
|
5377
5369
|
},
|
|
5378
5370
|
"v-menu/min-width": {
|
|
5379
5371
|
"type": "string | number\n",
|
|
5380
|
-
"description": "Sets the minimum width for the component."
|
|
5372
|
+
"description": "Sets the minimum width for the component. Use `auto` to use the activator width"
|
|
5381
5373
|
},
|
|
5382
5374
|
"v-menu/width": {
|
|
5383
5375
|
"type": "string | number\n",
|
package/dist/json/importMap.json
CHANGED
|
@@ -100,6 +100,14 @@
|
|
|
100
100
|
"from": "components/VCard/index.mjs",
|
|
101
101
|
"styles": []
|
|
102
102
|
},
|
|
103
|
+
"VCarousel": {
|
|
104
|
+
"from": "components/VCarousel/index.mjs",
|
|
105
|
+
"styles": []
|
|
106
|
+
},
|
|
107
|
+
"VCarouselItem": {
|
|
108
|
+
"from": "components/VCarousel/index.mjs",
|
|
109
|
+
"styles": []
|
|
110
|
+
},
|
|
103
111
|
"VCheckbox": {
|
|
104
112
|
"from": "components/VCheckbox/index.mjs",
|
|
105
113
|
"styles": []
|
|
@@ -120,14 +128,6 @@
|
|
|
120
128
|
"from": "components/VCode/index.mjs",
|
|
121
129
|
"styles": []
|
|
122
130
|
},
|
|
123
|
-
"VCarousel": {
|
|
124
|
-
"from": "components/VCarousel/index.mjs",
|
|
125
|
-
"styles": []
|
|
126
|
-
},
|
|
127
|
-
"VCarouselItem": {
|
|
128
|
-
"from": "components/VCarousel/index.mjs",
|
|
129
|
-
"styles": []
|
|
130
|
-
},
|
|
131
131
|
"VColorPicker": {
|
|
132
132
|
"from": "components/VColorPicker/index.mjs",
|
|
133
133
|
"styles": []
|
|
@@ -328,14 +328,14 @@
|
|
|
328
328
|
"from": "components/VSlider/index.mjs",
|
|
329
329
|
"styles": []
|
|
330
330
|
},
|
|
331
|
-
"VSwitch": {
|
|
332
|
-
"from": "components/VSwitch/index.mjs",
|
|
333
|
-
"styles": []
|
|
334
|
-
},
|
|
335
331
|
"VSnackbar": {
|
|
336
332
|
"from": "components/VSnackbar/index.mjs",
|
|
337
333
|
"styles": []
|
|
338
334
|
},
|
|
335
|
+
"VSwitch": {
|
|
336
|
+
"from": "components/VSwitch/index.mjs",
|
|
337
|
+
"styles": []
|
|
338
|
+
},
|
|
339
339
|
"VSystemBar": {
|
|
340
340
|
"from": "components/VSystemBar/index.mjs",
|
|
341
341
|
"styles": []
|
|
@@ -352,6 +352,10 @@
|
|
|
352
352
|
"from": "components/VTable/index.mjs",
|
|
353
353
|
"styles": []
|
|
354
354
|
},
|
|
355
|
+
"VTextarea": {
|
|
356
|
+
"from": "components/VTextarea/index.mjs",
|
|
357
|
+
"styles": []
|
|
358
|
+
},
|
|
355
359
|
"VTextField": {
|
|
356
360
|
"from": "components/VTextField/index.mjs",
|
|
357
361
|
"styles": []
|
|
@@ -396,10 +400,6 @@
|
|
|
396
400
|
"from": "components/VForm/index.mjs",
|
|
397
401
|
"styles": []
|
|
398
402
|
},
|
|
399
|
-
"VHover": {
|
|
400
|
-
"from": "components/VHover/index.mjs",
|
|
401
|
-
"styles": []
|
|
402
|
-
},
|
|
403
403
|
"VContainer": {
|
|
404
404
|
"from": "components/VGrid/index.mjs",
|
|
405
405
|
"styles": []
|
|
@@ -416,6 +416,10 @@
|
|
|
416
416
|
"from": "components/VGrid/index.mjs",
|
|
417
417
|
"styles": []
|
|
418
418
|
},
|
|
419
|
+
"VHover": {
|
|
420
|
+
"from": "components/VHover/index.mjs",
|
|
421
|
+
"styles": []
|
|
422
|
+
},
|
|
419
423
|
"VLayout": {
|
|
420
424
|
"from": "components/VLayout/index.mjs",
|
|
421
425
|
"styles": []
|
|
@@ -527,10 +531,6 @@
|
|
|
527
531
|
"VDialogTransition": {
|
|
528
532
|
"from": "components/transitions/index.mjs",
|
|
529
533
|
"styles": []
|
|
530
|
-
},
|
|
531
|
-
"VTextarea": {
|
|
532
|
-
"from": "components/VTextarea/index.mjs",
|
|
533
|
-
"styles": []
|
|
534
534
|
}
|
|
535
535
|
},
|
|
536
536
|
"directives": [
|
package/dist/json/tags.json
CHANGED
|
@@ -1150,7 +1150,6 @@
|
|
|
1150
1150
|
"tag",
|
|
1151
1151
|
"theme",
|
|
1152
1152
|
"title",
|
|
1153
|
-
"transition",
|
|
1154
1153
|
"view-mode",
|
|
1155
1154
|
"width"
|
|
1156
1155
|
],
|
|
@@ -1187,7 +1186,6 @@
|
|
|
1187
1186
|
"hover-date",
|
|
1188
1187
|
"model-value",
|
|
1189
1188
|
"multiple",
|
|
1190
|
-
"range",
|
|
1191
1189
|
"show-adjacent-months",
|
|
1192
1190
|
"show-week",
|
|
1193
1191
|
"side"
|
package/dist/json/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "vuetify",
|
|
5
|
-
"version": "3.3.
|
|
5
|
+
"version": "3.3.6",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -14682,7 +14682,7 @@
|
|
|
14682
14682
|
"default": "false",
|
|
14683
14683
|
"value": {
|
|
14684
14684
|
"kind": "expression",
|
|
14685
|
-
"type": "
|
|
14685
|
+
"type": "string | boolean\n"
|
|
14686
14686
|
}
|
|
14687
14687
|
},
|
|
14688
14688
|
{
|
|
@@ -15074,16 +15074,6 @@
|
|
|
15074
15074
|
"type": "string\n"
|
|
15075
15075
|
}
|
|
15076
15076
|
},
|
|
15077
|
-
{
|
|
15078
|
-
"name": "transition",
|
|
15079
|
-
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition.",
|
|
15080
|
-
"doc-url": "https://vuetifyjs.com/api/v-date-picker#props",
|
|
15081
|
-
"default": "'fade'",
|
|
15082
|
-
"value": {
|
|
15083
|
-
"kind": "expression",
|
|
15084
|
-
"type": "string\n"
|
|
15085
|
-
}
|
|
15086
|
-
},
|
|
15087
15077
|
{
|
|
15088
15078
|
"name": "multiple",
|
|
15089
15079
|
"description": "Allow the selection of multiple dates",
|
|
@@ -15190,7 +15180,7 @@
|
|
|
15190
15180
|
"default": "false",
|
|
15191
15181
|
"value": {
|
|
15192
15182
|
"kind": "expression",
|
|
15193
|
-
"type": "
|
|
15183
|
+
"type": "string | boolean\n"
|
|
15194
15184
|
}
|
|
15195
15185
|
},
|
|
15196
15186
|
{
|
|
@@ -15487,7 +15477,7 @@
|
|
|
15487
15477
|
"name": "displayDate",
|
|
15488
15478
|
"description": "MISSING DESCRIPTION",
|
|
15489
15479
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-controls#props",
|
|
15490
|
-
"default": "new Date('2023-06-
|
|
15480
|
+
"default": "new Date('2023-06-27T21:00:42.317Z')",
|
|
15491
15481
|
"value": {
|
|
15492
15482
|
"kind": "expression",
|
|
15493
15483
|
"type": "any\n"
|
|
@@ -15680,21 +15670,11 @@
|
|
|
15680
15670
|
"type": "boolean\n"
|
|
15681
15671
|
}
|
|
15682
15672
|
},
|
|
15683
|
-
{
|
|
15684
|
-
"name": "range",
|
|
15685
|
-
"description": "MISSING DESCRIPTION",
|
|
15686
|
-
"doc-url": "https://vuetifyjs.com/api/v-date-picker-month#props",
|
|
15687
|
-
"default": "false",
|
|
15688
|
-
"value": {
|
|
15689
|
-
"kind": "expression",
|
|
15690
|
-
"type": "boolean | 'end' | 'start'\n"
|
|
15691
|
-
}
|
|
15692
|
-
},
|
|
15693
15673
|
{
|
|
15694
15674
|
"name": "displayDate",
|
|
15695
15675
|
"description": "MISSING DESCRIPTION",
|
|
15696
15676
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-month#props",
|
|
15697
|
-
"default": "new Date('2023-06-
|
|
15677
|
+
"default": "new Date('2023-06-27T21:00:42.317Z')",
|
|
15698
15678
|
"value": {
|
|
15699
15679
|
"kind": "expression",
|
|
15700
15680
|
"type": "any\n"
|
|
@@ -22146,7 +22126,7 @@
|
|
|
22146
22126
|
},
|
|
22147
22127
|
{
|
|
22148
22128
|
"name": "maxHeight",
|
|
22149
|
-
"description": "Sets the
|
|
22129
|
+
"description": "Sets the maximum height for the component.",
|
|
22150
22130
|
"doc-url": "https://vuetifyjs.com/api/v-menu#props",
|
|
22151
22131
|
"value": {
|
|
22152
22132
|
"kind": "expression",
|
|
@@ -22173,7 +22153,7 @@
|
|
|
22173
22153
|
},
|
|
22174
22154
|
{
|
|
22175
22155
|
"name": "minWidth",
|
|
22176
|
-
"description": "Sets the minimum width for the component.",
|
|
22156
|
+
"description": "Sets the minimum width for the component. Use `auto` to use the activator width",
|
|
22177
22157
|
"doc-url": "https://vuetifyjs.com/api/v-menu#props",
|
|
22178
22158
|
"value": {
|
|
22179
22159
|
"kind": "expression",
|
package/dist/vuetify-labs.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.3.
|
|
2
|
+
* Vuetify v3.3.6
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -16180,19 +16180,17 @@ html.overflow-y-hidden {
|
|
|
16180
16180
|
|
|
16181
16181
|
.v-date-picker {
|
|
16182
16182
|
overflow: hidden;
|
|
16183
|
-
width: 358px;
|
|
16184
16183
|
}
|
|
16185
16184
|
.v-date-picker .v-date-picker-month {
|
|
16186
|
-
padding-bottom: 8px;
|
|
16187
16185
|
padding-inline-start: 12px;
|
|
16188
16186
|
padding-inline-end: 12px;
|
|
16189
16187
|
}
|
|
16190
16188
|
.v-date-picker .v-date-picker-month .v-date-picker-month__day {
|
|
16191
|
-
height:
|
|
16192
|
-
width:
|
|
16189
|
+
height: 48px;
|
|
16190
|
+
width: 48px;
|
|
16193
16191
|
}
|
|
16194
16192
|
.v-date-picker .v-date-picker-month .v-date-picker-month__day .v-btn {
|
|
16195
|
-
--v-btn-height:
|
|
16193
|
+
--v-btn-height: 28px;
|
|
16196
16194
|
--v-btn-size: 0.85rem;
|
|
16197
16195
|
}.v-date-picker-controls {
|
|
16198
16196
|
display: flex;
|
|
@@ -16200,10 +16198,12 @@ html.overflow-y-hidden {
|
|
|
16200
16198
|
justify-content: space-between;
|
|
16201
16199
|
font-size: 0.875rem;
|
|
16202
16200
|
padding-inline-start: 24px;
|
|
16201
|
+
padding-top: 4px;
|
|
16202
|
+
padding-bottom: 4px;
|
|
16203
16203
|
padding-inline-end: 12px;
|
|
16204
16204
|
}
|
|
16205
16205
|
.v-date-picker-controls .v-btn:last-child {
|
|
16206
|
-
margin-left:
|
|
16206
|
+
margin-left: 4px;
|
|
16207
16207
|
}
|
|
16208
16208
|
|
|
16209
16209
|
.v-date-picker-controls__date {
|
|
@@ -16264,7 +16264,6 @@ html.overflow-y-hidden {
|
|
|
16264
16264
|
}.v-date-picker-month {
|
|
16265
16265
|
display: flex;
|
|
16266
16266
|
justify-content: center;
|
|
16267
|
-
height: 268px;
|
|
16268
16267
|
min-width: 328px;
|
|
16269
16268
|
--v-date-picker-month-day-diff: 4px;
|
|
16270
16269
|
}
|
|
@@ -16338,7 +16337,7 @@ html.overflow-y-hidden {
|
|
|
16338
16337
|
.v-date-picker-month__day--selected.v-date-picker-month__day--start.v-date-picker-month__day--week-end .v-date-picker-month__day--range {
|
|
16339
16338
|
display: none;
|
|
16340
16339
|
}.v-date-picker-years {
|
|
16341
|
-
height:
|
|
16340
|
+
height: 308px;
|
|
16342
16341
|
overflow-y: scroll;
|
|
16343
16342
|
}
|
|
16344
16343
|
|
|
@@ -16386,7 +16385,7 @@ html.overflow-y-hidden {
|
|
|
16386
16385
|
grid-auto-rows: min-content;
|
|
16387
16386
|
grid-template-areas: "title" "header" "body";
|
|
16388
16387
|
overflow: hidden;
|
|
16389
|
-
width:
|
|
16388
|
+
width: 360px;
|
|
16390
16389
|
}
|
|
16391
16390
|
.v-picker.v-sheet.v-picker--with-actions {
|
|
16392
16391
|
grid-template-areas: "title" "header" "body" "actions";
|
|
@@ -16902,13 +16901,16 @@ html.overflow-y-hidden {
|
|
|
16902
16901
|
align-self: flex-start;
|
|
16903
16902
|
flex: 1 1;
|
|
16904
16903
|
}
|
|
16904
|
+
.v-autocomplete .v-field input {
|
|
16905
|
+
min-width: 64px;
|
|
16906
|
+
}
|
|
16905
16907
|
.v-autocomplete .v-field:not(.v-field--focused) input {
|
|
16906
16908
|
min-width: 0;
|
|
16907
16909
|
}
|
|
16908
16910
|
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
|
|
16909
16911
|
margin-inline-end: 2px;
|
|
16910
16912
|
}
|
|
16911
|
-
.v-autocomplete .v-
|
|
16913
|
+
.v-autocomplete .v-autocomplete__selection-text {
|
|
16912
16914
|
overflow: hidden;
|
|
16913
16915
|
text-overflow: ellipsis;
|
|
16914
16916
|
white-space: nowrap;
|
|
@@ -16924,15 +16926,16 @@ html.overflow-y-hidden {
|
|
|
16924
16926
|
}
|
|
16925
16927
|
.v-autocomplete__selection {
|
|
16926
16928
|
display: inline-flex;
|
|
16929
|
+
align-items: center;
|
|
16927
16930
|
letter-spacing: inherit;
|
|
16928
16931
|
line-height: inherit;
|
|
16929
|
-
max-width:
|
|
16932
|
+
max-width: 90%;
|
|
16930
16933
|
}
|
|
16931
|
-
.v-
|
|
16934
|
+
.v-autocomplete__selection {
|
|
16932
16935
|
margin-top: var(--v-input-chips-margin-top);
|
|
16933
16936
|
margin-bottom: var(--v-input-chips-margin-bottom);
|
|
16934
16937
|
}
|
|
16935
|
-
.v-
|
|
16938
|
+
.v-autocomplete__selection:first-child {
|
|
16936
16939
|
margin-inline-start: 0;
|
|
16937
16940
|
}
|
|
16938
16941
|
.v-autocomplete--selecting-index .v-autocomplete__selection {
|
|
@@ -16953,6 +16956,10 @@ html.overflow-y-hidden {
|
|
|
16953
16956
|
padding-inline-start: inherit;
|
|
16954
16957
|
padding-inline-end: inherit;
|
|
16955
16958
|
}
|
|
16959
|
+
.v-autocomplete--single .v-field--variant-outlined input {
|
|
16960
|
+
top: calc(50% - var(--v-input-chips-margin-top));
|
|
16961
|
+
transform: translateY(-50%);
|
|
16962
|
+
}
|
|
16956
16963
|
.v-autocomplete--single .v-field--active input {
|
|
16957
16964
|
transition: none;
|
|
16958
16965
|
}
|
|
@@ -17378,6 +17385,10 @@ html.overflow-y-hidden {
|
|
|
17378
17385
|
opacity: var(--v-disabled-opacity);
|
|
17379
17386
|
pointer-events: none;
|
|
17380
17387
|
}
|
|
17388
|
+
.v-breadcrumbs-item--link {
|
|
17389
|
+
color: inherit;
|
|
17390
|
+
text-decoration: none;
|
|
17391
|
+
}
|
|
17381
17392
|
.v-breadcrumbs-item--link:hover {
|
|
17382
17393
|
text-decoration: underline;
|
|
17383
17394
|
}
|
|
@@ -17779,7 +17790,7 @@ html.overflow-y-hidden {
|
|
|
17779
17790
|
.v-card-actions .v-btn {
|
|
17780
17791
|
padding: 0 8px;
|
|
17781
17792
|
}
|
|
17782
|
-
.v-card-actions .v-btn ~ .v-btn {
|
|
17793
|
+
.v-card-actions .v-btn ~ .v-btn:not(.v-btn-toggle .v-btn) {
|
|
17783
17794
|
margin-inline-start: 0.5rem;
|
|
17784
17795
|
}
|
|
17785
17796
|
|
|
@@ -18667,13 +18678,16 @@ html.overflow-y-hidden {
|
|
|
18667
18678
|
align-self: flex-start;
|
|
18668
18679
|
flex: 1 1;
|
|
18669
18680
|
}
|
|
18681
|
+
.v-combobox .v-field input {
|
|
18682
|
+
min-width: 64px;
|
|
18683
|
+
}
|
|
18670
18684
|
.v-combobox .v-field:not(.v-field--focused) input {
|
|
18671
18685
|
min-width: 0;
|
|
18672
18686
|
}
|
|
18673
18687
|
.v-combobox .v-field--dirty .v-combobox__selection {
|
|
18674
18688
|
margin-inline-end: 2px;
|
|
18675
18689
|
}
|
|
18676
|
-
.v-combobox .v-
|
|
18690
|
+
.v-combobox .v-combobox__selection-text {
|
|
18677
18691
|
overflow: hidden;
|
|
18678
18692
|
text-overflow: ellipsis;
|
|
18679
18693
|
white-space: nowrap;
|
|
@@ -18689,15 +18703,16 @@ html.overflow-y-hidden {
|
|
|
18689
18703
|
}
|
|
18690
18704
|
.v-combobox__selection {
|
|
18691
18705
|
display: inline-flex;
|
|
18706
|
+
align-items: center;
|
|
18692
18707
|
letter-spacing: inherit;
|
|
18693
18708
|
line-height: inherit;
|
|
18694
|
-
max-width:
|
|
18709
|
+
max-width: 90%;
|
|
18695
18710
|
}
|
|
18696
|
-
.v-
|
|
18711
|
+
.v-combobox__selection {
|
|
18697
18712
|
margin-top: var(--v-input-chips-margin-top);
|
|
18698
18713
|
margin-bottom: var(--v-input-chips-margin-bottom);
|
|
18699
18714
|
}
|
|
18700
|
-
.v-
|
|
18715
|
+
.v-combobox__selection:first-child {
|
|
18701
18716
|
margin-inline-start: 0;
|
|
18702
18717
|
}
|
|
18703
18718
|
.v-combobox--selecting-index .v-combobox__selection {
|
|
@@ -18718,6 +18733,10 @@ html.overflow-y-hidden {
|
|
|
18718
18733
|
padding-inline-start: inherit;
|
|
18719
18734
|
padding-inline-end: inherit;
|
|
18720
18735
|
}
|
|
18736
|
+
.v-combobox--single .v-field--variant-outlined input {
|
|
18737
|
+
top: calc(50% - var(--v-input-chips-margin-top));
|
|
18738
|
+
transform: translateY(-50%);
|
|
18739
|
+
}
|
|
18721
18740
|
.v-combobox--single .v-field--active input {
|
|
18722
18741
|
transition: none;
|
|
18723
18742
|
}
|
|
@@ -20746,6 +20765,11 @@ textarea.v-field__input::placeholder {
|
|
|
20746
20765
|
.v-input__control {
|
|
20747
20766
|
display: flex;
|
|
20748
20767
|
grid-area: control;
|
|
20768
|
+
}.v-item-group {
|
|
20769
|
+
flex: 0 1 auto;
|
|
20770
|
+
max-width: 100%;
|
|
20771
|
+
position: relative;
|
|
20772
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
20749
20773
|
}.v-label {
|
|
20750
20774
|
align-items: center;
|
|
20751
20775
|
display: inline-flex;
|
|
@@ -20775,11 +20799,6 @@ textarea.v-field__input::placeholder {
|
|
|
20775
20799
|
|
|
20776
20800
|
.v-layout-item--absolute {
|
|
20777
20801
|
position: absolute;
|
|
20778
|
-
}.v-item-group {
|
|
20779
|
-
flex: 0 1 auto;
|
|
20780
|
-
max-width: 100%;
|
|
20781
|
-
position: relative;
|
|
20782
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
20783
20802
|
}.v-list {
|
|
20784
20803
|
overflow: auto;
|
|
20785
20804
|
padding: 8px 0;
|
|
@@ -22005,7 +22024,7 @@ html.v-overlay-scroll-blocked {
|
|
|
22005
22024
|
.v-select .v-field--dirty .v-select__selection {
|
|
22006
22025
|
margin-inline-end: 2px;
|
|
22007
22026
|
}
|
|
22008
|
-
.v-select .v-
|
|
22027
|
+
.v-select .v-select__selection-text {
|
|
22009
22028
|
overflow: hidden;
|
|
22010
22029
|
text-overflow: ellipsis;
|
|
22011
22030
|
white-space: nowrap;
|
|
@@ -22017,15 +22036,16 @@ html.v-overlay-scroll-blocked {
|
|
|
22017
22036
|
}
|
|
22018
22037
|
.v-select__selection {
|
|
22019
22038
|
display: inline-flex;
|
|
22039
|
+
align-items: center;
|
|
22020
22040
|
letter-spacing: inherit;
|
|
22021
22041
|
line-height: inherit;
|
|
22022
22042
|
max-width: 100%;
|
|
22023
22043
|
}
|
|
22024
|
-
.v-select
|
|
22044
|
+
.v-select .v-select__selection {
|
|
22025
22045
|
margin-top: var(--v-input-chips-margin-top);
|
|
22026
22046
|
margin-bottom: var(--v-input-chips-margin-bottom);
|
|
22027
22047
|
}
|
|
22028
|
-
.v-select
|
|
22048
|
+
.v-select .v-select__selection:first-child {
|
|
22029
22049
|
margin-inline-start: 0;
|
|
22030
22050
|
}
|
|
22031
22051
|
.v-select--selected .v-field .v-field__input > input {
|
|
@@ -22715,6 +22735,8 @@ html.v-overlay-scroll-blocked {
|
|
|
22715
22735
|
flex: 1;
|
|
22716
22736
|
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
22717
22737
|
min-width: 0;
|
|
22738
|
+
margin-top: var(--v-input-chips-margin-top);
|
|
22739
|
+
margin-bottom: var(--v-input-chips-margin-bottom);
|
|
22718
22740
|
}
|
|
22719
22741
|
.v-text-field input:focus, .v-text-field input:active {
|
|
22720
22742
|
outline: none;
|