@vuetify/nightly 3.4.0-alpha.1-dev.2023-10-21 → 3.4.0-alpha.1-dev.2023-10-26
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 +6 -3
- package/dist/_component-variables-labs.sass +1 -4
- package/dist/_component-variables.sass +3 -0
- package/dist/json/attributes.json +26 -26
- package/dist/json/importMap-labs.json +20 -52
- package/dist/json/importMap.json +56 -24
- package/dist/json/web-types.json +30 -30
- package/dist/vuetify-labs.css +725 -724
- package/dist/vuetify-labs.d.ts +41344 -36620
- package/dist/vuetify-labs.esm.js +5358 -5336
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +5357 -5335
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +385 -13
- package/dist/vuetify.d.ts +19744 -12997
- package/dist/vuetify.esm.js +735 -145
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +734 -144
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +808 -779
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +114 -106
- package/lib/components/VApp/index.d.mts +24 -47
- package/lib/components/VAppBar/index.d.mts +219 -175
- package/lib/components/VAutocomplete/VAutocomplete.mjs +13 -10
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +1203 -551
- package/lib/components/VAvatar/index.d.mts +45 -53
- package/lib/components/VBadge/index.d.mts +66 -58
- package/lib/components/VBanner/index.d.mts +106 -146
- package/lib/components/VBottomNavigation/index.d.mts +72 -63
- package/lib/{labs → components}/VBottomSheet/VBottomSheet.mjs +1 -1
- package/lib/components/VBottomSheet/VBottomSheet.mjs.map +1 -0
- package/lib/{labs → components}/VBottomSheet/index.d.mts +153 -83
- package/lib/components/VBottomSheet/index.mjs.map +1 -0
- package/lib/components/VBreadcrumbs/index.d.mts +89 -147
- package/lib/components/VBtn/index.d.mts +107 -66
- package/lib/components/VBtnGroup/index.d.mts +38 -51
- package/lib/components/VBtnToggle/index.d.mts +53 -55
- package/lib/components/VCard/index.d.mts +238 -298
- package/lib/components/VCarousel/index.d.mts +251 -131
- package/lib/components/VCheckbox/index.d.mts +259 -146
- package/lib/components/VChip/index.d.mts +157 -76
- package/lib/components/VChipGroup/index.d.mts +76 -55
- package/lib/components/VCode/index.d.mts +21 -46
- package/lib/components/VColorPicker/index.d.mts +112 -61
- package/lib/components/VCombobox/VCombobox.mjs +13 -10
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +1203 -551
- package/lib/components/VCounter/index.d.mts +45 -57
- package/lib/components/VDefaultsProvider/index.d.mts +24 -49
- package/lib/components/VDialog/index.d.mts +583 -329
- package/lib/components/VDivider/index.d.mts +30 -49
- package/lib/components/VExpansionPanel/index.d.mts +188 -212
- package/lib/components/VField/index.d.mts +88 -105
- package/lib/components/VFileInput/index.d.mts +472 -287
- package/lib/components/VFooter/index.d.mts +42 -52
- package/lib/components/VForm/index.d.mts +149 -51
- package/lib/components/VGrid/index.d.mts +146 -196
- package/lib/components/VHover/index.d.mts +37 -49
- package/lib/components/VIcon/index.d.mts +79 -234
- package/lib/components/VImg/index.d.mts +80 -61
- package/lib/components/VInput/index.d.mts +90 -66
- package/lib/components/VItemGroup/index.d.mts +115 -99
- package/lib/components/VKbd/index.d.mts +21 -46
- package/lib/components/VLabel/index.d.mts +24 -47
- package/lib/components/VLayout/index.d.mts +55 -96
- package/lib/components/VLazy/index.d.mts +43 -50
- package/lib/components/VList/index.d.mts +403 -468
- package/lib/components/VLocaleProvider/index.d.mts +24 -46
- package/lib/components/VMain/index.d.mts +24 -47
- package/lib/components/VMenu/index.d.mts +573 -324
- package/lib/components/VMessages/index.d.mts +41 -49
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +1 -0
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +1 -0
- package/lib/components/VNavigationDrawer/index.d.mts +95 -67
- package/lib/components/VOverlay/index.d.mts +138 -76
- package/lib/components/VPagination/index.d.mts +114 -73
- package/lib/components/VParallax/index.d.mts +31 -47
- package/lib/components/VProgressCircular/index.d.mts +48 -53
- package/lib/components/VProgressLinear/index.d.mts +84 -63
- package/lib/components/VRadio/index.d.mts +93 -61
- package/lib/components/VRadioGroup/index.d.mts +130 -77
- package/lib/components/VRangeSlider/index.d.mts +169 -86
- package/lib/components/VRating/index.d.mts +75 -62
- package/lib/components/VResponsive/index.d.mts +33 -47
- package/lib/components/VSelect/VSelect.mjs +13 -10
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +1191 -546
- package/lib/components/VSelectionControl/index.d.mts +48 -53
- package/lib/components/VSelectionControlGroup/index.d.mts +58 -57
- package/lib/components/VSheet/index.d.mts +37 -48
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -0
- package/lib/{labs → components}/VSkeletonLoader/index.d.mts +36 -51
- package/lib/components/VSkeletonLoader/index.mjs.map +1 -0
- package/lib/components/VSlideGroup/index.d.mts +106 -105
- package/lib/components/VSlider/index.d.mts +166 -85
- package/lib/components/VSnackbar/index.d.mts +572 -324
- package/lib/components/VStepper/VStepper.mjs +137 -98
- package/lib/components/VStepper/VStepper.mjs.map +1 -1
- package/lib/components/VStepper/VStepper.sass +38 -198
- package/lib/{labs → components}/VStepper/VStepperActions.mjs +2 -2
- package/lib/components/VStepper/VStepperActions.mjs.map +1 -0
- package/lib/components/VStepper/VStepperHeader.mjs.map +1 -0
- package/lib/{labs → components}/VStepper/VStepperItem.mjs +2 -2
- package/lib/components/VStepper/VStepperItem.mjs.map +1 -0
- package/lib/{labs → components}/VStepper/VStepperWindow.mjs +1 -1
- package/lib/components/VStepper/VStepperWindow.mjs.map +1 -0
- package/lib/{labs → components}/VStepper/VStepperWindowItem.mjs +1 -1
- package/lib/components/VStepper/VStepperWindowItem.mjs.map +1 -0
- package/lib/components/VStepper/_variables.scss +21 -31
- package/lib/{labs → components}/VStepper/index.d.mts +368 -340
- package/lib/components/VStepper/index.mjs +6 -17
- package/lib/components/VStepper/index.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.mts +168 -86
- package/lib/components/VSystemBar/index.d.mts +39 -51
- package/lib/components/VTable/index.d.mts +45 -51
- package/lib/components/VTabs/index.d.mts +177 -132
- package/lib/components/VTextField/index.d.mts +665 -470
- package/lib/components/VTextarea/index.d.mts +469 -297
- package/lib/components/VThemeProvider/index.d.mts +26 -48
- package/lib/components/VTimeline/index.d.mts +98 -106
- package/lib/components/VToolbar/index.d.mts +119 -150
- package/lib/components/VTooltip/index.d.mts +565 -321
- package/lib/components/VValidation/index.d.mts +108 -62
- package/lib/components/VVirtualScroll/index.d.mts +18 -46
- package/lib/components/VWindow/index.d.mts +130 -110
- package/lib/components/index.d.mts +19539 -12808
- package/lib/components/index.mjs +4 -2
- package/lib/components/index.mjs.map +1 -1
- package/lib/components/transitions/index.d.mts +455 -819
- package/lib/composables/color.mjs +2 -2
- package/lib/composables/color.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +22 -22
- package/lib/labs/VDataIterator/index.d.mts +112 -75
- package/lib/labs/VDataTable/index.d.mts +1456 -530
- package/lib/labs/VDateInput/index.d.mts +260 -157
- package/lib/labs/VDatePicker/index.d.mts +1100 -889
- package/lib/labs/VDateRangePicker/index.d.mts +207 -129
- package/lib/labs/VInfiniteScroll/index.d.mts +59 -54
- package/lib/labs/VOtpInput/index.d.mts +80 -64
- package/lib/labs/VPicker/index.d.mts +74 -97
- package/lib/labs/components.d.mts +7777 -9883
- package/lib/labs/components.mjs +0 -3
- package/lib/labs/components.mjs.map +1 -1
- package/lib/labs/date/adapters/vuetify.mjs +6 -3
- package/lib/labs/date/adapters/vuetify.mjs.map +1 -1
- package/lib/locale/fr.mjs +19 -19
- package/lib/locale/fr.mjs.map +1 -1
- package/lib/util/colorUtils.mjs +3 -0
- package/lib/util/colorUtils.mjs.map +1 -1
- package/lib/util/helpers.mjs +8 -1
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +1 -1
- package/lib/components/VStepper/VStepperContent.mjs +0 -114
- package/lib/components/VStepper/VStepperContent.mjs.map +0 -1
- package/lib/components/VStepper/VStepperStep.mjs +0 -134
- package/lib/components/VStepper/VStepperStep.mjs.map +0 -1
- package/lib/labs/VBottomSheet/VBottomSheet.mjs.map +0 -1
- package/lib/labs/VBottomSheet/index.mjs.map +0 -1
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs.map +0 -1
- package/lib/labs/VSkeletonLoader/index.mjs.map +0 -1
- package/lib/labs/VStepper/VStepper.mjs +0 -149
- package/lib/labs/VStepper/VStepper.mjs.map +0 -1
- package/lib/labs/VStepper/VStepper.sass +0 -53
- package/lib/labs/VStepper/VStepperActions.mjs.map +0 -1
- package/lib/labs/VStepper/VStepperHeader.mjs.map +0 -1
- package/lib/labs/VStepper/VStepperItem.mjs.map +0 -1
- package/lib/labs/VStepper/VStepperWindow.mjs.map +0 -1
- package/lib/labs/VStepper/VStepperWindowItem.mjs.map +0 -1
- package/lib/labs/VStepper/_variables.scss +0 -27
- package/lib/labs/VStepper/index.mjs +0 -7
- package/lib/labs/VStepper/index.mjs.map +0 -1
- /package/lib/{labs → components}/VBottomSheet/VBottomSheet.css +0 -0
- /package/lib/{labs → components}/VBottomSheet/VBottomSheet.sass +0 -0
- /package/lib/{labs → components}/VBottomSheet/_variables.scss +0 -0
- /package/lib/{labs → components}/VBottomSheet/index.mjs +0 -0
- /package/lib/{labs → components}/VSkeletonLoader/VSkeletonLoader.css +0 -0
- /package/lib/{labs → components}/VSkeletonLoader/VSkeletonLoader.mjs +0 -0
- /package/lib/{labs → components}/VSkeletonLoader/VSkeletonLoader.sass +0 -0
- /package/lib/{labs → components}/VSkeletonLoader/_variables.scss +0 -0
- /package/lib/{labs → components}/VSkeletonLoader/index.mjs +0 -0
- /package/lib/{labs → components}/VStepper/VStepper.css +0 -0
- /package/lib/{labs → components}/VStepper/VStepperHeader.mjs +0 -0
- /package/lib/{labs → components}/VStepper/VStepperItem.css +0 -0
- /package/lib/{labs → components}/VStepper/VStepperItem.sass +0 -0
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-alpha.1-dev.2023-10-
|
|
5
|
+
"version": "3.4.0-alpha.1-dev.2023-10-26",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -1537,7 +1537,7 @@
|
|
|
1537
1537
|
"default": "'title'",
|
|
1538
1538
|
"value": {
|
|
1539
1539
|
"kind": "expression",
|
|
1540
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
1540
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n"
|
|
1541
1541
|
}
|
|
1542
1542
|
},
|
|
1543
1543
|
{
|
|
@@ -1547,7 +1547,7 @@
|
|
|
1547
1547
|
"default": "'value'",
|
|
1548
1548
|
"value": {
|
|
1549
1549
|
"kind": "expression",
|
|
1550
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
1550
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n"
|
|
1551
1551
|
}
|
|
1552
1552
|
},
|
|
1553
1553
|
{
|
|
@@ -1557,7 +1557,7 @@
|
|
|
1557
1557
|
"default": "false",
|
|
1558
1558
|
"value": {
|
|
1559
1559
|
"kind": "expression",
|
|
1560
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
1560
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n"
|
|
1561
1561
|
}
|
|
1562
1562
|
},
|
|
1563
1563
|
{
|
|
@@ -1567,7 +1567,7 @@
|
|
|
1567
1567
|
"default": "'props'",
|
|
1568
1568
|
"value": {
|
|
1569
1569
|
"kind": "expression",
|
|
1570
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
1570
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n"
|
|
1571
1571
|
}
|
|
1572
1572
|
},
|
|
1573
1573
|
{
|
|
@@ -7216,7 +7216,7 @@
|
|
|
7216
7216
|
"arguments": [
|
|
7217
7217
|
{
|
|
7218
7218
|
"name": "argument",
|
|
7219
|
-
"type": "[MouseEvent | KeyboardEvent]\n"
|
|
7219
|
+
"type": "[MouseEvent] | [MouseEvent | KeyboardEvent]\n"
|
|
7220
7220
|
}
|
|
7221
7221
|
]
|
|
7222
7222
|
},
|
|
@@ -8418,7 +8418,7 @@
|
|
|
8418
8418
|
"default": "'title'",
|
|
8419
8419
|
"value": {
|
|
8420
8420
|
"kind": "expression",
|
|
8421
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
8421
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n"
|
|
8422
8422
|
}
|
|
8423
8423
|
},
|
|
8424
8424
|
{
|
|
@@ -8428,7 +8428,7 @@
|
|
|
8428
8428
|
"default": "'value'",
|
|
8429
8429
|
"value": {
|
|
8430
8430
|
"kind": "expression",
|
|
8431
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
8431
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n"
|
|
8432
8432
|
}
|
|
8433
8433
|
},
|
|
8434
8434
|
{
|
|
@@ -8438,7 +8438,7 @@
|
|
|
8438
8438
|
"default": "false",
|
|
8439
8439
|
"value": {
|
|
8440
8440
|
"kind": "expression",
|
|
8441
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
8441
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n"
|
|
8442
8442
|
}
|
|
8443
8443
|
},
|
|
8444
8444
|
{
|
|
@@ -8448,7 +8448,7 @@
|
|
|
8448
8448
|
"default": "'props'",
|
|
8449
8449
|
"value": {
|
|
8450
8450
|
"kind": "expression",
|
|
8451
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
8451
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n"
|
|
8452
8452
|
}
|
|
8453
8453
|
},
|
|
8454
8454
|
{
|
|
@@ -9451,7 +9451,7 @@
|
|
|
9451
9451
|
"default": "'id'",
|
|
9452
9452
|
"value": {
|
|
9453
9453
|
"kind": "expression",
|
|
9454
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
9454
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n"
|
|
9455
9455
|
}
|
|
9456
9456
|
},
|
|
9457
9457
|
{
|
|
@@ -9480,7 +9480,7 @@
|
|
|
9480
9480
|
"default": "null",
|
|
9481
9481
|
"value": {
|
|
9482
9482
|
"kind": "expression",
|
|
9483
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
9483
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n"
|
|
9484
9484
|
}
|
|
9485
9485
|
},
|
|
9486
9486
|
{
|
|
@@ -10131,7 +10131,7 @@
|
|
|
10131
10131
|
"default": "'id'",
|
|
10132
10132
|
"value": {
|
|
10133
10133
|
"kind": "expression",
|
|
10134
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
10134
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n"
|
|
10135
10135
|
}
|
|
10136
10136
|
},
|
|
10137
10137
|
{
|
|
@@ -10190,7 +10190,7 @@
|
|
|
10190
10190
|
"default": "null",
|
|
10191
10191
|
"value": {
|
|
10192
10192
|
"kind": "expression",
|
|
10193
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
10193
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n"
|
|
10194
10194
|
}
|
|
10195
10195
|
},
|
|
10196
10196
|
{
|
|
@@ -11990,7 +11990,7 @@
|
|
|
11990
11990
|
"default": "'id'",
|
|
11991
11991
|
"value": {
|
|
11992
11992
|
"kind": "expression",
|
|
11993
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
11993
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n"
|
|
11994
11994
|
}
|
|
11995
11995
|
},
|
|
11996
11996
|
{
|
|
@@ -12049,7 +12049,7 @@
|
|
|
12049
12049
|
"default": "null",
|
|
12050
12050
|
"value": {
|
|
12051
12051
|
"kind": "expression",
|
|
12052
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
12052
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n"
|
|
12053
12053
|
}
|
|
12054
12054
|
},
|
|
12055
12055
|
{
|
|
@@ -13623,7 +13623,7 @@
|
|
|
13623
13623
|
"default": "'id'",
|
|
13624
13624
|
"value": {
|
|
13625
13625
|
"kind": "expression",
|
|
13626
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
13626
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n"
|
|
13627
13627
|
}
|
|
13628
13628
|
},
|
|
13629
13629
|
{
|
|
@@ -13662,7 +13662,7 @@
|
|
|
13662
13662
|
"default": "null",
|
|
13663
13663
|
"value": {
|
|
13664
13664
|
"kind": "expression",
|
|
13665
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
13665
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n"
|
|
13666
13666
|
}
|
|
13667
13667
|
},
|
|
13668
13668
|
{
|
|
@@ -14412,7 +14412,7 @@
|
|
|
14412
14412
|
"default": "{component: {name: 'fade-transition'}, leaveAbsolute: true}",
|
|
14413
14413
|
"value": {
|
|
14414
14414
|
"kind": "expression",
|
|
14415
|
-
"type": " | string\n | {\n component: ComponentPublicInstanceConstructor<\n {\n $: ComponentInternalInstance\n $data: {}\n $props: {\n disabled
|
|
14415
|
+
"type": " | string\n | {\n component: ComponentPublicInstanceConstructor<\n {\n $: ComponentInternalInstance\n $data: {}\n $props: Partial<{\n disabled: boolean\n origin: string\n mode: string\n group: boolean\n hideOnLeave: boolean\n leaveAbsolute: boolean\n }> &\n Omit<\n {\n disabled: boolean\n origin: string\n mode: string\n group: boolean\n hideOnLeave: boolean\n leaveAbsolute: boolean\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: () => VNodeChild }\n 'v-slots'?: { default?: false | (() => VNodeChild) }\n 'v-slot:default'?: false | (() => VNodeChild)\n } & VNodeProps &\n AllowedComponentProps &\n ComponentCustomProps & {\n disabled: boolean\n origin: string\n mode: string\n group: boolean\n hideOnLeave: boolean\n leaveAbsolute: boolean\n } & {} & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: () => VNodeChild }\n 'v-slots'?: { default?: false | (() => VNodeChild) }\n } & { 'v-slot:default'?: false | (() => VNodeChild) },\n DefaultKeys<\n AppendDefault<\n {\n disabled: BooleanConstructor\n group: BooleanConstructor\n hideOnLeave: BooleanConstructor\n leaveAbsolute: BooleanConstructor\n mode: StringConstructor\n origin: StringConstructor\n },\n { mode: string; origin: string }\n >\n >\n >\n $attrs: Data\n $refs: Data\n $slots: Readonly<{\n default?: () => VNode<\n RendererNode,\n RendererElement,\n { [key: string]: any }\n >[]\n }>\n $root: ComponentPublicInstance<\n {},\n {},\n {},\n {},\n {},\n {},\n {},\n {},\n false,\n ComponentOptionsBase<\n any,\n any,\n any,\n any,\n any,\n any,\n any,\n any,\n any,\n {},\n {},\n string,\n {}\n >,\n {},\n {}\n >\n $parent: ComponentPublicInstance<\n {},\n {},\n {},\n {},\n {},\n {},\n {},\n {},\n false,\n ComponentOptionsBase<\n any,\n any,\n any,\n any,\n any,\n any,\n any,\n any,\n any,\n {},\n {},\n string,\n {}\n >,\n {},\n {}\n >\n $emit: (event: string, ...args: any[]) => void\n $el: any\n $options: ComponentOptionsBase<\n {\n disabled: boolean\n origin: string\n mode: string\n group: boolean\n hideOnLeave: boolean\n leaveAbsolute: boolean\n } & {} & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: () => VNodeChild }\n 'v-slots'?: { default?: false | (() => VNodeChild) }\n } & { 'v-slot:default'?: false | (() => VNodeChild) },\n () => VNode<RendererNode, RendererElement, { [key: string]: any }>,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n string,\n {\n disabled: boolean\n origin: string\n mode: string\n group: boolean\n hideOnLeave: boolean\n leaveAbsolute: boolean\n },\n {},\n string,\n SlotsType<Partial<MakeSlots<{ default: never }>>>\n > &\n MergedComponentOptionsOverride\n $forceUpdate: () => void\n $nextTick: typeof nextTick\n $watch<T extends string | ((...args: any) => any)>(\n source: T,\n cb: T extends (...args: any) => infer R\n ? (args_0: R, args_1: R) => any\n : (...args: any) => any,\n options?: WatchOptions<boolean>,\n ): WatchStopHandle\n } & {\n disabled: boolean\n origin: string\n mode: string\n group: boolean\n hideOnLeave: boolean\n leaveAbsolute: boolean\n } & {} & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: () => VNodeChild }\n 'v-slots'?: { default?: false | (() => VNodeChild) }\n } & {\n 'v-slot:default'?: false | (() => VNodeChild)\n } & ShallowUnwrapRef<\n () => VNode<RendererNode, RendererElement, { [key: string]: any }>\n > &\n ExtractComputedReturns<{}> &\n ComponentCustomProperties & {},\n any,\n any,\n any,\n ComputedOptions,\n MethodOptions\n > &\n ComponentOptionsBase<\n {\n disabled: boolean\n origin: string\n mode: string\n group: boolean\n hideOnLeave: boolean\n leaveAbsolute: boolean\n } & {} & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: () => VNodeChild }\n 'v-slots'?: { default?: false | (() => VNodeChild) }\n } & { 'v-slot:default'?: false | (() => VNodeChild) },\n () => VNode<RendererNode, RendererElement, { [key: string]: any }>,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n string,\n {\n disabled: boolean\n origin: string\n mode: string\n group: boolean\n hideOnLeave: boolean\n leaveAbsolute: boolean\n },\n {},\n string,\n SlotsType<Partial<MakeSlots<{ default: never }>>>\n > &\n VNodeProps &\n AllowedComponentProps &\n ComponentCustomProps & {\n filterProps: (props: T) => [Partial<Pick<T, U>>, Omit<T, U>]\n }\n leaveAbsolute: boolean\n }\n"
|
|
14416
14416
|
}
|
|
14417
14417
|
},
|
|
14418
14418
|
{
|
|
@@ -15465,7 +15465,7 @@
|
|
|
15465
15465
|
"arguments": [
|
|
15466
15466
|
{
|
|
15467
15467
|
"name": "argument",
|
|
15468
|
-
"type": "[]\n"
|
|
15468
|
+
"type": "[] | [MouseEvent]\n"
|
|
15469
15469
|
}
|
|
15470
15470
|
]
|
|
15471
15471
|
},
|
|
@@ -20810,7 +20810,7 @@
|
|
|
20810
20810
|
"default": "'title'",
|
|
20811
20811
|
"value": {
|
|
20812
20812
|
"kind": "expression",
|
|
20813
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
20813
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n"
|
|
20814
20814
|
}
|
|
20815
20815
|
},
|
|
20816
20816
|
{
|
|
@@ -20820,7 +20820,7 @@
|
|
|
20820
20820
|
"default": "'value'",
|
|
20821
20821
|
"value": {
|
|
20822
20822
|
"kind": "expression",
|
|
20823
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
20823
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n"
|
|
20824
20824
|
}
|
|
20825
20825
|
},
|
|
20826
20826
|
{
|
|
@@ -20830,7 +20830,7 @@
|
|
|
20830
20830
|
"default": "'children'",
|
|
20831
20831
|
"value": {
|
|
20832
20832
|
"kind": "expression",
|
|
20833
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
20833
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n"
|
|
20834
20834
|
}
|
|
20835
20835
|
},
|
|
20836
20836
|
{
|
|
@@ -20840,7 +20840,7 @@
|
|
|
20840
20840
|
"default": "'props'",
|
|
20841
20841
|
"value": {
|
|
20842
20842
|
"kind": "expression",
|
|
20843
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
20843
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n"
|
|
20844
20844
|
}
|
|
20845
20845
|
},
|
|
20846
20846
|
{
|
|
@@ -21631,7 +21631,7 @@
|
|
|
21631
21631
|
"arguments": [
|
|
21632
21632
|
{
|
|
21633
21633
|
"name": "argument",
|
|
21634
|
-
"type": "[MouseEvent | KeyboardEvent]\n"
|
|
21634
|
+
"type": "[MouseEvent] | [MouseEvent | KeyboardEvent]\n"
|
|
21635
21635
|
}
|
|
21636
21636
|
]
|
|
21637
21637
|
},
|
|
@@ -27674,7 +27674,7 @@
|
|
|
27674
27674
|
"default": "'title'",
|
|
27675
27675
|
"value": {
|
|
27676
27676
|
"kind": "expression",
|
|
27677
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
27677
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n"
|
|
27678
27678
|
}
|
|
27679
27679
|
},
|
|
27680
27680
|
{
|
|
@@ -27684,7 +27684,7 @@
|
|
|
27684
27684
|
"default": "'value'",
|
|
27685
27685
|
"value": {
|
|
27686
27686
|
"kind": "expression",
|
|
27687
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
27687
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n"
|
|
27688
27688
|
}
|
|
27689
27689
|
},
|
|
27690
27690
|
{
|
|
@@ -27694,7 +27694,7 @@
|
|
|
27694
27694
|
"default": "false",
|
|
27695
27695
|
"value": {
|
|
27696
27696
|
"kind": "expression",
|
|
27697
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
27697
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n"
|
|
27698
27698
|
}
|
|
27699
27699
|
},
|
|
27700
27700
|
{
|
|
@@ -27704,7 +27704,7 @@
|
|
|
27704
27704
|
"default": "'props'",
|
|
27705
27705
|
"value": {
|
|
27706
27706
|
"kind": "expression",
|
|
27707
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
27707
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n"
|
|
27708
27708
|
}
|
|
27709
27709
|
},
|
|
27710
27710
|
{
|
|
@@ -31843,7 +31843,7 @@
|
|
|
31843
31843
|
"default": "[]",
|
|
31844
31844
|
"value": {
|
|
31845
31845
|
"kind": "expression",
|
|
31846
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/
|
|
31846
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VStepper/VStepperItem.tsx#L39-L39\" target=\"_blank\">ValidationRule</a>[]\n"
|
|
31847
31847
|
}
|
|
31848
31848
|
},
|
|
31849
31849
|
{
|