@vuetify/nightly 3.4.0-alpha.1-dev.2023-10-21 → 3.4.0-alpha.1-dev.2023-10-28
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 +7 -3
- package/dist/_component-variables-labs.sass +1 -5
- package/dist/_component-variables.sass +4 -0
- package/dist/json/attributes.json +26 -26
- package/dist/json/importMap-labs.json +14 -50
- package/dist/json/importMap.json +98 -62
- package/dist/json/web-types.json +30 -30
- package/dist/vuetify-labs.css +695 -694
- package/dist/vuetify-labs.d.ts +41561 -36837
- package/dist/vuetify-labs.esm.js +3188 -3166
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +3187 -3165
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +505 -108
- package/dist/vuetify.d.ts +20359 -13201
- package/dist/vuetify.esm.js +995 -175
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +994 -174
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1306 -1256
- 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/{labs → components}/VInfiniteScroll/VInfiniteScroll.mjs +2 -2
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -0
- package/lib/{labs → components}/VInfiniteScroll/index.d.mts +59 -54
- package/lib/components/VInfiniteScroll/index.mjs.map +1 -0
- 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 +19973 -12833
- package/lib/components/index.mjs +5 -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 +36 -36
- 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/VOtpInput/index.d.mts +80 -64
- package/lib/labs/VPicker/index.d.mts +74 -97
- package/lib/labs/components.d.mts +7514 -10029
- package/lib/labs/components.mjs +0 -4
- 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/VInfiniteScroll/VInfiniteScroll.mjs.map +0 -1
- package/lib/labs/VInfiniteScroll/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}/VInfiniteScroll/VInfiniteScroll.css +0 -0
- /package/lib/{labs → components}/VInfiniteScroll/VInfiniteScroll.sass +0 -0
- /package/lib/{labs → components}/VInfiniteScroll/_variables.scss +0 -0
- /package/lib/{labs → components}/VInfiniteScroll/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/importMap.json
CHANGED
|
@@ -4,6 +4,14 @@
|
|
|
4
4
|
"from": "components/VApp/index.mjs",
|
|
5
5
|
"styles": []
|
|
6
6
|
},
|
|
7
|
+
"VAlert": {
|
|
8
|
+
"from": "components/VAlert/index.mjs",
|
|
9
|
+
"styles": []
|
|
10
|
+
},
|
|
11
|
+
"VAlertTitle": {
|
|
12
|
+
"from": "components/VAlert/index.mjs",
|
|
13
|
+
"styles": []
|
|
14
|
+
},
|
|
7
15
|
"VAppBar": {
|
|
8
16
|
"from": "components/VAppBar/index.mjs",
|
|
9
17
|
"styles": []
|
|
@@ -16,12 +24,8 @@
|
|
|
16
24
|
"from": "components/VAppBar/index.mjs",
|
|
17
25
|
"styles": []
|
|
18
26
|
},
|
|
19
|
-
"
|
|
20
|
-
"from": "components/
|
|
21
|
-
"styles": []
|
|
22
|
-
},
|
|
23
|
-
"VAlertTitle": {
|
|
24
|
-
"from": "components/VAlert/index.mjs",
|
|
27
|
+
"VBadge": {
|
|
28
|
+
"from": "components/VBadge/index.mjs",
|
|
25
29
|
"styles": []
|
|
26
30
|
},
|
|
27
31
|
"VAutocomplete": {
|
|
@@ -32,8 +36,8 @@
|
|
|
32
36
|
"from": "components/VAvatar/index.mjs",
|
|
33
37
|
"styles": []
|
|
34
38
|
},
|
|
35
|
-
"
|
|
36
|
-
"from": "components/
|
|
39
|
+
"VBottomSheet": {
|
|
40
|
+
"from": "components/VBottomSheet/index.mjs",
|
|
37
41
|
"styles": []
|
|
38
42
|
},
|
|
39
43
|
"VBanner": {
|
|
@@ -100,14 +104,6 @@
|
|
|
100
104
|
"from": "components/VCard/index.mjs",
|
|
101
105
|
"styles": []
|
|
102
106
|
},
|
|
103
|
-
"VCarousel": {
|
|
104
|
-
"from": "components/VCarousel/index.mjs",
|
|
105
|
-
"styles": []
|
|
106
|
-
},
|
|
107
|
-
"VCarouselItem": {
|
|
108
|
-
"from": "components/VCarousel/index.mjs",
|
|
109
|
-
"styles": []
|
|
110
|
-
},
|
|
111
107
|
"VCheckbox": {
|
|
112
108
|
"from": "components/VCheckbox/index.mjs",
|
|
113
109
|
"styles": []
|
|
@@ -116,6 +112,14 @@
|
|
|
116
112
|
"from": "components/VCheckbox/index.mjs",
|
|
117
113
|
"styles": []
|
|
118
114
|
},
|
|
115
|
+
"VCarousel": {
|
|
116
|
+
"from": "components/VCarousel/index.mjs",
|
|
117
|
+
"styles": []
|
|
118
|
+
},
|
|
119
|
+
"VCarouselItem": {
|
|
120
|
+
"from": "components/VCarousel/index.mjs",
|
|
121
|
+
"styles": []
|
|
122
|
+
},
|
|
119
123
|
"VChip": {
|
|
120
124
|
"from": "components/VChip/index.mjs",
|
|
121
125
|
"styles": []
|
|
@@ -128,16 +132,16 @@
|
|
|
128
132
|
"from": "components/VCode/index.mjs",
|
|
129
133
|
"styles": []
|
|
130
134
|
},
|
|
131
|
-
"
|
|
132
|
-
"from": "components/
|
|
135
|
+
"VCounter": {
|
|
136
|
+
"from": "components/VCounter/index.mjs",
|
|
133
137
|
"styles": []
|
|
134
138
|
},
|
|
135
139
|
"VCombobox": {
|
|
136
140
|
"from": "components/VCombobox/index.mjs",
|
|
137
141
|
"styles": []
|
|
138
142
|
},
|
|
139
|
-
"
|
|
140
|
-
"from": "components/
|
|
143
|
+
"VColorPicker": {
|
|
144
|
+
"from": "components/VColorPicker/index.mjs",
|
|
141
145
|
"styles": []
|
|
142
146
|
},
|
|
143
147
|
"VDialog": {
|
|
@@ -204,6 +208,10 @@
|
|
|
204
208
|
"from": "components/VImg/index.mjs",
|
|
205
209
|
"styles": []
|
|
206
210
|
},
|
|
211
|
+
"VInfiniteScroll": {
|
|
212
|
+
"from": "components/VInfiniteScroll/index.mjs",
|
|
213
|
+
"styles": []
|
|
214
|
+
},
|
|
207
215
|
"VInput": {
|
|
208
216
|
"from": "components/VInput/index.mjs",
|
|
209
217
|
"styles": []
|
|
@@ -264,6 +272,10 @@
|
|
|
264
272
|
"from": "components/VMain/index.mjs",
|
|
265
273
|
"styles": []
|
|
266
274
|
},
|
|
275
|
+
"VNavigationDrawer": {
|
|
276
|
+
"from": "components/VNavigationDrawer/index.mjs",
|
|
277
|
+
"styles": []
|
|
278
|
+
},
|
|
267
279
|
"VMenu": {
|
|
268
280
|
"from": "components/VMenu/index.mjs",
|
|
269
281
|
"styles": []
|
|
@@ -272,10 +284,6 @@
|
|
|
272
284
|
"from": "components/VMessages/index.mjs",
|
|
273
285
|
"styles": []
|
|
274
286
|
},
|
|
275
|
-
"VNavigationDrawer": {
|
|
276
|
-
"from": "components/VNavigationDrawer/index.mjs",
|
|
277
|
-
"styles": []
|
|
278
|
-
},
|
|
279
287
|
"VOverlay": {
|
|
280
288
|
"from": "components/VOverlay/index.mjs",
|
|
281
289
|
"styles": []
|
|
@@ -312,10 +320,18 @@
|
|
|
312
320
|
"from": "components/VSelectionControlGroup/index.mjs",
|
|
313
321
|
"styles": []
|
|
314
322
|
},
|
|
323
|
+
"VSkeletonLoader": {
|
|
324
|
+
"from": "components/VSkeletonLoader/index.mjs",
|
|
325
|
+
"styles": []
|
|
326
|
+
},
|
|
315
327
|
"VSheet": {
|
|
316
328
|
"from": "components/VSheet/index.mjs",
|
|
317
329
|
"styles": []
|
|
318
330
|
},
|
|
331
|
+
"VSlider": {
|
|
332
|
+
"from": "components/VSlider/index.mjs",
|
|
333
|
+
"styles": []
|
|
334
|
+
},
|
|
319
335
|
"VSlideGroup": {
|
|
320
336
|
"from": "components/VSlideGroup/index.mjs",
|
|
321
337
|
"styles": []
|
|
@@ -324,28 +340,40 @@
|
|
|
324
340
|
"from": "components/VSlideGroup/index.mjs",
|
|
325
341
|
"styles": []
|
|
326
342
|
},
|
|
327
|
-
"VSlider": {
|
|
328
|
-
"from": "components/VSlider/index.mjs",
|
|
329
|
-
"styles": []
|
|
330
|
-
},
|
|
331
343
|
"VSnackbar": {
|
|
332
344
|
"from": "components/VSnackbar/index.mjs",
|
|
333
345
|
"styles": []
|
|
334
346
|
},
|
|
335
|
-
"
|
|
336
|
-
"from": "components/
|
|
347
|
+
"VStepper": {
|
|
348
|
+
"from": "components/VStepper/index.mjs",
|
|
337
349
|
"styles": []
|
|
338
350
|
},
|
|
339
|
-
"
|
|
340
|
-
"from": "components/
|
|
351
|
+
"VStepperActions": {
|
|
352
|
+
"from": "components/VStepper/index.mjs",
|
|
341
353
|
"styles": []
|
|
342
354
|
},
|
|
343
|
-
"
|
|
344
|
-
"from": "components/
|
|
355
|
+
"VStepperHeader": {
|
|
356
|
+
"from": "components/VStepper/index.mjs",
|
|
345
357
|
"styles": []
|
|
346
358
|
},
|
|
347
|
-
"
|
|
348
|
-
"from": "components/
|
|
359
|
+
"VStepperItem": {
|
|
360
|
+
"from": "components/VStepper/index.mjs",
|
|
361
|
+
"styles": []
|
|
362
|
+
},
|
|
363
|
+
"VStepperWindow": {
|
|
364
|
+
"from": "components/VStepper/index.mjs",
|
|
365
|
+
"styles": []
|
|
366
|
+
},
|
|
367
|
+
"VStepperWindowItem": {
|
|
368
|
+
"from": "components/VStepper/index.mjs",
|
|
369
|
+
"styles": []
|
|
370
|
+
},
|
|
371
|
+
"VSwitch": {
|
|
372
|
+
"from": "components/VSwitch/index.mjs",
|
|
373
|
+
"styles": []
|
|
374
|
+
},
|
|
375
|
+
"VSystemBar": {
|
|
376
|
+
"from": "components/VSystemBar/index.mjs",
|
|
349
377
|
"styles": []
|
|
350
378
|
},
|
|
351
379
|
"VTable": {
|
|
@@ -356,16 +384,16 @@
|
|
|
356
384
|
"from": "components/VTextarea/index.mjs",
|
|
357
385
|
"styles": []
|
|
358
386
|
},
|
|
359
|
-
"
|
|
360
|
-
"from": "components/
|
|
387
|
+
"VTabs": {
|
|
388
|
+
"from": "components/VTabs/index.mjs",
|
|
361
389
|
"styles": []
|
|
362
390
|
},
|
|
363
|
-
"
|
|
364
|
-
"from": "components/
|
|
391
|
+
"VTab": {
|
|
392
|
+
"from": "components/VTabs/index.mjs",
|
|
365
393
|
"styles": []
|
|
366
394
|
},
|
|
367
|
-
"
|
|
368
|
-
"from": "components/
|
|
395
|
+
"VTextField": {
|
|
396
|
+
"from": "components/VTextField/index.mjs",
|
|
369
397
|
"styles": []
|
|
370
398
|
},
|
|
371
399
|
"VToolbar": {
|
|
@@ -380,6 +408,14 @@
|
|
|
380
408
|
"from": "components/VToolbar/index.mjs",
|
|
381
409
|
"styles": []
|
|
382
410
|
},
|
|
411
|
+
"VTimeline": {
|
|
412
|
+
"from": "components/VTimeline/index.mjs",
|
|
413
|
+
"styles": []
|
|
414
|
+
},
|
|
415
|
+
"VTimelineItem": {
|
|
416
|
+
"from": "components/VTimeline/index.mjs",
|
|
417
|
+
"styles": []
|
|
418
|
+
},
|
|
383
419
|
"VTooltip": {
|
|
384
420
|
"from": "components/VTooltip/index.mjs",
|
|
385
421
|
"styles": []
|
|
@@ -396,8 +432,8 @@
|
|
|
396
432
|
"from": "components/VDefaultsProvider/index.mjs",
|
|
397
433
|
"styles": []
|
|
398
434
|
},
|
|
399
|
-
"
|
|
400
|
-
"from": "components/
|
|
435
|
+
"VHover": {
|
|
436
|
+
"from": "components/VHover/index.mjs",
|
|
401
437
|
"styles": []
|
|
402
438
|
},
|
|
403
439
|
"VContainer": {
|
|
@@ -416,16 +452,8 @@
|
|
|
416
452
|
"from": "components/VGrid/index.mjs",
|
|
417
453
|
"styles": []
|
|
418
454
|
},
|
|
419
|
-
"
|
|
420
|
-
"from": "components/
|
|
421
|
-
"styles": []
|
|
422
|
-
},
|
|
423
|
-
"VLayout": {
|
|
424
|
-
"from": "components/VLayout/index.mjs",
|
|
425
|
-
"styles": []
|
|
426
|
-
},
|
|
427
|
-
"VLayoutItem": {
|
|
428
|
-
"from": "components/VLayout/index.mjs",
|
|
455
|
+
"VForm": {
|
|
456
|
+
"from": "components/VForm/index.mjs",
|
|
429
457
|
"styles": []
|
|
430
458
|
},
|
|
431
459
|
"VLazy": {
|
|
@@ -436,6 +464,14 @@
|
|
|
436
464
|
"from": "components/VLocaleProvider/index.mjs",
|
|
437
465
|
"styles": []
|
|
438
466
|
},
|
|
467
|
+
"VLayout": {
|
|
468
|
+
"from": "components/VLayout/index.mjs",
|
|
469
|
+
"styles": []
|
|
470
|
+
},
|
|
471
|
+
"VLayoutItem": {
|
|
472
|
+
"from": "components/VLayout/index.mjs",
|
|
473
|
+
"styles": []
|
|
474
|
+
},
|
|
439
475
|
"VNoSsr": {
|
|
440
476
|
"from": "components/VNoSsr/index.mjs",
|
|
441
477
|
"styles": []
|
|
@@ -444,6 +480,10 @@
|
|
|
444
480
|
"from": "components/VParallax/index.mjs",
|
|
445
481
|
"styles": []
|
|
446
482
|
},
|
|
483
|
+
"VResponsive": {
|
|
484
|
+
"from": "components/VResponsive/index.mjs",
|
|
485
|
+
"styles": []
|
|
486
|
+
},
|
|
447
487
|
"VRadio": {
|
|
448
488
|
"from": "components/VRadio/index.mjs",
|
|
449
489
|
"styles": []
|
|
@@ -452,20 +492,16 @@
|
|
|
452
492
|
"from": "components/VRangeSlider/index.mjs",
|
|
453
493
|
"styles": []
|
|
454
494
|
},
|
|
455
|
-
"
|
|
456
|
-
"from": "components/
|
|
457
|
-
"styles": []
|
|
458
|
-
},
|
|
459
|
-
"VThemeProvider": {
|
|
460
|
-
"from": "components/VThemeProvider/index.mjs",
|
|
495
|
+
"VVirtualScroll": {
|
|
496
|
+
"from": "components/VVirtualScroll/index.mjs",
|
|
461
497
|
"styles": []
|
|
462
498
|
},
|
|
463
499
|
"VValidation": {
|
|
464
500
|
"from": "components/VValidation/index.mjs",
|
|
465
501
|
"styles": []
|
|
466
502
|
},
|
|
467
|
-
"
|
|
468
|
-
"from": "components/
|
|
503
|
+
"VThemeProvider": {
|
|
504
|
+
"from": "components/VThemeProvider/index.mjs",
|
|
469
505
|
"styles": []
|
|
470
506
|
},
|
|
471
507
|
"VFabTransition": {
|
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-28",
|
|
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
|
{
|