vuetify 3.2.3 → 3.2.4
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 +9 -9
- package/dist/json/importMap.json +12 -12
- package/dist/json/web-types.json +11 -11
- package/dist/vuetify-labs.css +34 -35
- package/dist/vuetify-labs.d.ts +72 -72
- package/dist/vuetify-labs.esm.js +142 -124
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +142 -124
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1 -2
- package/dist/vuetify.d.ts +75 -68
- package/dist/vuetify.esm.js +131 -115
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +131 -115
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +469 -469
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.mjs +1 -2
- package/lib/components/VAlert/VAlert.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBar.mjs +2 -2
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs +1 -2
- package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarTitle.mjs +1 -2
- package/lib/components/VAppBar/VAppBarTitle.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +5 -5
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.ts +9 -9
- package/lib/components/VChip/VChip.css +0 -1
- package/lib/components/VChip/VChip.sass +0 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs +5 -5
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +5 -5
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.ts +9 -9
- package/lib/components/VFooter/VFooter.mjs +2 -2
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VForm/index.d.ts +3 -3
- package/lib/components/VImg/VImg.mjs +6 -6
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/index.d.ts +12 -12
- package/lib/components/VList/VList.mjs +2 -2
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/index.d.ts +9 -9
- package/lib/components/VList/list.mjs +4 -4
- package/lib/components/VList/list.mjs.map +1 -1
- package/lib/components/VMenu/VMenu.mjs +3 -3
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.ts +3 -3
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +2 -2
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/index.d.ts +3 -3
- package/lib/components/VNavigationDrawer/sticky.mjs +5 -4
- package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/touch.mjs +4 -4
- package/lib/components/VNavigationDrawer/touch.mjs.map +1 -1
- package/lib/components/VOverlay/locationStrategies.mjs +1 -1
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.mjs +2 -2
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VRating/VRating.mjs +6 -3
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.mjs +2 -2
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.ts +9 -9
- package/lib/components/VSelectionControl/VSelectionControl.mjs +3 -3
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.ts +3 -3
- package/lib/components/VSlideGroup/VSlideGroup.mjs +7 -7
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.ts +3 -3
- package/lib/components/VSlider/slider.mjs +3 -3
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSystemBar/VSystemBar.mjs +2 -2
- package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
- package/lib/components/VTabs/VTab.mjs +4 -5
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTextarea/VTextarea.mjs +6 -3
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs +2 -2
- package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbar.mjs +2 -2
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +3 -3
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VWindow/VWindow.mjs +3 -3
- package/lib/components/VWindow/VWindow.mjs.map +1 -1
- package/lib/components/VWindow/VWindowItem.mjs +3 -3
- package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
- package/lib/components/index.d.ts +63 -63
- package/lib/composables/display.mjs +3 -3
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/form.mjs +4 -4
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/hydration.mjs +6 -6
- package/lib/composables/hydration.mjs.map +1 -1
- package/lib/composables/intersectionObserver.mjs +2 -2
- package/lib/composables/intersectionObserver.mjs.map +1 -1
- package/lib/composables/layout.mjs +3 -3
- package/lib/composables/layout.mjs.map +1 -1
- package/lib/composables/lazy.mjs +2 -2
- package/lib/composables/lazy.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +5 -4
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/scroll.mjs +6 -6
- package/lib/composables/scroll.mjs.map +1 -1
- package/lib/composables/ssrBoot.mjs +2 -2
- package/lib/composables/ssrBoot.mjs.map +1 -1
- package/lib/composables/stack.mjs +5 -4
- package/lib/composables/stack.mjs.map +1 -1
- package/lib/composables/transition.mjs +5 -2
- package/lib/composables/transition.mjs.map +1 -1
- package/lib/composables/validation.mjs +3 -3
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.ts +12 -5
- package/lib/labs/VDataTable/VDataTable.mjs +2 -1
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +2 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +6 -6
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/virtual.mjs +3 -3
- package/lib/labs/VDataTable/composables/virtual.mjs.map +1 -1
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/labs/VSkeletonLoader/index.d.ts +9 -9
- package/lib/labs/components.d.ts +9 -9
- package/lib/locale/adapters/vuetify.mjs +8 -5
- package/lib/locale/adapters/vuetify.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -408,7 +408,7 @@
|
|
|
408
408
|
"description": "Sets the DOM id on the component"
|
|
409
409
|
},
|
|
410
410
|
"v-autocomplete/items": {
|
|
411
|
-
"type": "
|
|
411
|
+
"type": "any[]",
|
|
412
412
|
"description": "An array of strings or objects used for automatically generating children components"
|
|
413
413
|
},
|
|
414
414
|
"v-autocomplete/active": {
|
|
@@ -2228,7 +2228,7 @@
|
|
|
2228
2228
|
"description": "Sets the DOM id on the component"
|
|
2229
2229
|
},
|
|
2230
2230
|
"v-combobox/items": {
|
|
2231
|
-
"type": "
|
|
2231
|
+
"type": "any[]",
|
|
2232
2232
|
"description": "An array of strings or objects used for automatically generating children components"
|
|
2233
2233
|
},
|
|
2234
2234
|
"v-combobox/active": {
|
|
@@ -3249,7 +3249,7 @@
|
|
|
3249
3249
|
},
|
|
3250
3250
|
"v-dialog/attach": {
|
|
3251
3251
|
"type": "string | boolean | Element",
|
|
3252
|
-
"description": "Specifies which DOM element
|
|
3252
|
+
"description": "Specifies which DOM element the overlay content should teleport to. Can be a direct element reference, querySelector string, or `true` to disable teleporting. Uses `body` by default."
|
|
3253
3253
|
},
|
|
3254
3254
|
"v-dialog/fullscreen": {
|
|
3255
3255
|
"type": "boolean",
|
|
@@ -4765,7 +4765,7 @@
|
|
|
4765
4765
|
},
|
|
4766
4766
|
"v-menu/attach": {
|
|
4767
4767
|
"type": "string | boolean | Element",
|
|
4768
|
-
"description": "Specifies which DOM element
|
|
4768
|
+
"description": "Specifies which DOM element the overlay content should teleport to. Can be a direct element reference, querySelector string, or `true` to disable teleporting. Uses `body` by default. Generally not recommended except as a last resort: the default positioning algorithm should handle most scenarios better than is possible without teleporting, and you may have unexpected behavior if the menu ends up as child of its activator."
|
|
4769
4769
|
},
|
|
4770
4770
|
"v-messages/color": {
|
|
4771
4771
|
"type": "string",
|
|
@@ -5013,7 +5013,7 @@
|
|
|
5013
5013
|
},
|
|
5014
5014
|
"v-overlay/attach": {
|
|
5015
5015
|
"type": "string | boolean | Element",
|
|
5016
|
-
"description": "Specifies which DOM element
|
|
5016
|
+
"description": "Specifies which DOM element the overlay content should teleport to. Can be a direct element reference, querySelector string, or `true` to disable teleporting. Uses `body` by default."
|
|
5017
5017
|
},
|
|
5018
5018
|
"v-pagination/length": {
|
|
5019
5019
|
"type": "string | number",
|
|
@@ -5968,7 +5968,7 @@
|
|
|
5968
5968
|
"description": "Sets the DOM id on the component"
|
|
5969
5969
|
},
|
|
5970
5970
|
"v-select/items": {
|
|
5971
|
-
"type": "
|
|
5971
|
+
"type": "any[]",
|
|
5972
5972
|
"description": "Can be an array of objects or array of strings. When using objects, will look for a title, value and disabled keys. This can be changed using the **item-title**, **item-value** and **item-disabled** props. Objects that have a **header** or **divider** property are considered special cases and generate a list header or divider; these items are not selectable."
|
|
5973
5973
|
},
|
|
5974
5974
|
"v-select/active": {
|
|
@@ -6384,7 +6384,7 @@
|
|
|
6384
6384
|
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
|
|
6385
6385
|
},
|
|
6386
6386
|
"v-skeleton-loader/type": {
|
|
6387
|
-
"type": "
|
|
6387
|
+
"type": "string | string[]",
|
|
6388
6388
|
"description": "A string delimited list of skeleton components to create such as `type=\"text@3\"` or `type=\"card, list-item\"`. Will recursively generate a corresponding skeleton from the provided string. Also supports short-hand for multiple elements such as **article@3** and **paragraph@2** which will generate 3 _article_ skeletons and 2 _paragraph_ skeletons. Please see below for a list of available pre-defined options."
|
|
6389
6389
|
},
|
|
6390
6390
|
"v-skeleton-loader/height": {
|
|
@@ -6877,7 +6877,7 @@
|
|
|
6877
6877
|
},
|
|
6878
6878
|
"v-snackbar/attach": {
|
|
6879
6879
|
"type": "string | boolean | Element",
|
|
6880
|
-
"description": "Specifies which DOM element
|
|
6880
|
+
"description": "Specifies which DOM element the overlay content should teleport to. Can be a direct element reference, querySelector string, or `true` to disable teleporting. Uses `body` by default."
|
|
6881
6881
|
},
|
|
6882
6882
|
"v-snackbar/vertical": {
|
|
6883
6883
|
"type": "boolean",
|
|
@@ -8089,7 +8089,7 @@
|
|
|
8089
8089
|
},
|
|
8090
8090
|
"v-tooltip/attach": {
|
|
8091
8091
|
"type": "string | boolean | Element",
|
|
8092
|
-
"description": "Specifies which DOM element
|
|
8092
|
+
"description": "Specifies which DOM element the overlay content should teleport to. Can be a direct element reference, querySelector string, or `true` to disable teleporting. Uses `body` by default."
|
|
8093
8093
|
},
|
|
8094
8094
|
"v-validation/model-value": {
|
|
8095
8095
|
"type": "any",
|
package/dist/json/importMap.json
CHANGED
|
@@ -128,14 +128,14 @@
|
|
|
128
128
|
"from": "components/VCode/index.mjs",
|
|
129
129
|
"styles": []
|
|
130
130
|
},
|
|
131
|
-
"VColorPicker": {
|
|
132
|
-
"from": "components/VColorPicker/index.mjs",
|
|
133
|
-
"styles": []
|
|
134
|
-
},
|
|
135
131
|
"VCombobox": {
|
|
136
132
|
"from": "components/VCombobox/index.mjs",
|
|
137
133
|
"styles": []
|
|
138
134
|
},
|
|
135
|
+
"VColorPicker": {
|
|
136
|
+
"from": "components/VColorPicker/index.mjs",
|
|
137
|
+
"styles": []
|
|
138
|
+
},
|
|
139
139
|
"VCounter": {
|
|
140
140
|
"from": "components/VCounter/index.mjs",
|
|
141
141
|
"styles": []
|
|
@@ -352,14 +352,14 @@
|
|
|
352
352
|
"from": "components/VTable/index.mjs",
|
|
353
353
|
"styles": []
|
|
354
354
|
},
|
|
355
|
-
"VTextarea": {
|
|
356
|
-
"from": "components/VTextarea/index.mjs",
|
|
357
|
-
"styles": []
|
|
358
|
-
},
|
|
359
355
|
"VTextField": {
|
|
360
356
|
"from": "components/VTextField/index.mjs",
|
|
361
357
|
"styles": []
|
|
362
358
|
},
|
|
359
|
+
"VTextarea": {
|
|
360
|
+
"from": "components/VTextarea/index.mjs",
|
|
361
|
+
"styles": []
|
|
362
|
+
},
|
|
363
363
|
"VTimeline": {
|
|
364
364
|
"from": "components/VTimeline/index.mjs",
|
|
365
365
|
"styles": []
|
|
@@ -396,10 +396,6 @@
|
|
|
396
396
|
"from": "components/VDefaultsProvider/index.mjs",
|
|
397
397
|
"styles": []
|
|
398
398
|
},
|
|
399
|
-
"VForm": {
|
|
400
|
-
"from": "components/VForm/index.mjs",
|
|
401
|
-
"styles": []
|
|
402
|
-
},
|
|
403
399
|
"VContainer": {
|
|
404
400
|
"from": "components/VGrid/index.mjs",
|
|
405
401
|
"styles": []
|
|
@@ -416,6 +412,10 @@
|
|
|
416
412
|
"from": "components/VGrid/index.mjs",
|
|
417
413
|
"styles": []
|
|
418
414
|
},
|
|
415
|
+
"VForm": {
|
|
416
|
+
"from": "components/VForm/index.mjs",
|
|
417
|
+
"styles": []
|
|
418
|
+
},
|
|
419
419
|
"VHover": {
|
|
420
420
|
"from": "components/VHover/index.mjs",
|
|
421
421
|
"styles": []
|
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.2.
|
|
5
|
+
"version": "3.2.4",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -1260,7 +1260,7 @@
|
|
|
1260
1260
|
"default": "[]",
|
|
1261
1261
|
"value": {
|
|
1262
1262
|
"kind": "expression",
|
|
1263
|
-
"type": "
|
|
1263
|
+
"type": "any[]"
|
|
1264
1264
|
}
|
|
1265
1265
|
},
|
|
1266
1266
|
{
|
|
@@ -7386,7 +7386,7 @@
|
|
|
7386
7386
|
"default": "[]",
|
|
7387
7387
|
"value": {
|
|
7388
7388
|
"kind": "expression",
|
|
7389
|
-
"type": "
|
|
7389
|
+
"type": "any[]"
|
|
7390
7390
|
}
|
|
7391
7391
|
},
|
|
7392
7392
|
{
|
|
@@ -11826,7 +11826,7 @@
|
|
|
11826
11826
|
},
|
|
11827
11827
|
{
|
|
11828
11828
|
"name": "attach",
|
|
11829
|
-
"description": "Specifies which DOM element
|
|
11829
|
+
"description": "Specifies which DOM element the overlay content should teleport to. Can be a direct element reference, querySelector string, or `true` to disable teleporting. Uses `body` by default.",
|
|
11830
11830
|
"doc-url": "https://vuetifyjs.com/api/v-dialog#props",
|
|
11831
11831
|
"default": "false",
|
|
11832
11832
|
"value": {
|
|
@@ -14349,7 +14349,7 @@
|
|
|
14349
14349
|
"arguments": [
|
|
14350
14350
|
{
|
|
14351
14351
|
"name": "argument",
|
|
14352
|
-
"type": "[<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/form.ts#
|
|
14352
|
+
"type": "[<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/form.ts#L47-L47\" target=\"_blank\">SubmitEventPromise</a>]"
|
|
14353
14353
|
}
|
|
14354
14354
|
]
|
|
14355
14355
|
}
|
|
@@ -17775,7 +17775,7 @@
|
|
|
17775
17775
|
},
|
|
17776
17776
|
{
|
|
17777
17777
|
"name": "attach",
|
|
17778
|
-
"description": "Specifies which DOM element
|
|
17778
|
+
"description": "Specifies which DOM element the overlay content should teleport to. Can be a direct element reference, querySelector string, or `true` to disable teleporting. Uses `body` by default. Generally not recommended except as a last resort: the default positioning algorithm should handle most scenarios better than is possible without teleporting, and you may have unexpected behavior if the menu ends up as child of its activator.",
|
|
17779
17779
|
"doc-url": "https://vuetifyjs.com/api/v-menu#props",
|
|
17780
17780
|
"default": "false",
|
|
17781
17781
|
"value": {
|
|
@@ -18568,7 +18568,7 @@
|
|
|
18568
18568
|
},
|
|
18569
18569
|
{
|
|
18570
18570
|
"name": "attach",
|
|
18571
|
-
"description": "Specifies which DOM element
|
|
18571
|
+
"description": "Specifies which DOM element the overlay content should teleport to. Can be a direct element reference, querySelector string, or `true` to disable teleporting. Uses `body` by default.",
|
|
18572
18572
|
"doc-url": "https://vuetifyjs.com/api/v-overlay#props",
|
|
18573
18573
|
"default": "false",
|
|
18574
18574
|
"value": {
|
|
@@ -22107,7 +22107,7 @@
|
|
|
22107
22107
|
"default": "[]",
|
|
22108
22108
|
"value": {
|
|
22109
22109
|
"kind": "expression",
|
|
22110
|
-
"type": "
|
|
22110
|
+
"type": "any[]"
|
|
22111
22111
|
}
|
|
22112
22112
|
},
|
|
22113
22113
|
{
|
|
@@ -23624,7 +23624,7 @@
|
|
|
23624
23624
|
"default": "'image'",
|
|
23625
23625
|
"value": {
|
|
23626
23626
|
"kind": "expression",
|
|
23627
|
-
"type": "
|
|
23627
|
+
"type": "string | string[]"
|
|
23628
23628
|
}
|
|
23629
23629
|
},
|
|
23630
23630
|
{
|
|
@@ -25407,7 +25407,7 @@
|
|
|
25407
25407
|
},
|
|
25408
25408
|
{
|
|
25409
25409
|
"name": "attach",
|
|
25410
|
-
"description": "Specifies which DOM element
|
|
25410
|
+
"description": "Specifies which DOM element the overlay content should teleport to. Can be a direct element reference, querySelector string, or `true` to disable teleporting. Uses `body` by default.",
|
|
25411
25411
|
"doc-url": "https://vuetifyjs.com/api/v-snackbar#props",
|
|
25412
25412
|
"default": "false",
|
|
25413
25413
|
"value": {
|
|
@@ -29685,7 +29685,7 @@
|
|
|
29685
29685
|
},
|
|
29686
29686
|
{
|
|
29687
29687
|
"name": "attach",
|
|
29688
|
-
"description": "Specifies which DOM element
|
|
29688
|
+
"description": "Specifies which DOM element the overlay content should teleport to. Can be a direct element reference, querySelector string, or `true` to disable teleporting. Uses `body` by default.",
|
|
29689
29689
|
"doc-url": "https://vuetifyjs.com/api/v-tooltip#props",
|
|
29690
29690
|
"default": "false",
|
|
29691
29691
|
"value": {
|
package/dist/vuetify-labs.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.2.
|
|
2
|
+
* Vuetify v3.2.4
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -16378,18 +16378,6 @@ html.overflow-y-hidden {
|
|
|
16378
16378
|
min-height: 100vh;
|
|
16379
16379
|
min-height: 100dvh;
|
|
16380
16380
|
position: relative;
|
|
16381
|
-
}.v-app-bar {
|
|
16382
|
-
display: flex;
|
|
16383
|
-
}
|
|
16384
|
-
.v-app-bar.v-toolbar {
|
|
16385
|
-
background: rgb(var(--v-theme-surface));
|
|
16386
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
16387
|
-
}
|
|
16388
|
-
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
|
16389
|
-
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));
|
|
16390
|
-
}
|
|
16391
|
-
.v-app-bar:not(.v-toolbar--absolute) {
|
|
16392
|
-
padding-inline-end: var(--v-scrollbar-offset);
|
|
16393
16381
|
}.v-alert {
|
|
16394
16382
|
display: grid;
|
|
16395
16383
|
flex: 1 1;
|
|
@@ -16600,6 +16588,18 @@ html.overflow-y-hidden {
|
|
|
16600
16588
|
text-transform: none;
|
|
16601
16589
|
word-break: normal;
|
|
16602
16590
|
word-wrap: break-word;
|
|
16591
|
+
}.v-app-bar {
|
|
16592
|
+
display: flex;
|
|
16593
|
+
}
|
|
16594
|
+
.v-app-bar.v-toolbar {
|
|
16595
|
+
background: rgb(var(--v-theme-surface));
|
|
16596
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
16597
|
+
}
|
|
16598
|
+
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
|
16599
|
+
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));
|
|
16600
|
+
}
|
|
16601
|
+
.v-app-bar:not(.v-toolbar--absolute) {
|
|
16602
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
|
16603
16603
|
}.v-input--density-default {
|
|
16604
16604
|
--autocomplete-chips-margin-bottom: 0px;
|
|
16605
16605
|
}
|
|
@@ -17935,7 +17935,6 @@ html.overflow-y-hidden {
|
|
|
17935
17935
|
align-items: center;
|
|
17936
17936
|
cursor: default;
|
|
17937
17937
|
display: inline-flex;
|
|
17938
|
-
flex: 1 0;
|
|
17939
17938
|
font-weight: 400;
|
|
17940
17939
|
max-width: 100%;
|
|
17941
17940
|
min-width: 0;
|
|
@@ -22967,6 +22966,27 @@ html.v-overlay-scroll-blocked {
|
|
|
22967
22966
|
}
|
|
22968
22967
|
.v-toolbar-items > .v-btn {
|
|
22969
22968
|
border-radius: 0;
|
|
22969
|
+
}.v-tooltip > .v-overlay__content {
|
|
22970
|
+
background: rgba(var(--v-theme-surface-variant), 0.7);
|
|
22971
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
22972
|
+
border-radius: 4px;
|
|
22973
|
+
font-size: 0.875rem;
|
|
22974
|
+
line-height: 1.6;
|
|
22975
|
+
display: inline-block;
|
|
22976
|
+
padding: 5px 16px;
|
|
22977
|
+
text-transform: initial;
|
|
22978
|
+
width: auto;
|
|
22979
|
+
opacity: 1;
|
|
22980
|
+
pointer-events: none;
|
|
22981
|
+
transition-property: opacity, transform;
|
|
22982
|
+
}
|
|
22983
|
+
.v-tooltip > .v-overlay__content[class*=enter-active] {
|
|
22984
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
22985
|
+
transition-duration: 150ms;
|
|
22986
|
+
}
|
|
22987
|
+
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
|
22988
|
+
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
22989
|
+
transition-duration: 75ms;
|
|
22970
22990
|
}.v-virtual-scroll {
|
|
22971
22991
|
display: block;
|
|
22972
22992
|
flex: 1 1 auto;
|
|
@@ -23045,27 +23065,6 @@ html.v-overlay-scroll-blocked {
|
|
|
23045
23065
|
}
|
|
23046
23066
|
.v-window-y-reverse-transition-leave-to {
|
|
23047
23067
|
transform: translateY(100%);
|
|
23048
|
-
}.v-tooltip > .v-overlay__content {
|
|
23049
|
-
background: rgba(var(--v-theme-surface-variant), 0.7);
|
|
23050
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
|
23051
|
-
border-radius: 4px;
|
|
23052
|
-
font-size: 0.875rem;
|
|
23053
|
-
line-height: 1.6;
|
|
23054
|
-
display: inline-block;
|
|
23055
|
-
padding: 5px 16px;
|
|
23056
|
-
text-transform: initial;
|
|
23057
|
-
width: auto;
|
|
23058
|
-
opacity: 1;
|
|
23059
|
-
pointer-events: none;
|
|
23060
|
-
transition-property: opacity, transform;
|
|
23061
|
-
}
|
|
23062
|
-
.v-tooltip > .v-overlay__content[class*=enter-active] {
|
|
23063
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
23064
|
-
transition-duration: 150ms;
|
|
23065
|
-
}
|
|
23066
|
-
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
|
23067
|
-
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
23068
|
-
transition-duration: 75ms;
|
|
23069
23068
|
}.v-color-picker-canvas {
|
|
23070
23069
|
display: flex;
|
|
23071
23070
|
position: relative;
|