@vuetify/nightly 3.4.0-beta.0-dev.2023-11-04 → 3.4.0-beta.1-dev.2023-11-08
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/CHANGELOG.md +2 -7
- package/dist/json/web-types.json +123 -27
- package/dist/vuetify-labs.css +59 -44
- package/dist/vuetify-labs.d.ts +165 -164
- package/dist/vuetify-labs.esm.js +93 -73
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +93 -73
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +153 -138
- package/dist/vuetify.d.ts +165 -164
- package/dist/vuetify.esm.js +93 -73
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +93 -73
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +963 -961
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +1 -1
- package/lib/components/VApp/index.d.mts +1 -1
- package/lib/components/VAppBar/VAppBar.mjs +1 -1
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.mts +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +1 -1
- package/lib/components/VAvatar/index.d.mts +1 -1
- package/lib/components/VBadge/VBadge.mjs +2 -2
- package/lib/components/VBadge/VBadge.mjs.map +1 -1
- package/lib/components/VBadge/index.d.mts +1 -1
- package/lib/components/VBanner/index.d.mts +1 -1
- package/lib/components/VBottomNavigation/index.d.mts +1 -1
- package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -1
- package/lib/components/VBottomSheet/VBottomSheet.mjs.map +1 -1
- package/lib/components/VBottomSheet/index.d.mts +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +1 -1
- package/lib/components/VBtn/index.d.mts +1 -1
- package/lib/components/VBtnGroup/index.d.mts +1 -1
- package/lib/components/VBtnToggle/VBtnToggle.mjs +1 -1
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VBtnToggle/index.d.mts +1 -1
- package/lib/components/VCard/index.d.mts +1 -1
- package/lib/components/VCarousel/VCarousel.mjs +1 -1
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs +2 -2
- package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
- package/lib/components/VCarousel/index.d.mts +1 -1
- package/lib/components/VCheckbox/VCheckbox.mjs +2 -2
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.mts +1 -1
- package/lib/components/VChip/index.d.mts +1 -1
- package/lib/components/VChipGroup/index.d.mts +1 -1
- package/lib/components/VCode/index.d.mts +1 -1
- package/lib/components/VColorPicker/VColorPicker.mjs +1 -1
- package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
- package/lib/components/VColorPicker/index.d.mts +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +1 -1
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +1 -1
- package/lib/components/VCounter/index.d.mts +1 -1
- package/lib/components/VDataIterator/index.d.mts +1 -1
- package/lib/components/VDataTable/VDataTable.css +6 -1
- package/lib/components/VDataTable/VDataTable.mjs +6 -5
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTable.sass +5 -1
- package/lib/components/VDataTable/VDataTableHeaders.mjs +3 -2
- package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +6 -5
- package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +5 -4
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +165 -164
- package/lib/components/VDatePicker/VDatePicker.mjs +6 -6
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +1 -1
- package/lib/components/VDefaultsProvider/index.d.mts +1 -1
- package/lib/components/VDialog/VDialog.mjs +1 -1
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/index.d.mts +1 -1
- package/lib/components/VDivider/index.d.mts +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +1 -1
- package/lib/components/VField/index.d.mts +1 -1
- package/lib/components/VFileInput/VFileInput.mjs +3 -3
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.mts +1 -1
- package/lib/components/VFooter/index.d.mts +1 -1
- package/lib/components/VForm/index.d.mts +1 -1
- package/lib/components/VGrid/index.d.mts +1 -1
- package/lib/components/VHover/index.d.mts +1 -1
- package/lib/components/VIcon/index.d.mts +1 -1
- package/lib/components/VImg/VImg.mjs +1 -1
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/index.d.mts +1 -1
- package/lib/components/VInfiniteScroll/index.d.mts +1 -1
- package/lib/components/VInput/index.d.mts +1 -1
- package/lib/components/VItemGroup/index.d.mts +1 -1
- package/lib/components/VKbd/index.d.mts +1 -1
- package/lib/components/VLabel/index.d.mts +1 -1
- package/lib/components/VLayout/index.d.mts +1 -1
- package/lib/components/VLazy/index.d.mts +1 -1
- package/lib/components/VList/VList.mjs +2 -2
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListChildren.mjs +1 -1
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +1 -1
- package/lib/components/VLocaleProvider/index.d.mts +1 -1
- package/lib/components/VMain/index.d.mts +1 -1
- package/lib/components/VMenu/VMenu.mjs +1 -1
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +1 -1
- package/lib/components/VMessages/index.d.mts +1 -1
- package/lib/components/VNavigationDrawer/index.d.mts +1 -1
- package/lib/components/VOtpInput/index.d.mts +1 -1
- package/lib/components/VOverlay/index.d.mts +1 -1
- package/lib/components/VPagination/index.d.mts +1 -1
- package/lib/components/VParallax/index.d.mts +1 -1
- package/lib/components/VProgressCircular/index.d.mts +1 -1
- package/lib/components/VProgressLinear/index.d.mts +1 -1
- package/lib/components/VRadio/index.d.mts +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs +2 -2
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRangeSlider/index.d.mts +1 -1
- package/lib/components/VRating/index.d.mts +1 -1
- package/lib/components/VResponsive/index.d.mts +1 -1
- package/lib/components/VSelect/VSelect.mjs +1 -1
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +1 -1
- package/lib/components/VSelectionControl/index.d.mts +1 -1
- package/lib/components/VSelectionControlGroup/index.d.mts +1 -1
- package/lib/components/VSheet/index.d.mts +1 -1
- package/lib/components/VSkeletonLoader/index.d.mts +1 -1
- package/lib/components/VSlideGroup/index.d.mts +1 -1
- package/lib/components/VSlider/VSlider.mjs +1 -1
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/index.d.mts +1 -1
- package/lib/components/VSnackbar/VSnackbar.mjs +1 -1
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +1 -1
- package/lib/components/VStepper/VStepper.mjs +1 -1
- package/lib/components/VStepper/VStepper.mjs.map +1 -1
- package/lib/components/VStepper/VStepperWindow.mjs +1 -1
- package/lib/components/VStepper/VStepperWindow.mjs.map +1 -1
- package/lib/components/VStepper/VStepperWindowItem.mjs +1 -1
- package/lib/components/VStepper/VStepperWindowItem.mjs.map +1 -1
- package/lib/components/VStepper/index.d.mts +1 -1
- package/lib/components/VSwitch/VSwitch.mjs +2 -2
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.mts +1 -1
- package/lib/components/VSystemBar/index.d.mts +1 -1
- package/lib/components/VTable/VTable.css +12 -2
- package/lib/components/VTable/VTable.sass +7 -2
- package/lib/components/VTable/index.d.mts +1 -1
- package/lib/components/VTabs/VTab.mjs +1 -1
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/VTabs.mjs +1 -1
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTabs/index.d.mts +1 -1
- package/lib/components/VTextField/VTextField.mjs +3 -3
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.mts +1 -1
- package/lib/components/VTextarea/VTextarea.mjs +5 -3
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.mts +1 -1
- package/lib/components/VThemeProvider/index.d.mts +1 -1
- package/lib/components/VTimeline/index.d.mts +1 -1
- package/lib/components/VToolbar/index.d.mts +1 -1
- package/lib/components/VTooltip/VTooltip.mjs +1 -1
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/index.d.mts +1 -1
- package/lib/components/VValidation/index.d.mts +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +1 -1
- package/lib/components/VWindow/index.d.mts +1 -1
- package/lib/components/index.d.mts +165 -164
- package/lib/components/transitions/index.d.mts +1 -1
- package/lib/composables/list-items.mjs +2 -2
- package/lib/composables/list-items.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/labs/VConfirmEdit/index.d.mts +1 -1
- package/lib/labs/VPicker/VPicker.mjs +1 -1
- package/lib/labs/VPicker/VPicker.mjs.map +1 -1
- package/lib/labs/VPicker/index.d.mts +1 -1
- package/lib/labs/components.d.mts +1 -1
- package/lib/util/defineComponent.mjs +2 -2
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/helpers.mjs +17 -3
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,8 @@
|
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.4.0-beta.
|
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.4.0-beta.1-dev.2023-11-08...v) (2023-11-08)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
# [3.4.0-beta.
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
### Bug Fixes
|
|
9
|
-
|
|
10
|
-
* **VDataTable:** apply pointer cursor with contextmenu or dblclick ([05d7bda](https://github.com/vuetifyjs/vuetify/commit/05d7bda0bc4f0dab6e9168bda6519cfc0606e6dc)), closes [#18592](https://github.com/vuetifyjs/vuetify/issues/18592)
|
|
5
|
+
# [3.4.0-beta.1-dev.2023-11-08](https://github.com/vuetifyjs/vuetify/compare/v3.4.0-beta.1...v3.4.0-beta.1-dev.2023-11-08) (2023-11-08)
|
|
11
6
|
|
|
12
7
|
|
|
13
8
|
|
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.4.0-beta.
|
|
5
|
+
"version": "3.4.0-beta.1-dev.2023-11-08",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -10885,8 +10885,8 @@
|
|
|
10885
10885
|
]
|
|
10886
10886
|
},
|
|
10887
10887
|
{
|
|
10888
|
-
"name": "
|
|
10889
|
-
"description": "
|
|
10888
|
+
"name": "header.data-table-select",
|
|
10889
|
+
"description": "Slot to replace the default `v-simple-checkbox` in header.",
|
|
10890
10890
|
"doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
|
|
10891
10891
|
"vue-properties": [
|
|
10892
10892
|
{
|
|
@@ -10924,7 +10924,7 @@
|
|
|
10924
10924
|
]
|
|
10925
10925
|
},
|
|
10926
10926
|
{
|
|
10927
|
-
"name": "
|
|
10927
|
+
"name": "header.data-table-expand",
|
|
10928
10928
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L37-L46.json))",
|
|
10929
10929
|
"doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
|
|
10930
10930
|
"vue-properties": [
|
|
@@ -11033,6 +11033,10 @@
|
|
|
11033
11033
|
},
|
|
11034
11034
|
{
|
|
11035
11035
|
"name": "items",
|
|
11036
|
+
"type": "any[]"
|
|
11037
|
+
},
|
|
11038
|
+
{
|
|
11039
|
+
"name": "internalItems",
|
|
11036
11040
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>[]"
|
|
11037
11041
|
},
|
|
11038
11042
|
{
|
|
@@ -11120,6 +11124,10 @@
|
|
|
11120
11124
|
},
|
|
11121
11125
|
{
|
|
11122
11126
|
"name": "items",
|
|
11127
|
+
"type": "any[]"
|
|
11128
|
+
},
|
|
11129
|
+
{
|
|
11130
|
+
"name": "internalItems",
|
|
11123
11131
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>[]"
|
|
11124
11132
|
},
|
|
11125
11133
|
{
|
|
@@ -11207,6 +11215,10 @@
|
|
|
11207
11215
|
},
|
|
11208
11216
|
{
|
|
11209
11217
|
"name": "items",
|
|
11218
|
+
"type": "any[]"
|
|
11219
|
+
},
|
|
11220
|
+
{
|
|
11221
|
+
"name": "internalItems",
|
|
11210
11222
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>[]"
|
|
11211
11223
|
},
|
|
11212
11224
|
{
|
|
@@ -11294,6 +11306,10 @@
|
|
|
11294
11306
|
},
|
|
11295
11307
|
{
|
|
11296
11308
|
"name": "items",
|
|
11309
|
+
"type": "any[]"
|
|
11310
|
+
},
|
|
11311
|
+
{
|
|
11312
|
+
"name": "internalItems",
|
|
11297
11313
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>[]"
|
|
11298
11314
|
},
|
|
11299
11315
|
{
|
|
@@ -11312,7 +11328,7 @@
|
|
|
11312
11328
|
},
|
|
11313
11329
|
{
|
|
11314
11330
|
"name": "tbody",
|
|
11315
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTable.tsx#L33-
|
|
11331
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTable.tsx#L33-L55.json))",
|
|
11316
11332
|
"doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
|
|
11317
11333
|
"vue-properties": [
|
|
11318
11334
|
{
|
|
@@ -11381,6 +11397,10 @@
|
|
|
11381
11397
|
},
|
|
11382
11398
|
{
|
|
11383
11399
|
"name": "items",
|
|
11400
|
+
"type": "any[]"
|
|
11401
|
+
},
|
|
11402
|
+
{
|
|
11403
|
+
"name": "internalItems",
|
|
11384
11404
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>[]"
|
|
11385
11405
|
},
|
|
11386
11406
|
{
|
|
@@ -11399,7 +11419,7 @@
|
|
|
11399
11419
|
},
|
|
11400
11420
|
{
|
|
11401
11421
|
"name": "thead",
|
|
11402
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTable.tsx#L33-
|
|
11422
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTable.tsx#L33-L55.json))",
|
|
11403
11423
|
"doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
|
|
11404
11424
|
"vue-properties": [
|
|
11405
11425
|
{
|
|
@@ -11468,6 +11488,10 @@
|
|
|
11468
11488
|
},
|
|
11469
11489
|
{
|
|
11470
11490
|
"name": "items",
|
|
11491
|
+
"type": "any[]"
|
|
11492
|
+
},
|
|
11493
|
+
{
|
|
11494
|
+
"name": "internalItems",
|
|
11471
11495
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>[]"
|
|
11472
11496
|
},
|
|
11473
11497
|
{
|
|
@@ -11486,7 +11510,7 @@
|
|
|
11486
11510
|
},
|
|
11487
11511
|
{
|
|
11488
11512
|
"name": "tfoot",
|
|
11489
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTable.tsx#L33-
|
|
11513
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTable.tsx#L33-L55.json))",
|
|
11490
11514
|
"doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
|
|
11491
11515
|
"vue-properties": [
|
|
11492
11516
|
{
|
|
@@ -11555,6 +11579,10 @@
|
|
|
11555
11579
|
},
|
|
11556
11580
|
{
|
|
11557
11581
|
"name": "items",
|
|
11582
|
+
"type": "any[]"
|
|
11583
|
+
},
|
|
11584
|
+
{
|
|
11585
|
+
"name": "internalItems",
|
|
11558
11586
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>[]"
|
|
11559
11587
|
},
|
|
11560
11588
|
{
|
|
@@ -11642,6 +11670,10 @@
|
|
|
11642
11670
|
},
|
|
11643
11671
|
{
|
|
11644
11672
|
"name": "items",
|
|
11673
|
+
"type": "any[]"
|
|
11674
|
+
},
|
|
11675
|
+
{
|
|
11676
|
+
"name": "internalItems",
|
|
11645
11677
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>[]"
|
|
11646
11678
|
},
|
|
11647
11679
|
{
|
|
@@ -11729,6 +11761,10 @@
|
|
|
11729
11761
|
},
|
|
11730
11762
|
{
|
|
11731
11763
|
"name": "items",
|
|
11764
|
+
"type": "any[]"
|
|
11765
|
+
},
|
|
11766
|
+
{
|
|
11767
|
+
"name": "internalItems",
|
|
11732
11768
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>[]"
|
|
11733
11769
|
},
|
|
11734
11770
|
{
|
|
@@ -11816,6 +11852,10 @@
|
|
|
11816
11852
|
},
|
|
11817
11853
|
{
|
|
11818
11854
|
"name": "items",
|
|
11855
|
+
"type": "any[]"
|
|
11856
|
+
},
|
|
11857
|
+
{
|
|
11858
|
+
"name": "internalItems",
|
|
11819
11859
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>[]"
|
|
11820
11860
|
},
|
|
11821
11861
|
{
|
|
@@ -11843,8 +11883,8 @@
|
|
|
11843
11883
|
"doc-url": "https://vuetifyjs.com/api/v-data-table#slots"
|
|
11844
11884
|
},
|
|
11845
11885
|
{
|
|
11846
|
-
"name": "[`
|
|
11847
|
-
"description": "
|
|
11886
|
+
"name": "[`header.${string}`]",
|
|
11887
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L37-L46.json))",
|
|
11848
11888
|
"doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
|
|
11849
11889
|
"vue-properties": [
|
|
11850
11890
|
{
|
|
@@ -12966,8 +13006,8 @@
|
|
|
12966
13006
|
]
|
|
12967
13007
|
},
|
|
12968
13008
|
{
|
|
12969
|
-
"name": "
|
|
12970
|
-
"description": "
|
|
13009
|
+
"name": "header.data-table-select",
|
|
13010
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L37-L46.json))",
|
|
12971
13011
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
|
|
12972
13012
|
"vue-properties": [
|
|
12973
13013
|
{
|
|
@@ -13005,8 +13045,8 @@
|
|
|
13005
13045
|
]
|
|
13006
13046
|
},
|
|
13007
13047
|
{
|
|
13008
|
-
"name": "
|
|
13009
|
-
"description": "
|
|
13048
|
+
"name": "header.data-table-expand",
|
|
13049
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L37-L46.json))",
|
|
13010
13050
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
|
|
13011
13051
|
"vue-properties": [
|
|
13012
13052
|
{
|
|
@@ -13114,6 +13154,10 @@
|
|
|
13114
13154
|
},
|
|
13115
13155
|
{
|
|
13116
13156
|
"name": "items",
|
|
13157
|
+
"type": "any[]"
|
|
13158
|
+
},
|
|
13159
|
+
{
|
|
13160
|
+
"name": "internalItems",
|
|
13117
13161
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>[]"
|
|
13118
13162
|
},
|
|
13119
13163
|
{
|
|
@@ -13201,6 +13245,10 @@
|
|
|
13201
13245
|
},
|
|
13202
13246
|
{
|
|
13203
13247
|
"name": "items",
|
|
13248
|
+
"type": "any[]"
|
|
13249
|
+
},
|
|
13250
|
+
{
|
|
13251
|
+
"name": "internalItems",
|
|
13204
13252
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>[]"
|
|
13205
13253
|
},
|
|
13206
13254
|
{
|
|
@@ -13288,6 +13336,10 @@
|
|
|
13288
13336
|
},
|
|
13289
13337
|
{
|
|
13290
13338
|
"name": "items",
|
|
13339
|
+
"type": "any[]"
|
|
13340
|
+
},
|
|
13341
|
+
{
|
|
13342
|
+
"name": "internalItems",
|
|
13291
13343
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>[]"
|
|
13292
13344
|
},
|
|
13293
13345
|
{
|
|
@@ -13375,6 +13427,10 @@
|
|
|
13375
13427
|
},
|
|
13376
13428
|
{
|
|
13377
13429
|
"name": "items",
|
|
13430
|
+
"type": "any[]"
|
|
13431
|
+
},
|
|
13432
|
+
{
|
|
13433
|
+
"name": "internalItems",
|
|
13378
13434
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>[]"
|
|
13379
13435
|
},
|
|
13380
13436
|
{
|
|
@@ -13462,6 +13518,10 @@
|
|
|
13462
13518
|
},
|
|
13463
13519
|
{
|
|
13464
13520
|
"name": "items",
|
|
13521
|
+
"type": "any[]"
|
|
13522
|
+
},
|
|
13523
|
+
{
|
|
13524
|
+
"name": "internalItems",
|
|
13465
13525
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>[]"
|
|
13466
13526
|
},
|
|
13467
13527
|
{
|
|
@@ -13549,6 +13609,10 @@
|
|
|
13549
13609
|
},
|
|
13550
13610
|
{
|
|
13551
13611
|
"name": "items",
|
|
13612
|
+
"type": "any[]"
|
|
13613
|
+
},
|
|
13614
|
+
{
|
|
13615
|
+
"name": "internalItems",
|
|
13552
13616
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>[]"
|
|
13553
13617
|
},
|
|
13554
13618
|
{
|
|
@@ -13636,6 +13700,10 @@
|
|
|
13636
13700
|
},
|
|
13637
13701
|
{
|
|
13638
13702
|
"name": "items",
|
|
13703
|
+
"type": "any[]"
|
|
13704
|
+
},
|
|
13705
|
+
{
|
|
13706
|
+
"name": "internalItems",
|
|
13639
13707
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>[]"
|
|
13640
13708
|
},
|
|
13641
13709
|
{
|
|
@@ -13723,6 +13791,10 @@
|
|
|
13723
13791
|
},
|
|
13724
13792
|
{
|
|
13725
13793
|
"name": "items",
|
|
13794
|
+
"type": "any[]"
|
|
13795
|
+
},
|
|
13796
|
+
{
|
|
13797
|
+
"name": "internalItems",
|
|
13726
13798
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>[]"
|
|
13727
13799
|
},
|
|
13728
13800
|
{
|
|
@@ -13741,7 +13813,7 @@
|
|
|
13741
13813
|
},
|
|
13742
13814
|
{
|
|
13743
13815
|
"name": "body.prepend",
|
|
13744
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTable.tsx#L33-
|
|
13816
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTable.tsx#L33-L55.json))",
|
|
13745
13817
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
|
|
13746
13818
|
"vue-properties": [
|
|
13747
13819
|
{
|
|
@@ -13810,6 +13882,10 @@
|
|
|
13810
13882
|
},
|
|
13811
13883
|
{
|
|
13812
13884
|
"name": "items",
|
|
13885
|
+
"type": "any[]"
|
|
13886
|
+
},
|
|
13887
|
+
{
|
|
13888
|
+
"name": "internalItems",
|
|
13813
13889
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>[]"
|
|
13814
13890
|
},
|
|
13815
13891
|
{
|
|
@@ -13828,7 +13904,7 @@
|
|
|
13828
13904
|
},
|
|
13829
13905
|
{
|
|
13830
13906
|
"name": "body.append",
|
|
13831
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTable.tsx#L33-
|
|
13907
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTable.tsx#L33-L55.json))",
|
|
13832
13908
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
|
|
13833
13909
|
"vue-properties": [
|
|
13834
13910
|
{
|
|
@@ -13897,6 +13973,10 @@
|
|
|
13897
13973
|
},
|
|
13898
13974
|
{
|
|
13899
13975
|
"name": "items",
|
|
13976
|
+
"type": "any[]"
|
|
13977
|
+
},
|
|
13978
|
+
{
|
|
13979
|
+
"name": "internalItems",
|
|
13900
13980
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>[]"
|
|
13901
13981
|
},
|
|
13902
13982
|
{
|
|
@@ -13924,8 +14004,8 @@
|
|
|
13924
14004
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots"
|
|
13925
14005
|
},
|
|
13926
14006
|
{
|
|
13927
|
-
"name": "[`
|
|
13928
|
-
"description": "
|
|
14007
|
+
"name": "[`header.${string}`]",
|
|
14008
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L37-L46.json))",
|
|
13929
14009
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
|
|
13930
14010
|
"vue-properties": [
|
|
13931
14011
|
{
|
|
@@ -14614,8 +14694,8 @@
|
|
|
14614
14694
|
]
|
|
14615
14695
|
},
|
|
14616
14696
|
{
|
|
14617
|
-
"name": "
|
|
14618
|
-
"description": "
|
|
14697
|
+
"name": "header.data-table-select",
|
|
14698
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L37-L46.json))",
|
|
14619
14699
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
|
|
14620
14700
|
"vue-properties": [
|
|
14621
14701
|
{
|
|
@@ -14653,8 +14733,8 @@
|
|
|
14653
14733
|
]
|
|
14654
14734
|
},
|
|
14655
14735
|
{
|
|
14656
|
-
"name": "
|
|
14657
|
-
"description": "
|
|
14736
|
+
"name": "header.data-table-expand",
|
|
14737
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L37-L46.json))",
|
|
14658
14738
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
|
|
14659
14739
|
"vue-properties": [
|
|
14660
14740
|
{
|
|
@@ -14698,7 +14778,7 @@
|
|
|
14698
14778
|
"vue-properties": [
|
|
14699
14779
|
{
|
|
14700
14780
|
"name": "items",
|
|
14701
|
-
"type": "
|
|
14781
|
+
"type": "any[]"
|
|
14702
14782
|
},
|
|
14703
14783
|
{
|
|
14704
14784
|
"name": "select",
|
|
@@ -14752,6 +14832,10 @@
|
|
|
14752
14832
|
"name": "allSelected",
|
|
14753
14833
|
"type": "boolean"
|
|
14754
14834
|
},
|
|
14835
|
+
{
|
|
14836
|
+
"name": "internalItems",
|
|
14837
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>[]"
|
|
14838
|
+
},
|
|
14755
14839
|
{
|
|
14756
14840
|
"name": "groupedItems",
|
|
14757
14841
|
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
|
|
@@ -14769,7 +14853,7 @@
|
|
|
14769
14853
|
"vue-properties": [
|
|
14770
14854
|
{
|
|
14771
14855
|
"name": "items",
|
|
14772
|
-
"type": "
|
|
14856
|
+
"type": "any[]"
|
|
14773
14857
|
},
|
|
14774
14858
|
{
|
|
14775
14859
|
"name": "select",
|
|
@@ -14823,6 +14907,10 @@
|
|
|
14823
14907
|
"name": "allSelected",
|
|
14824
14908
|
"type": "boolean"
|
|
14825
14909
|
},
|
|
14910
|
+
{
|
|
14911
|
+
"name": "internalItems",
|
|
14912
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>[]"
|
|
14913
|
+
},
|
|
14826
14914
|
{
|
|
14827
14915
|
"name": "groupedItems",
|
|
14828
14916
|
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
|
|
@@ -14840,7 +14928,7 @@
|
|
|
14840
14928
|
"vue-properties": [
|
|
14841
14929
|
{
|
|
14842
14930
|
"name": "items",
|
|
14843
|
-
"type": "
|
|
14931
|
+
"type": "any[]"
|
|
14844
14932
|
},
|
|
14845
14933
|
{
|
|
14846
14934
|
"name": "select",
|
|
@@ -14894,6 +14982,10 @@
|
|
|
14894
14982
|
"name": "allSelected",
|
|
14895
14983
|
"type": "boolean"
|
|
14896
14984
|
},
|
|
14985
|
+
{
|
|
14986
|
+
"name": "internalItems",
|
|
14987
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>[]"
|
|
14988
|
+
},
|
|
14897
14989
|
{
|
|
14898
14990
|
"name": "groupedItems",
|
|
14899
14991
|
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
|
|
@@ -14911,7 +15003,7 @@
|
|
|
14911
15003
|
"vue-properties": [
|
|
14912
15004
|
{
|
|
14913
15005
|
"name": "items",
|
|
14914
|
-
"type": "
|
|
15006
|
+
"type": "any[]"
|
|
14915
15007
|
},
|
|
14916
15008
|
{
|
|
14917
15009
|
"name": "select",
|
|
@@ -14965,6 +15057,10 @@
|
|
|
14965
15057
|
"name": "allSelected",
|
|
14966
15058
|
"type": "boolean"
|
|
14967
15059
|
},
|
|
15060
|
+
{
|
|
15061
|
+
"name": "internalItems",
|
|
15062
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>[]"
|
|
15063
|
+
},
|
|
14968
15064
|
{
|
|
14969
15065
|
"name": "groupedItems",
|
|
14970
15066
|
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
|
|
@@ -14981,8 +15077,8 @@
|
|
|
14981
15077
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots"
|
|
14982
15078
|
},
|
|
14983
15079
|
{
|
|
14984
|
-
"name": "[`
|
|
14985
|
-
"description": "
|
|
15080
|
+
"name": "[`header.${string}`]",
|
|
15081
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L37-L46.json))",
|
|
14986
15082
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
|
|
14987
15083
|
"vue-properties": [
|
|
14988
15084
|
{
|
package/dist/vuetify-labs.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.4.0-beta.
|
|
2
|
+
* Vuetify v3.4.0-beta.1-dev.2023-11-08
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -19912,14 +19912,19 @@ html.overflow-y-hidden {
|
|
|
19912
19912
|
|
|
19913
19913
|
.v-data-table-column--fixed {
|
|
19914
19914
|
background: rgb(var(--v-theme-surface));
|
|
19915
|
-
position: sticky;
|
|
19915
|
+
position: sticky !important;
|
|
19916
19916
|
left: 0;
|
|
19917
|
+
z-index: 1;
|
|
19917
19918
|
}
|
|
19918
19919
|
|
|
19919
19920
|
.v-data-table-column--last-fixed {
|
|
19920
19921
|
border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
19921
19922
|
}
|
|
19922
19923
|
|
|
19924
|
+
.v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed {
|
|
19925
|
+
z-index: 2;
|
|
19926
|
+
}
|
|
19927
|
+
|
|
19923
19928
|
.v-data-table-group-header-row td {
|
|
19924
19929
|
background: rgba(var(--v-theme-surface));
|
|
19925
19930
|
color: rgba(var(--v-theme-on-surface));
|
|
@@ -23615,8 +23620,18 @@ html.v-overlay-scroll-blocked {
|
|
|
23615
23620
|
.v-table .v-table__wrapper > table > tfoot > tr > th {
|
|
23616
23621
|
border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
23617
23622
|
}
|
|
23618
|
-
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr
|
|
23623
|
+
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr > td {
|
|
23624
|
+
position: relative;
|
|
23625
|
+
}
|
|
23626
|
+
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
|
|
23627
|
+
content: "";
|
|
23628
|
+
position: absolute;
|
|
23629
|
+
top: 0;
|
|
23630
|
+
left: 0;
|
|
23631
|
+
width: 100%;
|
|
23632
|
+
height: 100%;
|
|
23619
23633
|
background: rgba(var(--v-border-color), var(--v-hover-opacity));
|
|
23634
|
+
pointer-events: none;
|
|
23620
23635
|
}
|
|
23621
23636
|
.v-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
|
|
23622
23637
|
background: rgb(var(--v-theme-surface));
|
|
@@ -23720,7 +23735,7 @@ html.v-overlay-scroll-blocked {
|
|
|
23720
23735
|
.v-table--fixed-header > .v-table__wrapper > table > thead {
|
|
23721
23736
|
position: sticky;
|
|
23722
23737
|
top: 0;
|
|
23723
|
-
z-index:
|
|
23738
|
+
z-index: 2;
|
|
23724
23739
|
}
|
|
23725
23740
|
.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
|
|
23726
23741
|
border-bottom: 0px !important;
|
|
@@ -23734,45 +23749,6 @@ html.v-overlay-scroll-blocked {
|
|
|
23734
23749
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
|
|
23735
23750
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
|
|
23736
23751
|
border-top: 0px !important;
|
|
23737
|
-
}.v-textarea .v-field {
|
|
23738
|
-
--v-textarea-control-height: var(--v-input-control-height);
|
|
23739
|
-
}
|
|
23740
|
-
.v-textarea .v-field__field {
|
|
23741
|
-
--v-input-control-height: var(--v-textarea-control-height);
|
|
23742
|
-
}
|
|
23743
|
-
.v-textarea .v-field__input {
|
|
23744
|
-
flex: 1 1 auto;
|
|
23745
|
-
outline: none;
|
|
23746
|
-
-webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
|
|
23747
|
-
mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
|
|
23748
|
-
}
|
|
23749
|
-
.v-textarea .v-field__input.v-textarea__sizer {
|
|
23750
|
-
visibility: hidden;
|
|
23751
|
-
position: absolute;
|
|
23752
|
-
top: 0;
|
|
23753
|
-
left: 0;
|
|
23754
|
-
height: 0 !important;
|
|
23755
|
-
min-height: 0 !important;
|
|
23756
|
-
pointer-events: none;
|
|
23757
|
-
}
|
|
23758
|
-
.v-textarea--no-resize .v-field__input {
|
|
23759
|
-
resize: none;
|
|
23760
|
-
}
|
|
23761
|
-
.v-textarea .v-field--no-label textarea,
|
|
23762
|
-
.v-textarea .v-field--active textarea {
|
|
23763
|
-
opacity: 1;
|
|
23764
|
-
}
|
|
23765
|
-
.v-textarea textarea {
|
|
23766
|
-
opacity: 0;
|
|
23767
|
-
flex: 1;
|
|
23768
|
-
min-width: 0;
|
|
23769
|
-
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
23770
|
-
}
|
|
23771
|
-
.v-textarea textarea:focus, .v-textarea textarea:active {
|
|
23772
|
-
outline: none;
|
|
23773
|
-
}
|
|
23774
|
-
.v-textarea textarea:invalid {
|
|
23775
|
-
box-shadow: none;
|
|
23776
23752
|
}/* region BLOCK */
|
|
23777
23753
|
.v-text-field input {
|
|
23778
23754
|
color: inherit;
|
|
@@ -23836,7 +23812,46 @@ html.v-overlay-scroll-blocked {
|
|
|
23836
23812
|
padding-inline-end: var(--v-field-padding-end);
|
|
23837
23813
|
}
|
|
23838
23814
|
|
|
23839
|
-
/* endregion */.v-
|
|
23815
|
+
/* endregion */.v-textarea .v-field {
|
|
23816
|
+
--v-textarea-control-height: var(--v-input-control-height);
|
|
23817
|
+
}
|
|
23818
|
+
.v-textarea .v-field__field {
|
|
23819
|
+
--v-input-control-height: var(--v-textarea-control-height);
|
|
23820
|
+
}
|
|
23821
|
+
.v-textarea .v-field__input {
|
|
23822
|
+
flex: 1 1 auto;
|
|
23823
|
+
outline: none;
|
|
23824
|
+
-webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
|
|
23825
|
+
mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
|
|
23826
|
+
}
|
|
23827
|
+
.v-textarea .v-field__input.v-textarea__sizer {
|
|
23828
|
+
visibility: hidden;
|
|
23829
|
+
position: absolute;
|
|
23830
|
+
top: 0;
|
|
23831
|
+
left: 0;
|
|
23832
|
+
height: 0 !important;
|
|
23833
|
+
min-height: 0 !important;
|
|
23834
|
+
pointer-events: none;
|
|
23835
|
+
}
|
|
23836
|
+
.v-textarea--no-resize .v-field__input {
|
|
23837
|
+
resize: none;
|
|
23838
|
+
}
|
|
23839
|
+
.v-textarea .v-field--no-label textarea,
|
|
23840
|
+
.v-textarea .v-field--active textarea {
|
|
23841
|
+
opacity: 1;
|
|
23842
|
+
}
|
|
23843
|
+
.v-textarea textarea {
|
|
23844
|
+
opacity: 0;
|
|
23845
|
+
flex: 1;
|
|
23846
|
+
min-width: 0;
|
|
23847
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
23848
|
+
}
|
|
23849
|
+
.v-textarea textarea:focus, .v-textarea textarea:active {
|
|
23850
|
+
outline: none;
|
|
23851
|
+
}
|
|
23852
|
+
.v-textarea textarea:invalid {
|
|
23853
|
+
box-shadow: none;
|
|
23854
|
+
}.v-theme-provider {
|
|
23840
23855
|
background: rgb(var(--v-theme-background));
|
|
23841
23856
|
color: rgb(var(--v-theme-on-background));
|
|
23842
23857
|
}.v-timeline .v-timeline-divider__dot {
|