vuetify 3.1.6 → 3.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +561 -33
- package/dist/json/tags.json +136 -2
- package/dist/json/web-types.json +2162 -84
- package/dist/vuetify-labs.css +138 -138
- package/dist/vuetify-labs.d.ts +3453 -144
- package/dist/vuetify-labs.esm.js +21 -10
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +21 -10
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +16 -16
- package/dist/vuetify.d.ts +1916 -65
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.ts +22 -0
- package/lib/components/VApp/index.d.ts +6 -0
- package/lib/components/VAppBar/index.d.ts +36 -0
- package/lib/components/VAutocomplete/index.d.ts +117 -6
- package/lib/components/VAvatar/index.d.ts +6 -0
- package/lib/components/VBadge/index.d.ts +8 -0
- package/lib/components/VBanner/index.d.ts +24 -0
- package/lib/components/VBottomNavigation/index.d.ts +6 -0
- package/lib/components/VBreadcrumbs/index.d.ts +28 -4
- package/lib/components/VBtn/index.d.ts +12 -0
- package/lib/components/VBtnGroup/index.d.ts +6 -0
- package/lib/components/VBtnToggle/index.d.ts +6 -0
- package/lib/components/VCard/index.d.ts +60 -0
- package/lib/components/VCarousel/index.d.ts +60 -0
- package/lib/components/VCheckbox/index.d.ts +38 -0
- package/lib/components/VChip/index.d.ts +12 -0
- package/lib/components/VChipGroup/index.d.ts +6 -0
- package/lib/components/VCode/index.d.ts +6 -0
- package/lib/components/VCombobox/index.d.ts +117 -6
- package/lib/components/VCounter/index.d.ts +24 -0
- package/lib/components/VDefaultsProvider/index.d.ts +6 -0
- package/lib/components/VDialog/index.d.ts +64 -1
- package/lib/components/VDivider/index.d.ts +6 -0
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.ts +49 -12
- package/lib/components/VField/index.d.ts +20 -6
- package/lib/components/VFileInput/index.d.ts +43 -1
- package/lib/components/VFooter/index.d.ts +6 -0
- package/lib/components/VForm/index.d.ts +6 -0
- package/lib/components/VGrid/index.d.ts +24 -0
- package/lib/components/VHover/index.d.ts +12 -0
- package/lib/components/VIcon/index.d.ts +12 -0
- package/lib/components/VImg/index.d.ts +12 -0
- package/lib/components/VInput/index.d.ts +12 -0
- package/lib/components/VItemGroup/index.d.ts +12 -0
- package/lib/components/VKbd/index.d.ts +6 -0
- package/lib/components/VLabel/index.d.ts +6 -0
- package/lib/components/VLayout/index.d.ts +12 -0
- package/lib/components/VLazy/index.d.ts +6 -0
- package/lib/components/VList/index.d.ts +77 -6
- package/lib/components/VLocaleProvider/index.d.ts +6 -0
- package/lib/components/VMain/index.d.ts +6 -0
- package/lib/components/VMenu/index.d.ts +64 -1
- package/lib/components/VMessages/index.d.ts +24 -0
- package/lib/components/VNavigationDrawer/index.d.ts +12 -0
- package/lib/components/VNoSsr/index.d.ts +6 -0
- package/lib/components/VOverlay/index.d.ts +18 -0
- package/lib/components/VPagination/index.d.ts +14 -0
- package/lib/components/VParallax/index.d.ts +12 -0
- package/lib/components/VProgressCircular/index.d.ts +6 -0
- package/lib/components/VProgressLinear/index.d.ts +12 -0
- package/lib/components/VRadio/index.d.ts +16 -0
- package/lib/components/VRadioGroup/index.d.ts +22 -0
- package/lib/components/VRangeSlider/index.d.ts +16 -0
- package/lib/components/VRating/index.d.ts +8 -0
- package/lib/components/VResponsive/index.d.ts +8 -0
- package/lib/components/VSelect/index.d.ts +183 -6
- package/lib/components/VSelectionControl/index.d.ts +14 -6
- package/lib/components/VSelectionControlGroup/index.d.ts +6 -0
- package/lib/components/VSheet/index.d.ts +6 -0
- package/lib/components/VSlideGroup/index.d.ts +26 -0
- package/lib/components/VSlider/index.d.ts +16 -0
- package/lib/components/VSnackbar/index.d.ts +44 -1
- package/lib/components/VSwitch/index.d.ts +22 -0
- package/lib/components/VSystemBar/index.d.ts +6 -0
- package/lib/components/VTable/index.d.ts +12 -0
- package/lib/components/VTabs/index.d.ts +12 -0
- package/lib/components/VTextField/index.d.ts +54 -6
- package/lib/components/VTextarea/index.d.ts +39 -1
- package/lib/components/VThemeProvider/index.d.ts +6 -0
- package/lib/components/VTimeline/index.d.ts +16 -0
- package/lib/components/VToolbar/index.d.ts +30 -0
- package/lib/components/VTooltip/index.d.ts +46 -1
- package/lib/components/VValidation/index.d.ts +6 -0
- package/lib/components/VWindow/index.d.ts +34 -0
- package/lib/components/index.d.ts +1916 -65
- package/lib/components/transitions/index.d.ts +96 -0
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs +4 -6
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.ts +1503 -48
- package/lib/labs/VVirtualScroll/VVirtualScroll.mjs +15 -2
- package/lib/labs/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/labs/VVirtualScroll/index.d.ts +9 -6
- package/lib/labs/components.d.ts +1512 -54
- package/lib/util/defineComponent.mjs.map +1 -1
- package/package.json +3 -2
|
@@ -11,6 +11,10 @@
|
|
|
11
11
|
"type": "string",
|
|
12
12
|
"description": "Specify a theme for this component and all of its children"
|
|
13
13
|
},
|
|
14
|
+
"v-app/$slots": {
|
|
15
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
16
|
+
"description": "MISSING DESCRIPTION"
|
|
17
|
+
},
|
|
14
18
|
"v-app-bar/flat": {
|
|
15
19
|
"type": "boolean",
|
|
16
20
|
"description": "Removes the component's **box-shadow**."
|
|
@@ -23,6 +27,10 @@
|
|
|
23
27
|
"type": "string",
|
|
24
28
|
"description": "Assign a specific name for layout registration."
|
|
25
29
|
},
|
|
30
|
+
"v-app-bar/$slots": {
|
|
31
|
+
"type": "{ default: (args: []) => VNodeChild; image: (args: []) => VNodeChild; prepend: (args: []) => VNodeChild; append: (args: []) => VNodeChild; title: (args: []) => VNodeChild; extension: (args: []) => VNodeChild }",
|
|
32
|
+
"description": "MISSING DESCRIPTION"
|
|
33
|
+
},
|
|
26
34
|
"v-app-bar/image": {
|
|
27
35
|
"type": "string",
|
|
28
36
|
"description": "Specifies a [v-img](/components/images) as the component's background."
|
|
@@ -91,10 +99,18 @@
|
|
|
91
99
|
"type": "string | number",
|
|
92
100
|
"description": "Adjust the order of the component in relation to its registration order."
|
|
93
101
|
},
|
|
102
|
+
"v-app-bar-nav-icon/$slots": {
|
|
103
|
+
"type": "{ default: (args: []) => VNodeChild; prepend: (args: []) => VNodeChild; append: (args: []) => VNodeChild; loader: (args: []) => VNodeChild }",
|
|
104
|
+
"description": "MISSING DESCRIPTION"
|
|
105
|
+
},
|
|
94
106
|
"v-app-bar-nav-icon/icon": {
|
|
95
107
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
96
108
|
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
|
97
109
|
},
|
|
110
|
+
"v-app-bar-title/$slots": {
|
|
111
|
+
"type": "{ default: (args: []) => VNodeChild; text: (args: []) => VNodeChild }",
|
|
112
|
+
"description": "MISSING DESCRIPTION"
|
|
113
|
+
},
|
|
98
114
|
"v-app-bar-title/tag": {
|
|
99
115
|
"type": "string",
|
|
100
116
|
"description": "Specify a custom tag used on the root element."
|
|
@@ -111,6 +127,10 @@
|
|
|
111
127
|
"type": "string",
|
|
112
128
|
"description": "Specify a theme for this component and all of its children"
|
|
113
129
|
},
|
|
130
|
+
"v-alert/$slots": {
|
|
131
|
+
"type": "{ default: (args: []) => VNodeChild; prepend: (args: []) => VNodeChild; title: (args: []) => VNodeChild; text: (args: []) => VNodeChild; append: (args: []) => VNodeChild; close: (args: []) => VNodeChild }",
|
|
132
|
+
"description": "MISSING DESCRIPTION"
|
|
133
|
+
},
|
|
114
134
|
"v-alert/position": {
|
|
115
135
|
"type": "\"relative\" | \"absolute\" | \"static\" | \"fixed\" | \"sticky\"",
|
|
116
136
|
"description": "Specifies the type of positioning method used for the component."
|
|
@@ -207,6 +227,10 @@
|
|
|
207
227
|
"type": "\"flat\" | \"text\" | \"elevated\" | \"tonal\" | \"outlined\" | \"plain\"",
|
|
208
228
|
"description": "Applies a distinct style to the component"
|
|
209
229
|
},
|
|
230
|
+
"v-alert-title/$slots": {
|
|
231
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
232
|
+
"description": "MISSING DESCRIPTION"
|
|
233
|
+
},
|
|
210
234
|
"v-alert-title/tag": {
|
|
211
235
|
"type": "string",
|
|
212
236
|
"description": "Specify a custom tag used on the root element"
|
|
@@ -227,9 +251,13 @@
|
|
|
227
251
|
"type": "boolean",
|
|
228
252
|
"description": "Reverses the input orientation"
|
|
229
253
|
},
|
|
254
|
+
"v-autocomplete/$slots": {
|
|
255
|
+
"type": "{ prepend: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; append: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; loader: (args: [{ color: string; isActive: boolean }]) => VNodeChild; details: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; clear: (args: []) => VNodeChild; prepend-inner: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; append-inner: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; label: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; item: (args: [{ item: { title: string; value: any; props: { title: string; value: any; [string]: any }; children: InternalItem<unknown>[]; raw: unknown }; index: number; props: Record<string, unknown> }]) => VNodeChild; chip: (args: [{ item: { title: string; value: any; props: { title: string; value: any; [string]: any }; children: InternalItem<unknown>[]; raw: unknown }; index: number; props: Record<string, unknown> }]) => VNodeChild; selection: (args: [{ item: { title: string; value: any; props: { title: string; value: any; [string]: any }; children: InternalItem<unknown>[]; raw: unknown }; index: number }]) => VNodeChild; prepend-item: (args: []) => VNodeChild; append-item: (args: []) => VNodeChild; no-data: (args: []) => VNodeChild }",
|
|
256
|
+
"description": "MISSING DESCRIPTION"
|
|
257
|
+
},
|
|
230
258
|
"v-autocomplete/id": {
|
|
231
259
|
"type": "string",
|
|
232
|
-
"description": "
|
|
260
|
+
"description": "Sets the DOM id on the component"
|
|
233
261
|
},
|
|
234
262
|
"v-autocomplete/items": {
|
|
235
263
|
"type": "unknown[]",
|
|
@@ -272,11 +300,11 @@
|
|
|
272
300
|
"description": "Do not apply filtering when searching. Useful when data is being filtered server side"
|
|
273
301
|
},
|
|
274
302
|
"v-autocomplete/custom-filter": {
|
|
275
|
-
"type": "
|
|
303
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a>",
|
|
276
304
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
|
|
277
305
|
},
|
|
278
306
|
"v-autocomplete/custom-key-filter": {
|
|
279
|
-
"type": "{
|
|
307
|
+
"type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a> }",
|
|
280
308
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
|
|
281
309
|
},
|
|
282
310
|
"v-autocomplete/filter-keys": {
|
|
@@ -353,7 +381,7 @@
|
|
|
353
381
|
},
|
|
354
382
|
"v-autocomplete/item-props": {
|
|
355
383
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
356
|
-
"description": "
|
|
384
|
+
"description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component."
|
|
357
385
|
},
|
|
358
386
|
"v-autocomplete/return-object": {
|
|
359
387
|
"type": "boolean",
|
|
@@ -479,6 +507,10 @@
|
|
|
479
507
|
"type": "string",
|
|
480
508
|
"description": "Specify a theme for this component and all of its children"
|
|
481
509
|
},
|
|
510
|
+
"v-avatar/$slots": {
|
|
511
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
512
|
+
"description": "MISSING DESCRIPTION"
|
|
513
|
+
},
|
|
482
514
|
"v-avatar/size": {
|
|
483
515
|
"type": "string | number",
|
|
484
516
|
"description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
|
|
@@ -523,6 +555,10 @@
|
|
|
523
555
|
"type": "string",
|
|
524
556
|
"description": "Specify a theme for this component and all of its children"
|
|
525
557
|
},
|
|
558
|
+
"v-badge/$slots": {
|
|
559
|
+
"type": "{ default: (args: []) => VNodeChild; badge: (args: []) => VNodeChild }",
|
|
560
|
+
"description": "MISSING DESCRIPTION"
|
|
561
|
+
},
|
|
526
562
|
"v-badge/model-value": {
|
|
527
563
|
"type": "boolean",
|
|
528
564
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
@@ -595,6 +631,10 @@
|
|
|
595
631
|
"type": "string",
|
|
596
632
|
"description": "Specify a theme for this component and all of its children"
|
|
597
633
|
},
|
|
634
|
+
"v-banner/$slots": {
|
|
635
|
+
"type": "{ default: (args: []) => VNodeChild; prepend: (args: []) => VNodeChild; text: (args: []) => VNodeChild; actions: (args: []) => VNodeChild }",
|
|
636
|
+
"description": "MISSING DESCRIPTION"
|
|
637
|
+
},
|
|
598
638
|
"v-banner/position": {
|
|
599
639
|
"type": "\"relative\" | \"absolute\" | \"static\" | \"fixed\" | \"sticky\"",
|
|
600
640
|
"description": "Specifies the type of positioning method used for the component."
|
|
@@ -675,6 +715,10 @@
|
|
|
675
715
|
"type": "\"one\" | \"two\" | \"three\"",
|
|
676
716
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-banner.json))"
|
|
677
717
|
},
|
|
718
|
+
"v-banner-actions/$slots": {
|
|
719
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
720
|
+
"description": "MISSING DESCRIPTION"
|
|
721
|
+
},
|
|
678
722
|
"v-banner-actions/color": {
|
|
679
723
|
"type": "string",
|
|
680
724
|
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
|
|
@@ -683,6 +727,10 @@
|
|
|
683
727
|
"type": "string",
|
|
684
728
|
"description": "Adjusts the vertical height used by the component."
|
|
685
729
|
},
|
|
730
|
+
"v-banner-text/$slots": {
|
|
731
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
732
|
+
"description": "MISSING DESCRIPTION"
|
|
733
|
+
},
|
|
686
734
|
"v-banner-text/tag": {
|
|
687
735
|
"type": "string",
|
|
688
736
|
"description": "Specify a custom tag used on the root element"
|
|
@@ -695,6 +743,10 @@
|
|
|
695
743
|
"type": "string",
|
|
696
744
|
"description": "Assign a specific name for layout registration."
|
|
697
745
|
},
|
|
746
|
+
"v-bottom-navigation/$slots": {
|
|
747
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
748
|
+
"description": "MISSING DESCRIPTION"
|
|
749
|
+
},
|
|
698
750
|
"v-bottom-navigation/model-value": {
|
|
699
751
|
"type": "any",
|
|
700
752
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
@@ -771,6 +823,10 @@
|
|
|
771
823
|
"type": "boolean | \"force\"",
|
|
772
824
|
"description": "Forces at least one item to always be selected (if available)."
|
|
773
825
|
},
|
|
826
|
+
"v-breadcrumbs/$slots": {
|
|
827
|
+
"type": "{ prepend: (args: []) => VNodeChild; title: (args: [{ item: unknown; index: number }]) => VNodeChild; divider: (args: [{ item: unknown; index: number }]) => VNodeChild; default: (args: []) => VNodeChild }",
|
|
828
|
+
"description": "MISSING DESCRIPTION"
|
|
829
|
+
},
|
|
774
830
|
"v-breadcrumbs/items": {
|
|
775
831
|
"type": "unknown[]",
|
|
776
832
|
"description": "An array of strings or objects used for automatically generating children components"
|
|
@@ -815,6 +871,10 @@
|
|
|
815
871
|
"type": "string",
|
|
816
872
|
"description": "The applied color when the component is in an active state"
|
|
817
873
|
},
|
|
874
|
+
"v-breadcrumbs-item/$slots": {
|
|
875
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
876
|
+
"description": "MISSING DESCRIPTION"
|
|
877
|
+
},
|
|
818
878
|
"v-breadcrumbs-item/title": {
|
|
819
879
|
"type": "string",
|
|
820
880
|
"description": "Specify a title text for the component."
|
|
@@ -871,6 +931,10 @@
|
|
|
871
931
|
"type": "string",
|
|
872
932
|
"description": "Specify a theme for this component and all of its children"
|
|
873
933
|
},
|
|
934
|
+
"v-btn/$slots": {
|
|
935
|
+
"type": "{ default: (args: []) => VNodeChild; prepend: (args: []) => VNodeChild; append: (args: []) => VNodeChild; loader: (args: []) => VNodeChild }",
|
|
936
|
+
"description": "MISSING DESCRIPTION"
|
|
937
|
+
},
|
|
874
938
|
"v-btn/value": {
|
|
875
939
|
"type": "any",
|
|
876
940
|
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
|
|
@@ -999,6 +1063,10 @@
|
|
|
999
1063
|
"type": "string",
|
|
1000
1064
|
"description": "Specify a theme for this component and all of its children"
|
|
1001
1065
|
},
|
|
1066
|
+
"v-btn-group/$slots": {
|
|
1067
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
1068
|
+
"description": "MISSING DESCRIPTION"
|
|
1069
|
+
},
|
|
1002
1070
|
"v-btn-group/color": {
|
|
1003
1071
|
"type": "string",
|
|
1004
1072
|
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
|
|
@@ -1035,6 +1103,10 @@
|
|
|
1035
1103
|
"type": "string",
|
|
1036
1104
|
"description": "Specify a theme for this component and all of its children"
|
|
1037
1105
|
},
|
|
1106
|
+
"v-btn-toggle/$slots": {
|
|
1107
|
+
"type": "{ default: (args: [{ select: (id: number, value: boolean) => void; isSelected: (id: number) => boolean; selected: Ref<readonly number[]>; next: () => void; prev: () => void }]) => VNodeChild }",
|
|
1108
|
+
"description": "MISSING DESCRIPTION"
|
|
1109
|
+
},
|
|
1038
1110
|
"v-btn-toggle/model-value": {
|
|
1039
1111
|
"type": "any",
|
|
1040
1112
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
@@ -1099,6 +1171,10 @@
|
|
|
1099
1171
|
"type": "string",
|
|
1100
1172
|
"description": "Specify a theme for this component and all of its children"
|
|
1101
1173
|
},
|
|
1174
|
+
"v-card/$slots": {
|
|
1175
|
+
"type": "{ default: (args: []) => VNodeChild; actions: (args: []) => VNodeChild; title: (args: []) => VNodeChild; subtitle: (args: []) => VNodeChild; text: (args: []) => VNodeChild; loader: (args: []) => VNodeChild; image: (args: []) => VNodeChild; prepend: (args: []) => VNodeChild; append: (args: []) => VNodeChild }",
|
|
1176
|
+
"description": "MISSING DESCRIPTION"
|
|
1177
|
+
},
|
|
1102
1178
|
"v-card/position": {
|
|
1103
1179
|
"type": "\"relative\" | \"absolute\" | \"static\" | \"fixed\" | \"sticky\"",
|
|
1104
1180
|
"description": "Specifies the type of positioning method used for the component."
|
|
@@ -1227,6 +1303,14 @@
|
|
|
1227
1303
|
"type": "string",
|
|
1228
1304
|
"description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content"
|
|
1229
1305
|
},
|
|
1306
|
+
"v-card-actions/$slots": {
|
|
1307
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
1308
|
+
"description": "MISSING DESCRIPTION"
|
|
1309
|
+
},
|
|
1310
|
+
"v-card-item/$slots": {
|
|
1311
|
+
"type": "{ default: (args: []) => VNodeChild; prepend: (args: []) => VNodeChild; append: (args: []) => VNodeChild; title: (args: []) => VNodeChild; subtitle: (args: []) => VNodeChild }",
|
|
1312
|
+
"description": "MISSING DESCRIPTION"
|
|
1313
|
+
},
|
|
1230
1314
|
"v-card-item/title": {
|
|
1231
1315
|
"type": "string",
|
|
1232
1316
|
"description": "Specify a title text for the component."
|
|
@@ -1255,18 +1339,34 @@
|
|
|
1255
1339
|
"type": "string",
|
|
1256
1340
|
"description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content"
|
|
1257
1341
|
},
|
|
1342
|
+
"v-card-subtitle/$slots": {
|
|
1343
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
1344
|
+
"description": "MISSING DESCRIPTION"
|
|
1345
|
+
},
|
|
1258
1346
|
"v-card-subtitle/tag": {
|
|
1259
1347
|
"type": "string",
|
|
1260
1348
|
"description": "Specify a custom tag used on the root element"
|
|
1261
1349
|
},
|
|
1350
|
+
"v-card-text/$slots": {
|
|
1351
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
1352
|
+
"description": "MISSING DESCRIPTION"
|
|
1353
|
+
},
|
|
1262
1354
|
"v-card-text/tag": {
|
|
1263
1355
|
"type": "string",
|
|
1264
1356
|
"description": "Specify a custom tag used on the root element"
|
|
1265
1357
|
},
|
|
1358
|
+
"v-card-title/$slots": {
|
|
1359
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
1360
|
+
"description": "MISSING DESCRIPTION"
|
|
1361
|
+
},
|
|
1266
1362
|
"v-card-title/tag": {
|
|
1267
1363
|
"type": "string",
|
|
1268
1364
|
"description": "Specify a custom tag used on the root element"
|
|
1269
1365
|
},
|
|
1366
|
+
"v-carousel/$slots": {
|
|
1367
|
+
"type": "{ default: (args: [{ group: { register: (item: { id: number; value: Ref<unknown>; disabled: Ref<boolean> }, cmp: ComponentInternalInstance) => void; unregister: (id: number) => void; select: (id: number, value: boolean) => void; selected: Ref<readonly number[]>; isSelected: (id: number) => boolean; prev: () => void; next: () => void; selectedClass: Ref<string>; items: ComputedRef<{ id: number; value: unknown; disabled: boolean; }[]>; disabled: Ref<boolean>; getItemIndex: (value: unknown) => number } }]) => VNodeChild; additional: (args: [{ group: { register: (item: { id: number; value: Ref<unknown>; disabled: Ref<boolean> }, cmp: ComponentInternalInstance) => void; unregister: (id: number) => void; select: (id: number, value: boolean) => void; selected: Ref<readonly number[]>; isSelected: (id: number) => boolean; prev: () => void; next: () => void; selectedClass: Ref<string>; items: ComputedRef<{ id: number; value: unknown; disabled: boolean; }[]>; disabled: Ref<boolean>; getItemIndex: (value: unknown) => number } }]) => VNodeChild; prev: (args: [{ props: { icon: string | (new () => any) | FunctionalComponent; class: string; onClick: () => void; ariaLabel: string } }]) => VNodeChild; next: (args: [{ props: { icon: string | (new () => any) | FunctionalComponent; class: string; onClick: () => void; ariaLabel: string } }]) => VNodeChild }",
|
|
1368
|
+
"description": "MISSING DESCRIPTION"
|
|
1369
|
+
},
|
|
1270
1370
|
"v-carousel/model-value": {
|
|
1271
1371
|
"type": "any",
|
|
1272
1372
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
@@ -1311,6 +1411,10 @@
|
|
|
1311
1411
|
"type": "boolean | \"left\" | \"right\"",
|
|
1312
1412
|
"description": "Displays carousel delimiters vertically."
|
|
1313
1413
|
},
|
|
1414
|
+
"v-carousel-item/$slots": {
|
|
1415
|
+
"type": "{ default: (args: []) => VNodeChild; placeholder: (args: []) => VNodeChild; error: (args: []) => VNodeChild; sources: (args: []) => VNodeChild }",
|
|
1416
|
+
"description": "MISSING DESCRIPTION"
|
|
1417
|
+
},
|
|
1314
1418
|
"v-carousel-item/value": {
|
|
1315
1419
|
"type": "any",
|
|
1316
1420
|
"description": "MISSING DESCRIPTION"
|
|
@@ -1327,6 +1431,10 @@
|
|
|
1327
1431
|
"type": "string",
|
|
1328
1432
|
"description": "Sets the component's name attribute."
|
|
1329
1433
|
},
|
|
1434
|
+
"v-checkbox/$slots": {
|
|
1435
|
+
"type": "{ default: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild & (args: []) => VNodeChild; prepend: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; append: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; details: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; label: (args: [{ label: string; props: Record<string, unknown> }]) => VNodeChild; input: (args: [{ model: WritableComputedRef<any>; textColorClasses: Ref<string[]>; textColorStyles: Ref<CSSProperties>; props: { onBlur: (e: Event) => void; onFocus: (e: FocusEvent) => void; id: string } }]) => VNodeChild }",
|
|
1436
|
+
"description": "MISSING DESCRIPTION"
|
|
1437
|
+
},
|
|
1330
1438
|
"v-checkbox/value": {
|
|
1331
1439
|
"type": "any",
|
|
1332
1440
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))"
|
|
@@ -1459,6 +1567,10 @@
|
|
|
1459
1567
|
"type": "string",
|
|
1460
1568
|
"description": "Sets the component's name attribute."
|
|
1461
1569
|
},
|
|
1570
|
+
"v-checkbox-btn/$slots": {
|
|
1571
|
+
"type": "{ default: (args: []) => VNodeChild; label: (args: [{ label: string; props: Record<string, unknown> }]) => VNodeChild; input: (args: [{ model: WritableComputedRef<any>; textColorClasses: Ref<string[]>; textColorStyles: Ref<CSSProperties>; props: { onBlur: (e: Event) => void; onFocus: (e: FocusEvent) => void; id: string } }]) => VNodeChild }",
|
|
1572
|
+
"description": "MISSING DESCRIPTION"
|
|
1573
|
+
},
|
|
1462
1574
|
"v-checkbox-btn/value": {
|
|
1463
1575
|
"type": "any",
|
|
1464
1576
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))"
|
|
@@ -1543,6 +1655,10 @@
|
|
|
1543
1655
|
"type": "string",
|
|
1544
1656
|
"description": "Specify a theme for this component and all of its children"
|
|
1545
1657
|
},
|
|
1658
|
+
"v-chip/$slots": {
|
|
1659
|
+
"type": "{ default: (args: []) => VNodeChild; label: (args: []) => VNodeChild; prepend: (args: []) => VNodeChild; append: (args: []) => VNodeChild }",
|
|
1660
|
+
"description": "MISSING DESCRIPTION"
|
|
1661
|
+
},
|
|
1546
1662
|
"v-chip/value": {
|
|
1547
1663
|
"type": "any",
|
|
1548
1664
|
"description": "The value used when a child of a [v-chip-group](/components/chip-groups)"
|
|
@@ -1675,6 +1791,10 @@
|
|
|
1675
1791
|
"type": "string",
|
|
1676
1792
|
"description": "Specify a theme for this component and all of its children"
|
|
1677
1793
|
},
|
|
1794
|
+
"v-chip-group/$slots": {
|
|
1795
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
1796
|
+
"description": "MISSING DESCRIPTION"
|
|
1797
|
+
},
|
|
1678
1798
|
"v-chip-group/model-value": {
|
|
1679
1799
|
"type": "any",
|
|
1680
1800
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
@@ -1719,6 +1839,10 @@
|
|
|
1719
1839
|
"type": "boolean",
|
|
1720
1840
|
"description": "Remove horizontal pagination and wrap items as needed"
|
|
1721
1841
|
},
|
|
1842
|
+
"v-code/$slots": {
|
|
1843
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
1844
|
+
"description": "MISSING DESCRIPTION"
|
|
1845
|
+
},
|
|
1722
1846
|
"v-code/tag": {
|
|
1723
1847
|
"type": "string",
|
|
1724
1848
|
"description": "Specify a custom tag used on the root element"
|
|
@@ -1803,9 +1927,13 @@
|
|
|
1803
1927
|
"type": "boolean",
|
|
1804
1928
|
"description": "Reverses the input orientation"
|
|
1805
1929
|
},
|
|
1930
|
+
"v-combobox/$slots": {
|
|
1931
|
+
"type": "{ prepend: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; append: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; loader: (args: [{ color: string; isActive: boolean }]) => VNodeChild; details: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; clear: (args: []) => VNodeChild; prepend-inner: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; append-inner: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; label: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; item: (args: [{ item: { title: string; value: any; props: { title: string; value: any; [string]: any }; children: InternalItem<unknown>[]; raw: unknown }; index: number; props: Record<string, unknown> }]) => VNodeChild; chip: (args: [{ item: { title: string; value: any; props: { title: string; value: any; [string]: any }; children: InternalItem<unknown>[]; raw: unknown }; index: number; props: Record<string, unknown> }]) => VNodeChild; selection: (args: [{ item: { title: string; value: any; props: { title: string; value: any; [string]: any }; children: InternalItem<unknown>[]; raw: unknown }; index: number }]) => VNodeChild; prepend-item: (args: []) => VNodeChild; append-item: (args: []) => VNodeChild; no-data: (args: []) => VNodeChild }",
|
|
1932
|
+
"description": "MISSING DESCRIPTION"
|
|
1933
|
+
},
|
|
1806
1934
|
"v-combobox/id": {
|
|
1807
1935
|
"type": "string",
|
|
1808
|
-
"description": "
|
|
1936
|
+
"description": "Sets the DOM id on the component"
|
|
1809
1937
|
},
|
|
1810
1938
|
"v-combobox/items": {
|
|
1811
1939
|
"type": "unknown[]",
|
|
@@ -1844,11 +1972,11 @@
|
|
|
1844
1972
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
|
|
1845
1973
|
},
|
|
1846
1974
|
"v-combobox/custom-filter": {
|
|
1847
|
-
"type": "
|
|
1975
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a>",
|
|
1848
1976
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
|
|
1849
1977
|
},
|
|
1850
1978
|
"v-combobox/custom-key-filter": {
|
|
1851
|
-
"type": "{
|
|
1979
|
+
"type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a> }",
|
|
1852
1980
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
|
|
1853
1981
|
},
|
|
1854
1982
|
"v-combobox/filter-keys": {
|
|
@@ -1925,7 +2053,7 @@
|
|
|
1925
2053
|
},
|
|
1926
2054
|
"v-combobox/item-props": {
|
|
1927
2055
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
1928
|
-
"description": "
|
|
2056
|
+
"description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component."
|
|
1929
2057
|
},
|
|
1930
2058
|
"v-combobox/return-object": {
|
|
1931
2059
|
"type": "boolean",
|
|
@@ -2051,12 +2179,16 @@
|
|
|
2051
2179
|
"type": "string[]",
|
|
2052
2180
|
"description": "Accepts an array of strings that will trigger a new tag when typing. Does not replace the normal Tab and Enter keys."
|
|
2053
2181
|
},
|
|
2182
|
+
"v-counter/$slots": {
|
|
2183
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
2184
|
+
"description": "MISSING DESCRIPTION"
|
|
2185
|
+
},
|
|
2054
2186
|
"v-counter/value": {
|
|
2055
2187
|
"type": "string | number",
|
|
2056
2188
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-counter.json))"
|
|
2057
2189
|
},
|
|
2058
2190
|
"v-counter/transition": {
|
|
2059
|
-
"type": "string | { component: DefineComponent<{ origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => VNode<RendererNode, RendererElement, { [key: string]: any; }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, PublicProps, { origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, { origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }> }",
|
|
2191
|
+
"type": "string | { component: DefineComponent<{ origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => VNode<RendererNode, RendererElement, { [key: string]: any; }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, PublicProps, { origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, { origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }> }",
|
|
2060
2192
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
2061
2193
|
},
|
|
2062
2194
|
"v-counter/active": {
|
|
@@ -2067,6 +2199,10 @@
|
|
|
2067
2199
|
"type": "string | number",
|
|
2068
2200
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-counter.json))"
|
|
2069
2201
|
},
|
|
2202
|
+
"v-defaults-provider/$slots": {
|
|
2203
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
2204
|
+
"description": "MISSING DESCRIPTION"
|
|
2205
|
+
},
|
|
2070
2206
|
"v-defaults-provider/root": {
|
|
2071
2207
|
"type": "boolean",
|
|
2072
2208
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-defaults-provider.json))"
|
|
@@ -2080,13 +2216,17 @@
|
|
|
2080
2216
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-defaults-provider.json))"
|
|
2081
2217
|
},
|
|
2082
2218
|
"v-defaults-provider/defaults": {
|
|
2083
|
-
"type": "{ global: Record<string, unknown> }",
|
|
2219
|
+
"type": "{ global: Record<string, unknown>; [string]: Record<string, unknown> }",
|
|
2084
2220
|
"description": "Specify new default prop values for components. Keep in mind that this will be merged with previously defined values"
|
|
2085
2221
|
},
|
|
2086
2222
|
"v-dialog/theme": {
|
|
2087
2223
|
"type": "string",
|
|
2088
2224
|
"description": "Specify a theme for this component and all of its children"
|
|
2089
2225
|
},
|
|
2226
|
+
"v-dialog/$slots": {
|
|
2227
|
+
"type": "{ default: (args: [{ isActive: Ref<boolean> }]) => VNodeChild; activator: (args: [{ isActive: boolean; props: Record<string, any> }]) => VNodeChild }",
|
|
2228
|
+
"description": "MISSING DESCRIPTION"
|
|
2229
|
+
},
|
|
2090
2230
|
"v-dialog/z-index": {
|
|
2091
2231
|
"type": "string | number",
|
|
2092
2232
|
"description": "The z-index used for the component"
|
|
@@ -2212,7 +2352,7 @@
|
|
|
2212
2352
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-scroll-strategies.json))"
|
|
2213
2353
|
},
|
|
2214
2354
|
"v-dialog/transition": {
|
|
2215
|
-
"type": "string | { component: DefineComponent<{} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, PublicProps, {} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, {}> }",
|
|
2355
|
+
"type": "string | { component: DefineComponent<{} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, PublicProps, {} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, {}> }",
|
|
2216
2356
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
2217
2357
|
},
|
|
2218
2358
|
"v-dialog/attach": {
|
|
@@ -2239,6 +2379,10 @@
|
|
|
2239
2379
|
"type": "string",
|
|
2240
2380
|
"description": "Specify a theme for this component and all of its children"
|
|
2241
2381
|
},
|
|
2382
|
+
"v-divider/$slots": {
|
|
2383
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
2384
|
+
"description": "MISSING DESCRIPTION"
|
|
2385
|
+
},
|
|
2242
2386
|
"v-divider/color": {
|
|
2243
2387
|
"type": "string",
|
|
2244
2388
|
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
|
|
@@ -2259,6 +2403,10 @@
|
|
|
2259
2403
|
"type": "string",
|
|
2260
2404
|
"description": "Specify a theme for this component and all of its children"
|
|
2261
2405
|
},
|
|
2406
|
+
"v-expansion-panels/$slots": {
|
|
2407
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
2408
|
+
"description": "MISSING DESCRIPTION"
|
|
2409
|
+
},
|
|
2262
2410
|
"v-expansion-panels/model-value": {
|
|
2263
2411
|
"type": "any",
|
|
2264
2412
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
@@ -2299,6 +2447,10 @@
|
|
|
2299
2447
|
"type": "boolean | \"force\"",
|
|
2300
2448
|
"description": "Forces at least one item to always be selected (if available)."
|
|
2301
2449
|
},
|
|
2450
|
+
"v-expansion-panel/$slots": {
|
|
2451
|
+
"type": "{ default: (args: []) => VNodeChild; title: (args: []) => VNodeChild; text: (args: []) => VNodeChild }",
|
|
2452
|
+
"description": "MISSING DESCRIPTION"
|
|
2453
|
+
},
|
|
2302
2454
|
"v-expansion-panel/value": {
|
|
2303
2455
|
"type": "any",
|
|
2304
2456
|
"description": "Controls the opened/closed state of content"
|
|
@@ -2363,10 +2515,18 @@
|
|
|
2363
2515
|
"type": "boolean",
|
|
2364
2516
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-expansion-panel-title.json))"
|
|
2365
2517
|
},
|
|
2518
|
+
"v-expansion-panel-text/$slots": {
|
|
2519
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
2520
|
+
"description": "MISSING DESCRIPTION"
|
|
2521
|
+
},
|
|
2366
2522
|
"v-expansion-panel-text/eager": {
|
|
2367
2523
|
"type": "boolean",
|
|
2368
2524
|
"description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
|
|
2369
2525
|
},
|
|
2526
|
+
"v-expansion-panel-title/$slots": {
|
|
2527
|
+
"type": "{ default: (args: [{ collapseIcon: string | (new () => any) | FunctionalComponent; disabled: boolean; expanded: boolean; expandIcon: string | (new () => any) | FunctionalComponent; readonly: boolean }]) => VNodeChild; actions: (args: [{ collapseIcon: string | (new () => any) | FunctionalComponent; disabled: boolean; expanded: boolean; expandIcon: string | (new () => any) | FunctionalComponent; readonly: boolean }]) => VNodeChild }",
|
|
2528
|
+
"description": "MISSING DESCRIPTION"
|
|
2529
|
+
},
|
|
2370
2530
|
"v-expansion-panel-title/color": {
|
|
2371
2531
|
"type": "string",
|
|
2372
2532
|
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
|
|
@@ -2399,9 +2559,13 @@
|
|
|
2399
2559
|
"type": "boolean",
|
|
2400
2560
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
|
|
2401
2561
|
},
|
|
2562
|
+
"v-field/$slots": {
|
|
2563
|
+
"type": "{ clear: (args: []) => VNodeChild; prepend-inner: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; append-inner: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; label: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; loader: (args: [{ color: string; isActive: boolean }]) => VNodeChild; default: (args: [{ props: Record<string, unknown>; isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void }]) => VNodeChild }",
|
|
2564
|
+
"description": "MISSING DESCRIPTION"
|
|
2565
|
+
},
|
|
2402
2566
|
"v-field/id": {
|
|
2403
2567
|
"type": "string",
|
|
2404
|
-
"description": "
|
|
2568
|
+
"description": "Sets the DOM id on the component"
|
|
2405
2569
|
},
|
|
2406
2570
|
"v-field/error": {
|
|
2407
2571
|
"type": "boolean",
|
|
@@ -2471,6 +2635,10 @@
|
|
|
2471
2635
|
"type": "string | boolean",
|
|
2472
2636
|
"description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color"
|
|
2473
2637
|
},
|
|
2638
|
+
"v-field-label/$slots": {
|
|
2639
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
2640
|
+
"description": "MISSING DESCRIPTION"
|
|
2641
|
+
},
|
|
2474
2642
|
"v-field-label/floating": {
|
|
2475
2643
|
"type": "boolean",
|
|
2476
2644
|
"description": "Elevates the label above the slotted content."
|
|
@@ -2487,9 +2655,13 @@
|
|
|
2487
2655
|
"type": "boolean",
|
|
2488
2656
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
|
|
2489
2657
|
},
|
|
2658
|
+
"v-file-input/$slots": {
|
|
2659
|
+
"type": "{ default: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild & (args: [{ props: Record<string, unknown>; isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void }]) => VNodeChild; prepend: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; append: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; details: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; clear: (args: []) => VNodeChild; prepend-inner: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; append-inner: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; label: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; loader: (args: [{ color: string; isActive: boolean }]) => VNodeChild; counter: (args: []) => VNodeChild }",
|
|
2660
|
+
"description": "MISSING DESCRIPTION"
|
|
2661
|
+
},
|
|
2490
2662
|
"v-file-input/id": {
|
|
2491
2663
|
"type": "string",
|
|
2492
|
-
"description": "
|
|
2664
|
+
"description": "Sets the DOM id on the component"
|
|
2493
2665
|
},
|
|
2494
2666
|
"v-file-input/error": {
|
|
2495
2667
|
"type": "boolean",
|
|
@@ -2651,6 +2823,10 @@
|
|
|
2651
2823
|
"type": "string",
|
|
2652
2824
|
"description": "Assign a specific name for layout registration."
|
|
2653
2825
|
},
|
|
2826
|
+
"v-footer/$slots": {
|
|
2827
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
2828
|
+
"description": "MISSING DESCRIPTION"
|
|
2829
|
+
},
|
|
2654
2830
|
"v-footer/absolute": {
|
|
2655
2831
|
"type": "boolean",
|
|
2656
2832
|
"description": "Applies **position: absolute** to the component."
|
|
@@ -2687,6 +2863,10 @@
|
|
|
2687
2863
|
"type": "boolean",
|
|
2688
2864
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-footer.json))"
|
|
2689
2865
|
},
|
|
2866
|
+
"v-form/$slots": {
|
|
2867
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
2868
|
+
"description": "MISSING DESCRIPTION"
|
|
2869
|
+
},
|
|
2690
2870
|
"v-form/model-value": {
|
|
2691
2871
|
"type": "boolean",
|
|
2692
2872
|
"description": "The value representing the validity of the form. If the value is `null` then no validation has taken place yet, or the form has been reset. Otherwise the value will be a `boolean` that indicates if validation has passed or not."
|
|
@@ -2707,6 +2887,10 @@
|
|
|
2707
2887
|
"type": "boolean",
|
|
2708
2888
|
"description": "Stop validation as soon as any rules fail."
|
|
2709
2889
|
},
|
|
2890
|
+
"v-container/$slots": {
|
|
2891
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
2892
|
+
"description": "MISSING DESCRIPTION"
|
|
2893
|
+
},
|
|
2710
2894
|
"v-container/tag": {
|
|
2711
2895
|
"type": "string",
|
|
2712
2896
|
"description": "Specify a custom tag used on the root element."
|
|
@@ -2715,6 +2899,10 @@
|
|
|
2715
2899
|
"type": "boolean",
|
|
2716
2900
|
"description": "Removes viewport maximum-width size breakpoints."
|
|
2717
2901
|
},
|
|
2902
|
+
"v-col/$slots": {
|
|
2903
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
2904
|
+
"description": "MISSING DESCRIPTION"
|
|
2905
|
+
},
|
|
2718
2906
|
"v-col/tag": {
|
|
2719
2907
|
"type": "string",
|
|
2720
2908
|
"description": "Specify a custom tag used on the root element."
|
|
@@ -2735,6 +2923,10 @@
|
|
|
2735
2923
|
"type": "\"end\" | \"start\" | \"center\" | \"auto\" | \"baseline\" | \"stretch\"",
|
|
2736
2924
|
"description": "Applies the [align-items](https://developer.mozilla.org/en-US/docs/Web/CSS/align-items) css property. Available options are: **start**, **center**, **end**, **auto**, **baseline** and **stretch**."
|
|
2737
2925
|
},
|
|
2926
|
+
"v-row/$slots": {
|
|
2927
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
2928
|
+
"description": "MISSING DESCRIPTION"
|
|
2929
|
+
},
|
|
2738
2930
|
"v-row/tag": {
|
|
2739
2931
|
"type": "string",
|
|
2740
2932
|
"description": "Specify a custom tag used on the root element."
|
|
@@ -2759,10 +2951,18 @@
|
|
|
2759
2951
|
"type": "\"end\" | \"start\" | \"center\" | \"stretch\" | \"space-between\" | \"space-around\" | \"space-evenly\"",
|
|
2760
2952
|
"description": "Applies the [align-content](https://developer.mozilla.org/en-US/docs/Web/CSS/align-content) css property. Available options are: **start**, **center**, **end**, **space-between**, **space-around** and **stretch**."
|
|
2761
2953
|
},
|
|
2954
|
+
"v-spacer/$slots": {
|
|
2955
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
2956
|
+
"description": "MISSING DESCRIPTION"
|
|
2957
|
+
},
|
|
2762
2958
|
"v-spacer/tag": {
|
|
2763
2959
|
"type": "string",
|
|
2764
2960
|
"description": "Specify a custom tag used on the root element"
|
|
2765
2961
|
},
|
|
2962
|
+
"v-hover/$slots": {
|
|
2963
|
+
"type": "{ default: (args: [{ isHovering: boolean; props: Record<string, unknown> }]) => VNodeChild }",
|
|
2964
|
+
"description": "MISSING DESCRIPTION"
|
|
2965
|
+
},
|
|
2766
2966
|
"v-hover/model-value": {
|
|
2767
2967
|
"type": "boolean",
|
|
2768
2968
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
@@ -2783,6 +2983,10 @@
|
|
|
2783
2983
|
"type": "string",
|
|
2784
2984
|
"description": "Specify a theme for this component and all of its children"
|
|
2785
2985
|
},
|
|
2986
|
+
"v-icon/$slots": {
|
|
2987
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
2988
|
+
"description": "MISSING DESCRIPTION"
|
|
2989
|
+
},
|
|
2786
2990
|
"v-icon/size": {
|
|
2787
2991
|
"type": "string | number",
|
|
2788
2992
|
"description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
|
|
@@ -2807,6 +3011,10 @@
|
|
|
2807
3011
|
"type": "boolean",
|
|
2808
3012
|
"description": "Applies margin at the end of the component."
|
|
2809
3013
|
},
|
|
3014
|
+
"v-component-icon/$slots": {
|
|
3015
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
3016
|
+
"description": "MISSING DESCRIPTION"
|
|
3017
|
+
},
|
|
2810
3018
|
"v-component-icon/tag": {
|
|
2811
3019
|
"type": "string",
|
|
2812
3020
|
"description": "Specify a custom tag used on the root element"
|
|
@@ -2839,6 +3047,10 @@
|
|
|
2839
3047
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
2840
3048
|
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
|
2841
3049
|
},
|
|
3050
|
+
"v-img/$slots": {
|
|
3051
|
+
"type": "{ default: (args: []) => VNodeChild; placeholder: (args: []) => VNodeChild; error: (args: []) => VNodeChild; sources: (args: []) => VNodeChild }",
|
|
3052
|
+
"description": "MISSING DESCRIPTION"
|
|
3053
|
+
},
|
|
2842
3054
|
"v-img/width": {
|
|
2843
3055
|
"type": "string | number",
|
|
2844
3056
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-img.json))"
|
|
@@ -2891,6 +3103,10 @@
|
|
|
2891
3103
|
"type": "string",
|
|
2892
3104
|
"description": "Sets the component's name attribute."
|
|
2893
3105
|
},
|
|
3106
|
+
"v-input/$slots": {
|
|
3107
|
+
"type": "{ default: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; prepend: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; append: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; details: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild }",
|
|
3108
|
+
"description": "MISSING DESCRIPTION"
|
|
3109
|
+
},
|
|
2894
3110
|
"v-input/id": {
|
|
2895
3111
|
"type": "string",
|
|
2896
3112
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
|
|
@@ -2967,6 +3183,10 @@
|
|
|
2967
3183
|
"type": "string",
|
|
2968
3184
|
"description": "Specify a theme for this component and all of its children"
|
|
2969
3185
|
},
|
|
3186
|
+
"v-item-group/$slots": {
|
|
3187
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
3188
|
+
"description": "MISSING DESCRIPTION"
|
|
3189
|
+
},
|
|
2970
3190
|
"v-item-group/model-value": {
|
|
2971
3191
|
"type": "any",
|
|
2972
3192
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
@@ -2995,6 +3215,10 @@
|
|
|
2995
3215
|
"type": "boolean | \"force\"",
|
|
2996
3216
|
"description": "Forces at least one item to always be selected (if available)."
|
|
2997
3217
|
},
|
|
3218
|
+
"v-item/$slots": {
|
|
3219
|
+
"type": "{ default: (args: [{ id: number; isSelected: Ref<boolean>; toggle: () => void; select: (value: boolean) => void; selectedClass: Ref<false | string[]>; value: Ref<unknown>; disabled: Ref<boolean>; group: { register: (item: { id: number; value: Ref<unknown>; disabled: Ref<boolean> }, cmp: ComponentInternalInstance) => void; unregister: (id: number) => void; select: (id: number, value: boolean) => void; selected: Ref<readonly number[]>; isSelected: (id: number) => boolean; prev: () => void; next: () => void; selectedClass: Ref<string>; items: ComputedRef<{ id: number; value: unknown; disabled: boolean; }[]>; disabled: Ref<boolean>; getItemIndex: (value: unknown) => number } }]) => VNodeChild }",
|
|
3220
|
+
"description": "MISSING DESCRIPTION"
|
|
3221
|
+
},
|
|
2998
3222
|
"v-item/value": {
|
|
2999
3223
|
"type": "any",
|
|
3000
3224
|
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
|
|
@@ -3007,6 +3231,10 @@
|
|
|
3007
3231
|
"type": "string",
|
|
3008
3232
|
"description": "Configure the active CSS class applied when an item is selected."
|
|
3009
3233
|
},
|
|
3234
|
+
"v-kbd/$slots": {
|
|
3235
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
3236
|
+
"description": "MISSING DESCRIPTION"
|
|
3237
|
+
},
|
|
3010
3238
|
"v-kbd/tag": {
|
|
3011
3239
|
"type": "string",
|
|
3012
3240
|
"description": "Specify a custom tag used on the root element"
|
|
@@ -3015,6 +3243,10 @@
|
|
|
3015
3243
|
"type": "string",
|
|
3016
3244
|
"description": "Specify a theme for this component and all of its children"
|
|
3017
3245
|
},
|
|
3246
|
+
"v-label/$slots": {
|
|
3247
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
3248
|
+
"description": "MISSING DESCRIPTION"
|
|
3249
|
+
},
|
|
3018
3250
|
"v-label/text": {
|
|
3019
3251
|
"type": "string",
|
|
3020
3252
|
"description": "Specify content text for the component."
|
|
@@ -3031,10 +3263,18 @@
|
|
|
3031
3263
|
"type": "string[]",
|
|
3032
3264
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/layout.json))"
|
|
3033
3265
|
},
|
|
3266
|
+
"v-layout/$slots": {
|
|
3267
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
3268
|
+
"description": "MISSING DESCRIPTION"
|
|
3269
|
+
},
|
|
3034
3270
|
"v-layout-item/name": {
|
|
3035
3271
|
"type": "string",
|
|
3036
3272
|
"description": "Assign a specific name for layout registration."
|
|
3037
3273
|
},
|
|
3274
|
+
"v-layout-item/$slots": {
|
|
3275
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
3276
|
+
"description": "MISSING DESCRIPTION"
|
|
3277
|
+
},
|
|
3038
3278
|
"v-layout-item/position": {
|
|
3039
3279
|
"type": "\"top\" | \"left\" | \"right\" | \"bottom\"",
|
|
3040
3280
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-layout-item.json))"
|
|
@@ -3055,6 +3295,10 @@
|
|
|
3055
3295
|
"type": "string | number",
|
|
3056
3296
|
"description": "Adjust the order of the component in relation to its registration order."
|
|
3057
3297
|
},
|
|
3298
|
+
"v-lazy/$slots": {
|
|
3299
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
3300
|
+
"description": "MISSING DESCRIPTION"
|
|
3301
|
+
},
|
|
3058
3302
|
"v-lazy/model-value": {
|
|
3059
3303
|
"type": "boolean",
|
|
3060
3304
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
@@ -3099,6 +3343,10 @@
|
|
|
3099
3343
|
"type": "string",
|
|
3100
3344
|
"description": "Specify a theme for this component and all of its children"
|
|
3101
3345
|
},
|
|
3346
|
+
"v-list/$slots": {
|
|
3347
|
+
"type": "{ subheader: (args: []) => VNodeChild; header: (args: [{ props: Record<string, unknown> }]) => VNodeChild; item: (args: [unknown]) => VNodeChild }",
|
|
3348
|
+
"description": "MISSING DESCRIPTION"
|
|
3349
|
+
},
|
|
3102
3350
|
"v-list/items": {
|
|
3103
3351
|
"type": "unknown[]",
|
|
3104
3352
|
"description": "An array of strings or objects used for automatically generating children components"
|
|
@@ -3173,7 +3421,7 @@
|
|
|
3173
3421
|
},
|
|
3174
3422
|
"v-list/item-props": {
|
|
3175
3423
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
3176
|
-
"description": "
|
|
3424
|
+
"description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component."
|
|
3177
3425
|
},
|
|
3178
3426
|
"v-list/return-object": {
|
|
3179
3427
|
"type": "boolean",
|
|
@@ -3223,6 +3471,10 @@
|
|
|
3223
3471
|
"type": "string",
|
|
3224
3472
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list.json))"
|
|
3225
3473
|
},
|
|
3474
|
+
"v-list-group/$slots": {
|
|
3475
|
+
"type": "{ default: (args: []) => VNodeChild; activator: (args: [{ isOpen: boolean; props: Record<string, unknown> }]) => VNodeChild }",
|
|
3476
|
+
"description": "MISSING DESCRIPTION"
|
|
3477
|
+
},
|
|
3226
3478
|
"v-list-group/value": {
|
|
3227
3479
|
"type": "any",
|
|
3228
3480
|
"description": "Expands / Collapse the list-group"
|
|
@@ -3267,6 +3519,10 @@
|
|
|
3267
3519
|
"type": "boolean",
|
|
3268
3520
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list-group.json))"
|
|
3269
3521
|
},
|
|
3522
|
+
"v-list-img/$slots": {
|
|
3523
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
3524
|
+
"description": "MISSING DESCRIPTION"
|
|
3525
|
+
},
|
|
3270
3526
|
"v-list-img/tag": {
|
|
3271
3527
|
"type": "string",
|
|
3272
3528
|
"description": "Specify a custom tag used on the root element"
|
|
@@ -3275,6 +3531,10 @@
|
|
|
3275
3531
|
"type": "string",
|
|
3276
3532
|
"description": "Specify a theme for this component and all of its children"
|
|
3277
3533
|
},
|
|
3534
|
+
"v-list-item/$slots": {
|
|
3535
|
+
"type": "{ prepend: (args: [{ isActive: boolean; activate: (value: boolean) => void; isSelected: boolean; select: (value: boolean) => void }]) => VNodeChild; append: (args: [{ isActive: boolean; activate: (value: boolean) => void; isSelected: boolean; select: (value: boolean) => void }]) => VNodeChild; default: (args: [{ isActive: boolean; activate: (value: boolean) => void; isSelected: boolean; select: (value: boolean) => void }]) => VNodeChild; title: (args: [{ title: string }]) => VNodeChild; subtitle: (args: [{ subtitle: string }]) => VNodeChild }",
|
|
3536
|
+
"description": "MISSING DESCRIPTION"
|
|
3537
|
+
},
|
|
3278
3538
|
"v-list-item/value": {
|
|
3279
3539
|
"type": "any",
|
|
3280
3540
|
"description": "The value used for selection."
|
|
@@ -3403,6 +3663,10 @@
|
|
|
3403
3663
|
"type": "boolean",
|
|
3404
3664
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list-item.json))"
|
|
3405
3665
|
},
|
|
3666
|
+
"v-list-item-action/$slots": {
|
|
3667
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
3668
|
+
"description": "MISSING DESCRIPTION"
|
|
3669
|
+
},
|
|
3406
3670
|
"v-list-item-action/tag": {
|
|
3407
3671
|
"type": "string",
|
|
3408
3672
|
"description": "Specify a custom tag used on the root element."
|
|
@@ -3415,6 +3679,10 @@
|
|
|
3415
3679
|
"type": "boolean",
|
|
3416
3680
|
"description": "Applies margin at the end of the component."
|
|
3417
3681
|
},
|
|
3682
|
+
"v-list-item-media/$slots": {
|
|
3683
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
3684
|
+
"description": "MISSING DESCRIPTION"
|
|
3685
|
+
},
|
|
3418
3686
|
"v-list-item-media/tag": {
|
|
3419
3687
|
"type": "string",
|
|
3420
3688
|
"description": "Specify a custom tag used on the root element."
|
|
@@ -3427,14 +3695,26 @@
|
|
|
3427
3695
|
"type": "boolean",
|
|
3428
3696
|
"description": "Applies margin at the end of the component."
|
|
3429
3697
|
},
|
|
3698
|
+
"v-list-item-subtitle/$slots": {
|
|
3699
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
3700
|
+
"description": "MISSING DESCRIPTION"
|
|
3701
|
+
},
|
|
3430
3702
|
"v-list-item-subtitle/tag": {
|
|
3431
3703
|
"type": "string",
|
|
3432
3704
|
"description": "Specify a custom tag used on the root element"
|
|
3433
3705
|
},
|
|
3706
|
+
"v-list-item-title/$slots": {
|
|
3707
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
3708
|
+
"description": "MISSING DESCRIPTION"
|
|
3709
|
+
},
|
|
3434
3710
|
"v-list-item-title/tag": {
|
|
3435
3711
|
"type": "string",
|
|
3436
3712
|
"description": "Specify a custom tag used on the root element"
|
|
3437
3713
|
},
|
|
3714
|
+
"v-list-subheader/$slots": {
|
|
3715
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
3716
|
+
"description": "MISSING DESCRIPTION"
|
|
3717
|
+
},
|
|
3438
3718
|
"v-list-subheader/title": {
|
|
3439
3719
|
"type": "string",
|
|
3440
3720
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list-subheader.json))"
|
|
@@ -3455,6 +3735,10 @@
|
|
|
3455
3735
|
"type": "boolean",
|
|
3456
3736
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list-subheader.json))"
|
|
3457
3737
|
},
|
|
3738
|
+
"v-locale-provider/$slots": {
|
|
3739
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
3740
|
+
"description": "MISSING DESCRIPTION"
|
|
3741
|
+
},
|
|
3458
3742
|
"v-locale-provider/messages": {
|
|
3459
3743
|
"type": "Record<string, any>",
|
|
3460
3744
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-locale-provider.json))"
|
|
@@ -3471,6 +3755,10 @@
|
|
|
3471
3755
|
"type": "boolean",
|
|
3472
3756
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-locale-provider.json))"
|
|
3473
3757
|
},
|
|
3758
|
+
"v-main/$slots": {
|
|
3759
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
3760
|
+
"description": "MISSING DESCRIPTION"
|
|
3761
|
+
},
|
|
3474
3762
|
"v-main/tag": {
|
|
3475
3763
|
"type": "string",
|
|
3476
3764
|
"description": "Specify a custom tag used on the root element."
|
|
@@ -3483,6 +3771,10 @@
|
|
|
3483
3771
|
"type": "string",
|
|
3484
3772
|
"description": "Specify a theme for this component and all of its children"
|
|
3485
3773
|
},
|
|
3774
|
+
"v-menu/$slots": {
|
|
3775
|
+
"type": "{ default: (args: [{ isActive: Ref<boolean> }]) => VNodeChild; activator: (args: [{ isActive: boolean; props: Record<string, any> }]) => VNodeChild }",
|
|
3776
|
+
"description": "MISSING DESCRIPTION"
|
|
3777
|
+
},
|
|
3486
3778
|
"v-menu/z-index": {
|
|
3487
3779
|
"type": "string | number",
|
|
3488
3780
|
"description": "The z-index used for the component"
|
|
@@ -3608,19 +3900,23 @@
|
|
|
3608
3900
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-scroll-strategies.json))"
|
|
3609
3901
|
},
|
|
3610
3902
|
"v-menu/transition": {
|
|
3611
|
-
"type": "string | { component: DefineComponent<{} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, PublicProps, {} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, {}> }",
|
|
3903
|
+
"type": "string | { component: DefineComponent<{} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, PublicProps, {} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, {}> }",
|
|
3612
3904
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
3613
3905
|
},
|
|
3614
3906
|
"v-menu/attach": {
|
|
3615
3907
|
"type": "string | boolean | Element",
|
|
3616
3908
|
"description": "Specifies which DOM element that this component should detach to. String can be any valid querySelector and Object can be any valid Node. This attaches to the root `v-app` component by default"
|
|
3617
3909
|
},
|
|
3910
|
+
"v-messages/$slots": {
|
|
3911
|
+
"type": "{ message: (args: [{ message: string }]) => VNodeChild }",
|
|
3912
|
+
"description": "MISSING DESCRIPTION"
|
|
3913
|
+
},
|
|
3618
3914
|
"v-messages/color": {
|
|
3619
3915
|
"type": "string",
|
|
3620
3916
|
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
|
|
3621
3917
|
},
|
|
3622
3918
|
"v-messages/transition": {
|
|
3623
|
-
"type": "string | { component: DefineComponent<{ origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => VNode<RendererNode, RendererElement, { [key: string]: any; }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, PublicProps, { origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, { origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }>; leaveAbsolute: boolean; group: boolean }",
|
|
3919
|
+
"type": "string | { component: DefineComponent<{ origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => VNode<RendererNode, RendererElement, { [key: string]: any; }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, PublicProps, { origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, { origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }>; leaveAbsolute: boolean; group: boolean }",
|
|
3624
3920
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
3625
3921
|
},
|
|
3626
3922
|
"v-messages/messages": {
|
|
@@ -3639,6 +3935,10 @@
|
|
|
3639
3935
|
"type": "string",
|
|
3640
3936
|
"description": "Assign a specific name for layout registration."
|
|
3641
3937
|
},
|
|
3938
|
+
"v-navigation-drawer/$slots": {
|
|
3939
|
+
"type": "{ default: (args: []) => VNodeChild; prepend: (args: []) => VNodeChild; append: (args: []) => VNodeChild; image: (args: [{ image: string }]) => VNodeChild }",
|
|
3940
|
+
"description": "MISSING DESCRIPTION"
|
|
3941
|
+
},
|
|
3642
3942
|
"v-navigation-drawer/image": {
|
|
3643
3943
|
"type": "string",
|
|
3644
3944
|
"description": "Apply a specific background image to the component."
|
|
@@ -3727,10 +4027,18 @@
|
|
|
3727
4027
|
"type": "string | number",
|
|
3728
4028
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-navigation-drawer.json))"
|
|
3729
4029
|
},
|
|
4030
|
+
"v-no-ssr/$slots": {
|
|
4031
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
4032
|
+
"description": "MISSING DESCRIPTION"
|
|
4033
|
+
},
|
|
3730
4034
|
"v-overlay/theme": {
|
|
3731
4035
|
"type": "string",
|
|
3732
4036
|
"description": "Specify a theme for this component and all of its children"
|
|
3733
4037
|
},
|
|
4038
|
+
"v-overlay/$slots": {
|
|
4039
|
+
"type": "{ default: (args: [{ isActive: Ref<boolean> }]) => VNodeChild; activator: (args: [{ isActive: boolean; props: Record<string, any> }]) => VNodeChild }",
|
|
4040
|
+
"description": "MISSING DESCRIPTION"
|
|
4041
|
+
},
|
|
3734
4042
|
"v-overlay/z-index": {
|
|
3735
4043
|
"type": "string | number",
|
|
3736
4044
|
"description": "The z-index used for the component"
|
|
@@ -3871,6 +4179,10 @@
|
|
|
3871
4179
|
"type": "string",
|
|
3872
4180
|
"description": "Specify a theme for this component and all of its children"
|
|
3873
4181
|
},
|
|
4182
|
+
"v-pagination/$slots": {
|
|
4183
|
+
"type": "{ item: (args: []) => VNodeChild; first: (args: []) => VNodeChild; next: (args: []) => VNodeChild; prev: (args: []) => VNodeChild; last: (args: []) => VNodeChild }",
|
|
4184
|
+
"description": "MISSING DESCRIPTION"
|
|
4185
|
+
},
|
|
3874
4186
|
"v-pagination/size": {
|
|
3875
4187
|
"type": "string | number",
|
|
3876
4188
|
"description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
|
|
@@ -3975,6 +4287,10 @@
|
|
|
3975
4287
|
"type": "string",
|
|
3976
4288
|
"description": "Text to show between page buttons when truncating the list"
|
|
3977
4289
|
},
|
|
4290
|
+
"v-parallax/$slots": {
|
|
4291
|
+
"type": "{ default: (args: []) => VNodeChild; placeholder: (args: []) => VNodeChild; error: (args: []) => VNodeChild; sources: (args: []) => VNodeChild }",
|
|
4292
|
+
"description": "MISSING DESCRIPTION"
|
|
4293
|
+
},
|
|
3978
4294
|
"v-parallax/scale": {
|
|
3979
4295
|
"type": "string | number",
|
|
3980
4296
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-parallax.json))"
|
|
@@ -3983,6 +4299,10 @@
|
|
|
3983
4299
|
"type": "string",
|
|
3984
4300
|
"description": "Specify a theme for this component and all of its children"
|
|
3985
4301
|
},
|
|
4302
|
+
"v-progress-circular/$slots": {
|
|
4303
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
4304
|
+
"description": "MISSING DESCRIPTION"
|
|
4305
|
+
},
|
|
3986
4306
|
"v-progress-circular/size": {
|
|
3987
4307
|
"type": "string | number",
|
|
3988
4308
|
"description": "Sets the diameter of the circle in pixels"
|
|
@@ -4023,6 +4343,10 @@
|
|
|
4023
4343
|
"type": "boolean",
|
|
4024
4344
|
"description": "Displays reversed progress (right to left in LTR mode and left to right in RTL)"
|
|
4025
4345
|
},
|
|
4346
|
+
"v-progress-linear/$slots": {
|
|
4347
|
+
"type": "{ default: (args: [{ value: number; buffer: number }]) => VNodeChild }",
|
|
4348
|
+
"description": "MISSING DESCRIPTION"
|
|
4349
|
+
},
|
|
4026
4350
|
"v-progress-linear/model-value": {
|
|
4027
4351
|
"type": "string | number",
|
|
4028
4352
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
@@ -4103,6 +4427,10 @@
|
|
|
4103
4427
|
"type": "string",
|
|
4104
4428
|
"description": "Sets the component's name attribute."
|
|
4105
4429
|
},
|
|
4430
|
+
"v-radio/$slots": {
|
|
4431
|
+
"type": "{ default: (args: []) => VNodeChild; label: (args: [{ label: string; props: Record<string, unknown> }]) => VNodeChild; input: (args: [{ model: WritableComputedRef<any>; textColorClasses: Ref<string[]>; textColorStyles: Ref<CSSProperties>; props: { onBlur: (e: Event) => void; onFocus: (e: FocusEvent) => void; id: string } }]) => VNodeChild }",
|
|
4432
|
+
"description": "MISSING DESCRIPTION"
|
|
4433
|
+
},
|
|
4106
4434
|
"v-radio/value": {
|
|
4107
4435
|
"type": "any",
|
|
4108
4436
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))"
|
|
@@ -4183,6 +4511,10 @@
|
|
|
4183
4511
|
"type": "string",
|
|
4184
4512
|
"description": "Sets the component's name attribute."
|
|
4185
4513
|
},
|
|
4514
|
+
"v-radio-group/$slots": {
|
|
4515
|
+
"type": "{ default: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild & (args: []) => VNodeChild; prepend: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; append: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; details: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; label: (args: [{ label: string; props: Record<string, unknown> }]) => VNodeChild; input: (args: [{ model: WritableComputedRef<any>; textColorClasses: Ref<string[]>; textColorStyles: Ref<CSSProperties>; props: { onBlur: (e: Event) => void; onFocus: (e: FocusEvent) => void; id: string } }]) => VNodeChild }",
|
|
4516
|
+
"description": "MISSING DESCRIPTION"
|
|
4517
|
+
},
|
|
4186
4518
|
"v-radio-group/id": {
|
|
4187
4519
|
"type": "string",
|
|
4188
4520
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
@@ -4291,6 +4623,10 @@
|
|
|
4291
4623
|
"type": "boolean",
|
|
4292
4624
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/slider.json))"
|
|
4293
4625
|
},
|
|
4626
|
+
"v-range-slider/$slots": {
|
|
4627
|
+
"type": "{ default: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; prepend: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; append: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; details: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; tick-label: (args: []) => VNodeChild; thumb-label: (args: []) => VNodeChild }",
|
|
4628
|
+
"description": "MISSING DESCRIPTION"
|
|
4629
|
+
},
|
|
4294
4630
|
"v-range-slider/id": {
|
|
4295
4631
|
"type": "string",
|
|
4296
4632
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
|
|
@@ -4439,6 +4775,10 @@
|
|
|
4439
4775
|
"type": "string",
|
|
4440
4776
|
"description": "Sets the component's name attribute."
|
|
4441
4777
|
},
|
|
4778
|
+
"v-rating/$slots": {
|
|
4779
|
+
"type": "{ item: (args: [{ value: number; index: number; isFilled: boolean; isHovered: boolean; icon: string | (new () => any) | FunctionalComponent; color: string; props: Record<string, unknown> }]) => VNodeChild; item-label: (args: [{ value: number; index: number; label: string }]) => VNodeChild }",
|
|
4780
|
+
"description": "MISSING DESCRIPTION"
|
|
4781
|
+
},
|
|
4442
4782
|
"v-rating/size": {
|
|
4443
4783
|
"type": "string | number",
|
|
4444
4784
|
"description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
|
|
@@ -4507,6 +4847,10 @@
|
|
|
4507
4847
|
"type": "string[]",
|
|
4508
4848
|
"description": "Array of labels to display next to each item."
|
|
4509
4849
|
},
|
|
4850
|
+
"v-responsive/$slots": {
|
|
4851
|
+
"type": "{ default: (args: []) => VNodeChild; additional: (args: []) => VNodeChild }",
|
|
4852
|
+
"description": "MISSING DESCRIPTION"
|
|
4853
|
+
},
|
|
4510
4854
|
"v-responsive/height": {
|
|
4511
4855
|
"type": "string | number",
|
|
4512
4856
|
"description": "Sets the height for the component."
|
|
@@ -4555,9 +4899,13 @@
|
|
|
4555
4899
|
"type": "boolean",
|
|
4556
4900
|
"description": "Reverses the input orientation"
|
|
4557
4901
|
},
|
|
4902
|
+
"v-select/$slots": {
|
|
4903
|
+
"type": "{ prepend: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; append: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; loader: (args: [{ color: string; isActive: boolean }]) => VNodeChild; details: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; clear: (args: []) => VNodeChild; prepend-inner: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; append-inner: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; label: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; item: (args: [{ item: { title: string; value: any; props: { title: string; value: any; [string]: any }; children: InternalItem<unknown>[]; raw: unknown }; index: number; props: Record<string, unknown> }]) => VNodeChild; chip: (args: [{ item: { title: string; value: any; props: { title: string; value: any; [string]: any }; children: InternalItem<unknown>[]; raw: unknown }; index: number; props: Record<string, unknown> }]) => VNodeChild; selection: (args: [{ item: { title: string; value: any; props: { title: string; value: any; [string]: any }; children: InternalItem<unknown>[]; raw: unknown }; index: number }]) => VNodeChild; prepend-item: (args: []) => VNodeChild; append-item: (args: []) => VNodeChild; no-data: (args: []) => VNodeChild }",
|
|
4904
|
+
"description": "MISSING DESCRIPTION"
|
|
4905
|
+
},
|
|
4558
4906
|
"v-select/id": {
|
|
4559
4907
|
"type": "string",
|
|
4560
|
-
"description": "
|
|
4908
|
+
"description": "Sets the DOM id on the component"
|
|
4561
4909
|
},
|
|
4562
4910
|
"v-select/items": {
|
|
4563
4911
|
"type": "unknown[]",
|
|
@@ -4624,7 +4972,7 @@
|
|
|
4624
4972
|
"description": "Removes the ability to click or target the input"
|
|
4625
4973
|
},
|
|
4626
4974
|
"v-select/transition": {
|
|
4627
|
-
"type": "string | { component: DefineComponent<{} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, PublicProps, {} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, {}> }",
|
|
4975
|
+
"type": "string | { component: DefineComponent<{} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, PublicProps, {} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, {}> }",
|
|
4628
4976
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
4629
4977
|
},
|
|
4630
4978
|
"v-select/multiple": {
|
|
@@ -4657,7 +5005,7 @@
|
|
|
4657
5005
|
},
|
|
4658
5006
|
"v-select/item-props": {
|
|
4659
5007
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
4660
|
-
"description": "
|
|
5008
|
+
"description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component."
|
|
4661
5009
|
},
|
|
4662
5010
|
"v-select/return-object": {
|
|
4663
5011
|
"type": "boolean",
|
|
@@ -4791,6 +5139,10 @@
|
|
|
4791
5139
|
"type": "string",
|
|
4792
5140
|
"description": "Sets the component's name attribute."
|
|
4793
5141
|
},
|
|
5142
|
+
"v-selection-control/$slots": {
|
|
5143
|
+
"type": "{ default: (args: []) => VNodeChild; label: (args: [{ label: string; props: Record<string, unknown> }]) => VNodeChild; input: (args: [{ model: WritableComputedRef<any>; textColorClasses: Ref<string[]>; textColorStyles: Ref<CSSProperties>; props: { onBlur: (e: Event) => void; onFocus: (e: FocusEvent) => void; id: string } }]) => VNodeChild }",
|
|
5144
|
+
"description": "MISSING DESCRIPTION"
|
|
5145
|
+
},
|
|
4794
5146
|
"v-selection-control/value": {
|
|
4795
5147
|
"type": "any",
|
|
4796
5148
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))"
|
|
@@ -4871,6 +5223,10 @@
|
|
|
4871
5223
|
"type": "string",
|
|
4872
5224
|
"description": "Sets the component's name attribute."
|
|
4873
5225
|
},
|
|
5226
|
+
"v-selection-control-group/$slots": {
|
|
5227
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
5228
|
+
"description": "MISSING DESCRIPTION"
|
|
5229
|
+
},
|
|
4874
5230
|
"v-selection-control-group/id": {
|
|
4875
5231
|
"type": "string",
|
|
4876
5232
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
@@ -4931,6 +5287,10 @@
|
|
|
4931
5287
|
"type": "string",
|
|
4932
5288
|
"description": "Specify a theme for this component and all of its children"
|
|
4933
5289
|
},
|
|
5290
|
+
"v-sheet/$slots": {
|
|
5291
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
5292
|
+
"description": "MISSING DESCRIPTION"
|
|
5293
|
+
},
|
|
4934
5294
|
"v-sheet/position": {
|
|
4935
5295
|
"type": "\"relative\" | \"absolute\" | \"static\" | \"fixed\" | \"sticky\"",
|
|
4936
5296
|
"description": "Specifies the type of positioning method used for the component."
|
|
@@ -4987,6 +5347,10 @@
|
|
|
4987
5347
|
"type": "any",
|
|
4988
5348
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-slide-group.json))"
|
|
4989
5349
|
},
|
|
5350
|
+
"v-slide-group/$slots": {
|
|
5351
|
+
"type": "{ default: (args: [{ next: () => void; prev: () => void; select: (id: number, value: boolean) => void; isSelected: (id: number) => boolean }]) => VNodeChild; prev: (args: [{ next: () => void; prev: () => void; select: (id: number, value: boolean) => void; isSelected: (id: number) => boolean }]) => VNodeChild; next: (args: [{ next: () => void; prev: () => void; select: (id: number, value: boolean) => void; isSelected: (id: number) => boolean }]) => VNodeChild }",
|
|
5352
|
+
"description": "MISSING DESCRIPTION"
|
|
5353
|
+
},
|
|
4990
5354
|
"v-slide-group/model-value": {
|
|
4991
5355
|
"type": "any",
|
|
4992
5356
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
@@ -5035,6 +5399,10 @@
|
|
|
5035
5399
|
"type": "boolean",
|
|
5036
5400
|
"description": "Forces the selected component to be centered"
|
|
5037
5401
|
},
|
|
5402
|
+
"v-slide-group-item/$slots": {
|
|
5403
|
+
"type": "{ default: (args: [{ isSelected: boolean; select: (value: boolean) => void; toggle: () => void; selectedClass: false | string[] }]) => VNodeChild }",
|
|
5404
|
+
"description": "MISSING DESCRIPTION"
|
|
5405
|
+
},
|
|
5038
5406
|
"v-slide-group-item/value": {
|
|
5039
5407
|
"type": "any",
|
|
5040
5408
|
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
|
|
@@ -5055,6 +5423,10 @@
|
|
|
5055
5423
|
"type": "boolean",
|
|
5056
5424
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/slider.json))"
|
|
5057
5425
|
},
|
|
5426
|
+
"v-slider/$slots": {
|
|
5427
|
+
"type": "{ default: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; prepend: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; append: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; details: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; tick-label: (args: []) => VNodeChild; thumb-label: (args: []) => VNodeChild }",
|
|
5428
|
+
"description": "MISSING DESCRIPTION"
|
|
5429
|
+
},
|
|
5058
5430
|
"v-slider/id": {
|
|
5059
5431
|
"type": "string",
|
|
5060
5432
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
|
|
@@ -5191,6 +5563,10 @@
|
|
|
5191
5563
|
"type": "string",
|
|
5192
5564
|
"description": "Specify a theme for this component and all of its children"
|
|
5193
5565
|
},
|
|
5566
|
+
"v-snackbar/$slots": {
|
|
5567
|
+
"type": "{ activator: (args: [{ isActive: boolean; props: Record<string, any> }]) => VNodeChild; default: (args: []) => VNodeChild; actions: (args: []) => VNodeChild }",
|
|
5568
|
+
"description": "MISSING DESCRIPTION"
|
|
5569
|
+
},
|
|
5194
5570
|
"v-snackbar/z-index": {
|
|
5195
5571
|
"type": "string | number",
|
|
5196
5572
|
"description": "The z-index used for the component"
|
|
@@ -5351,6 +5727,10 @@
|
|
|
5351
5727
|
"type": "string",
|
|
5352
5728
|
"description": "Sets the component's name attribute."
|
|
5353
5729
|
},
|
|
5730
|
+
"v-switch/$slots": {
|
|
5731
|
+
"type": "{ default: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild & (args: []) => VNodeChild; prepend: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; append: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; details: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; label: (args: [{ label: string; props: Record<string, unknown> }]) => VNodeChild; input: (args: [{ model: WritableComputedRef<any>; textColorClasses: Ref<string[]>; textColorStyles: Ref<CSSProperties>; props: { onBlur: (e: Event) => void; onFocus: (e: FocusEvent) => void; id: string } }]) => VNodeChild }",
|
|
5732
|
+
"description": "MISSING DESCRIPTION"
|
|
5733
|
+
},
|
|
5354
5734
|
"v-switch/value": {
|
|
5355
5735
|
"type": "any",
|
|
5356
5736
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))"
|
|
@@ -5483,6 +5863,10 @@
|
|
|
5483
5863
|
"type": "string",
|
|
5484
5864
|
"description": "Assign a specific name for layout registration."
|
|
5485
5865
|
},
|
|
5866
|
+
"v-system-bar/$slots": {
|
|
5867
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
5868
|
+
"description": "MISSING DESCRIPTION"
|
|
5869
|
+
},
|
|
5486
5870
|
"v-system-bar/absolute": {
|
|
5487
5871
|
"type": "boolean",
|
|
5488
5872
|
"description": "Applies **position: absolute** to the component."
|
|
@@ -5515,6 +5899,10 @@
|
|
|
5515
5899
|
"type": "boolean",
|
|
5516
5900
|
"description": "Increases the system bar height to 32px (24px default)."
|
|
5517
5901
|
},
|
|
5902
|
+
"v-tabs/$slots": {
|
|
5903
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
5904
|
+
"description": "MISSING DESCRIPTION"
|
|
5905
|
+
},
|
|
5518
5906
|
"v-tabs/items": {
|
|
5519
5907
|
"type": "(string | Record<string, any>)[]",
|
|
5520
5908
|
"description": "The items to display in the component. This can be an array of strings or objects with a property `title`"
|
|
@@ -5579,6 +5967,10 @@
|
|
|
5579
5967
|
"type": "string",
|
|
5580
5968
|
"description": "Specify a theme for this component and all of its children"
|
|
5581
5969
|
},
|
|
5970
|
+
"v-tab/$slots": {
|
|
5971
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
5972
|
+
"description": "MISSING DESCRIPTION"
|
|
5973
|
+
},
|
|
5582
5974
|
"v-tab/value": {
|
|
5583
5975
|
"type": "any",
|
|
5584
5976
|
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
|
|
@@ -5659,6 +6051,10 @@
|
|
|
5659
6051
|
"type": "string",
|
|
5660
6052
|
"description": "Specify a theme for this component and all of its children"
|
|
5661
6053
|
},
|
|
6054
|
+
"v-table/$slots": {
|
|
6055
|
+
"type": "{ default: (args: []) => VNodeChild; top: (args: []) => VNodeChild; bottom: (args: []) => VNodeChild; wrapper: (args: []) => VNodeChild }",
|
|
6056
|
+
"description": "MISSING DESCRIPTION"
|
|
6057
|
+
},
|
|
5662
6058
|
"v-table/density": {
|
|
5663
6059
|
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
|
5664
6060
|
"description": "Adjusts the vertical height used by the component."
|
|
@@ -5695,9 +6091,13 @@
|
|
|
5695
6091
|
"type": "boolean",
|
|
5696
6092
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
|
|
5697
6093
|
},
|
|
6094
|
+
"v-textarea/$slots": {
|
|
6095
|
+
"type": "{ prepend: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; append: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; loader: (args: [{ color: string; isActive: boolean }]) => VNodeChild; details: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; clear: (args: []) => VNodeChild; prepend-inner: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; append-inner: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; label: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild }",
|
|
6096
|
+
"description": "MISSING DESCRIPTION"
|
|
6097
|
+
},
|
|
5698
6098
|
"v-textarea/id": {
|
|
5699
6099
|
"type": "string",
|
|
5700
|
-
"description": "
|
|
6100
|
+
"description": "Sets the DOM id on the component"
|
|
5701
6101
|
},
|
|
5702
6102
|
"v-textarea/error": {
|
|
5703
6103
|
"type": "boolean",
|
|
@@ -5887,9 +6287,13 @@
|
|
|
5887
6287
|
"type": "boolean",
|
|
5888
6288
|
"description": "Reverses the input orientation"
|
|
5889
6289
|
},
|
|
6290
|
+
"v-text-field/$slots": {
|
|
6291
|
+
"type": "{ prepend: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; append: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; loader: (args: [{ color: string; isActive: boolean }]) => VNodeChild; details: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; clear: (args: []) => VNodeChild; prepend-inner: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; append-inner: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; label: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; default: (args: []) => VNodeChild }",
|
|
6292
|
+
"description": "MISSING DESCRIPTION"
|
|
6293
|
+
},
|
|
5890
6294
|
"v-text-field/id": {
|
|
5891
6295
|
"type": "string",
|
|
5892
|
-
"description": "
|
|
6296
|
+
"description": "Sets the DOM id on the component"
|
|
5893
6297
|
},
|
|
5894
6298
|
"v-text-field/error": {
|
|
5895
6299
|
"type": "boolean",
|
|
@@ -6051,6 +6455,10 @@
|
|
|
6051
6455
|
"type": "string",
|
|
6052
6456
|
"description": "Specify a theme for this component and all of its children"
|
|
6053
6457
|
},
|
|
6458
|
+
"v-theme-provider/$slots": {
|
|
6459
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
6460
|
+
"description": "MISSING DESCRIPTION"
|
|
6461
|
+
},
|
|
6054
6462
|
"v-theme-provider/tag": {
|
|
6055
6463
|
"type": "string",
|
|
6056
6464
|
"description": "Specify a custom tag used on the root element."
|
|
@@ -6063,6 +6471,10 @@
|
|
|
6063
6471
|
"type": "string",
|
|
6064
6472
|
"description": "Specify a theme for this component and all of its children"
|
|
6065
6473
|
},
|
|
6474
|
+
"v-timeline/$slots": {
|
|
6475
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
6476
|
+
"description": "MISSING DESCRIPTION"
|
|
6477
|
+
},
|
|
6066
6478
|
"v-timeline/density": {
|
|
6067
6479
|
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
|
6068
6480
|
"description": "Adjusts the vertical height used by the component."
|
|
@@ -6103,6 +6515,10 @@
|
|
|
6103
6515
|
"type": "\"end\" | \"start\" | \"both\"",
|
|
6104
6516
|
"description": "Truncate timeline directly at the **start** or **end** of the line, or on **both** ends"
|
|
6105
6517
|
},
|
|
6518
|
+
"v-timeline-item/$slots": {
|
|
6519
|
+
"type": "{ default: (args: []) => VNodeChild; icon: (args: []) => VNodeChild; opposite: (args: []) => VNodeChild }",
|
|
6520
|
+
"description": "MISSING DESCRIPTION"
|
|
6521
|
+
},
|
|
6106
6522
|
"v-timeline-item/size": {
|
|
6107
6523
|
"type": "string | number",
|
|
6108
6524
|
"description": "Size of the item dot"
|
|
@@ -6183,6 +6599,10 @@
|
|
|
6183
6599
|
"type": "string",
|
|
6184
6600
|
"description": "Specify a theme for this component and all of its children"
|
|
6185
6601
|
},
|
|
6602
|
+
"v-toolbar/$slots": {
|
|
6603
|
+
"type": "{ default: (args: []) => VNodeChild; image: (args: []) => VNodeChild; prepend: (args: []) => VNodeChild; append: (args: []) => VNodeChild; title: (args: []) => VNodeChild; extension: (args: []) => VNodeChild }",
|
|
6604
|
+
"description": "MISSING DESCRIPTION"
|
|
6605
|
+
},
|
|
6186
6606
|
"v-toolbar/image": {
|
|
6187
6607
|
"type": "string",
|
|
6188
6608
|
"description": "Specifies a [v-img](/components/images) as the component's background."
|
|
@@ -6239,6 +6659,10 @@
|
|
|
6239
6659
|
"type": "string",
|
|
6240
6660
|
"description": "Specify a custom tag used on the root element."
|
|
6241
6661
|
},
|
|
6662
|
+
"v-toolbar-title/$slots": {
|
|
6663
|
+
"type": "{ default: (args: []) => VNodeChild; text: (args: []) => VNodeChild }",
|
|
6664
|
+
"description": "MISSING DESCRIPTION"
|
|
6665
|
+
},
|
|
6242
6666
|
"v-toolbar-title/tag": {
|
|
6243
6667
|
"type": "string",
|
|
6244
6668
|
"description": "Specify a custom tag used on the root element."
|
|
@@ -6247,6 +6671,10 @@
|
|
|
6247
6671
|
"type": "string",
|
|
6248
6672
|
"description": "Specify content text for the component."
|
|
6249
6673
|
},
|
|
6674
|
+
"v-toolbar-items/$slots": {
|
|
6675
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
6676
|
+
"description": "MISSING DESCRIPTION"
|
|
6677
|
+
},
|
|
6250
6678
|
"v-toolbar-items/color": {
|
|
6251
6679
|
"type": "string",
|
|
6252
6680
|
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
|
|
@@ -6259,6 +6687,10 @@
|
|
|
6259
6687
|
"type": "string",
|
|
6260
6688
|
"description": "Specify a theme for this component and all of its children"
|
|
6261
6689
|
},
|
|
6690
|
+
"v-tooltip/$slots": {
|
|
6691
|
+
"type": "{ default: (args: [{ isActive: Ref<boolean> }]) => VNodeChild; activator: (args: [{ isActive: boolean; props: Record<string, any> }]) => VNodeChild }",
|
|
6692
|
+
"description": "MISSING DESCRIPTION"
|
|
6693
|
+
},
|
|
6262
6694
|
"v-tooltip/z-index": {
|
|
6263
6695
|
"type": "string | number",
|
|
6264
6696
|
"description": "The z-index used for the component"
|
|
@@ -6391,6 +6823,10 @@
|
|
|
6391
6823
|
"type": "string",
|
|
6392
6824
|
"description": "Sets the component's name attribute."
|
|
6393
6825
|
},
|
|
6826
|
+
"v-validation/$slots": {
|
|
6827
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
6828
|
+
"description": "MISSING DESCRIPTION"
|
|
6829
|
+
},
|
|
6394
6830
|
"v-validation/error": {
|
|
6395
6831
|
"type": "boolean",
|
|
6396
6832
|
"description": "Puts the input in a manual error state"
|
|
@@ -6443,6 +6879,10 @@
|
|
|
6443
6879
|
"type": "boolean",
|
|
6444
6880
|
"description": "Reverse the normal transition direction."
|
|
6445
6881
|
},
|
|
6882
|
+
"v-window/$slots": {
|
|
6883
|
+
"type": "{ default: (args: [{ group: { register: (item: { id: number; value: Ref<unknown>; disabled: Ref<boolean> }, cmp: ComponentInternalInstance) => void; unregister: (id: number) => void; select: (id: number, value: boolean) => void; selected: Ref<readonly number[]>; isSelected: (id: number) => boolean; prev: () => void; next: () => void; selectedClass: Ref<string>; items: ComputedRef<{ id: number; value: unknown; disabled: boolean; }[]>; disabled: Ref<boolean>; getItemIndex: (value: unknown) => number } }]) => VNodeChild; additional: (args: [{ group: { register: (item: { id: number; value: Ref<unknown>; disabled: Ref<boolean> }, cmp: ComponentInternalInstance) => void; unregister: (id: number) => void; select: (id: number, value: boolean) => void; selected: Ref<readonly number[]>; isSelected: (id: number) => boolean; prev: () => void; next: () => void; selectedClass: Ref<string>; items: ComputedRef<{ id: number; value: unknown; disabled: boolean; }[]>; disabled: Ref<boolean>; getItemIndex: (value: unknown) => number } }]) => VNodeChild; prev: (args: [{ props: { icon: string | (new () => any) | FunctionalComponent; class: string; onClick: () => void; ariaLabel: string } }]) => VNodeChild; next: (args: [{ props: { icon: string | (new () => any) | FunctionalComponent; class: string; onClick: () => void; ariaLabel: string } }]) => VNodeChild }",
|
|
6884
|
+
"description": "MISSING DESCRIPTION"
|
|
6885
|
+
},
|
|
6446
6886
|
"v-window/model-value": {
|
|
6447
6887
|
"type": "any",
|
|
6448
6888
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
@@ -6487,6 +6927,10 @@
|
|
|
6487
6927
|
"type": "any",
|
|
6488
6928
|
"description": "Provide a custom **left** and **right** function when swiped left or right."
|
|
6489
6929
|
},
|
|
6930
|
+
"v-window-item/$slots": {
|
|
6931
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
6932
|
+
"description": "MISSING DESCRIPTION"
|
|
6933
|
+
},
|
|
6490
6934
|
"v-window-item/value": {
|
|
6491
6935
|
"type": "any",
|
|
6492
6936
|
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
|
|
@@ -6511,10 +6955,18 @@
|
|
|
6511
6955
|
"type": "string | boolean",
|
|
6512
6956
|
"description": "Sets the reverse transition"
|
|
6513
6957
|
},
|
|
6958
|
+
"v-dialog-transition/$slots": {
|
|
6959
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
6960
|
+
"description": "MISSING DESCRIPTION"
|
|
6961
|
+
},
|
|
6514
6962
|
"v-dialog-transition/target": {
|
|
6515
6963
|
"type": "HTMLElement",
|
|
6516
6964
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-dialog-transition.json))"
|
|
6517
6965
|
},
|
|
6966
|
+
"v-fab-transition/$slots": {
|
|
6967
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
6968
|
+
"description": "MISSING DESCRIPTION"
|
|
6969
|
+
},
|
|
6518
6970
|
"v-fab-transition/origin": {
|
|
6519
6971
|
"type": "string",
|
|
6520
6972
|
"description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
|
|
@@ -6535,6 +6987,10 @@
|
|
|
6535
6987
|
"type": "boolean",
|
|
6536
6988
|
"description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
|
|
6537
6989
|
},
|
|
6990
|
+
"v-dialog-bottom-transition/$slots": {
|
|
6991
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
6992
|
+
"description": "MISSING DESCRIPTION"
|
|
6993
|
+
},
|
|
6538
6994
|
"v-dialog-bottom-transition/origin": {
|
|
6539
6995
|
"type": "string",
|
|
6540
6996
|
"description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
|
|
@@ -6555,6 +7011,10 @@
|
|
|
6555
7011
|
"type": "boolean",
|
|
6556
7012
|
"description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
|
|
6557
7013
|
},
|
|
7014
|
+
"v-dialog-top-transition/$slots": {
|
|
7015
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
7016
|
+
"description": "MISSING DESCRIPTION"
|
|
7017
|
+
},
|
|
6558
7018
|
"v-dialog-top-transition/origin": {
|
|
6559
7019
|
"type": "string",
|
|
6560
7020
|
"description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
|
|
@@ -6575,6 +7035,10 @@
|
|
|
6575
7035
|
"type": "boolean",
|
|
6576
7036
|
"description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
|
|
6577
7037
|
},
|
|
7038
|
+
"v-fade-transition/$slots": {
|
|
7039
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
7040
|
+
"description": "MISSING DESCRIPTION"
|
|
7041
|
+
},
|
|
6578
7042
|
"v-fade-transition/origin": {
|
|
6579
7043
|
"type": "string",
|
|
6580
7044
|
"description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
|
|
@@ -6595,6 +7059,10 @@
|
|
|
6595
7059
|
"type": "boolean",
|
|
6596
7060
|
"description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
|
|
6597
7061
|
},
|
|
7062
|
+
"v-scale-transition/$slots": {
|
|
7063
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
7064
|
+
"description": "MISSING DESCRIPTION"
|
|
7065
|
+
},
|
|
6598
7066
|
"v-scale-transition/origin": {
|
|
6599
7067
|
"type": "string",
|
|
6600
7068
|
"description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
|
|
@@ -6615,6 +7083,10 @@
|
|
|
6615
7083
|
"type": "boolean",
|
|
6616
7084
|
"description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
|
|
6617
7085
|
},
|
|
7086
|
+
"v-scroll-x-transition/$slots": {
|
|
7087
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
7088
|
+
"description": "MISSING DESCRIPTION"
|
|
7089
|
+
},
|
|
6618
7090
|
"v-scroll-x-transition/origin": {
|
|
6619
7091
|
"type": "string",
|
|
6620
7092
|
"description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
|
|
@@ -6635,6 +7107,10 @@
|
|
|
6635
7107
|
"type": "boolean",
|
|
6636
7108
|
"description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
|
|
6637
7109
|
},
|
|
7110
|
+
"v-scroll-x-reverse-transition/$slots": {
|
|
7111
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
7112
|
+
"description": "MISSING DESCRIPTION"
|
|
7113
|
+
},
|
|
6638
7114
|
"v-scroll-x-reverse-transition/origin": {
|
|
6639
7115
|
"type": "string",
|
|
6640
7116
|
"description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
|
|
@@ -6655,6 +7131,10 @@
|
|
|
6655
7131
|
"type": "boolean",
|
|
6656
7132
|
"description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
|
|
6657
7133
|
},
|
|
7134
|
+
"v-scroll-y-transition/$slots": {
|
|
7135
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
7136
|
+
"description": "MISSING DESCRIPTION"
|
|
7137
|
+
},
|
|
6658
7138
|
"v-scroll-y-transition/origin": {
|
|
6659
7139
|
"type": "string",
|
|
6660
7140
|
"description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
|
|
@@ -6675,6 +7155,10 @@
|
|
|
6675
7155
|
"type": "boolean",
|
|
6676
7156
|
"description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
|
|
6677
7157
|
},
|
|
7158
|
+
"v-scroll-y-reverse-transition/$slots": {
|
|
7159
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
7160
|
+
"description": "MISSING DESCRIPTION"
|
|
7161
|
+
},
|
|
6678
7162
|
"v-scroll-y-reverse-transition/origin": {
|
|
6679
7163
|
"type": "string",
|
|
6680
7164
|
"description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
|
|
@@ -6695,6 +7179,10 @@
|
|
|
6695
7179
|
"type": "boolean",
|
|
6696
7180
|
"description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
|
|
6697
7181
|
},
|
|
7182
|
+
"v-slide-x-transition/$slots": {
|
|
7183
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
7184
|
+
"description": "MISSING DESCRIPTION"
|
|
7185
|
+
},
|
|
6698
7186
|
"v-slide-x-transition/origin": {
|
|
6699
7187
|
"type": "string",
|
|
6700
7188
|
"description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
|
|
@@ -6715,6 +7203,10 @@
|
|
|
6715
7203
|
"type": "boolean",
|
|
6716
7204
|
"description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
|
|
6717
7205
|
},
|
|
7206
|
+
"v-slide-x-reverse-transition/$slots": {
|
|
7207
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
7208
|
+
"description": "MISSING DESCRIPTION"
|
|
7209
|
+
},
|
|
6718
7210
|
"v-slide-x-reverse-transition/origin": {
|
|
6719
7211
|
"type": "string",
|
|
6720
7212
|
"description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
|
|
@@ -6735,6 +7227,10 @@
|
|
|
6735
7227
|
"type": "boolean",
|
|
6736
7228
|
"description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
|
|
6737
7229
|
},
|
|
7230
|
+
"v-slide-y-transition/$slots": {
|
|
7231
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
7232
|
+
"description": "MISSING DESCRIPTION"
|
|
7233
|
+
},
|
|
6738
7234
|
"v-slide-y-transition/origin": {
|
|
6739
7235
|
"type": "string",
|
|
6740
7236
|
"description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
|
|
@@ -6755,6 +7251,10 @@
|
|
|
6755
7251
|
"type": "boolean",
|
|
6756
7252
|
"description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
|
|
6757
7253
|
},
|
|
7254
|
+
"v-slide-y-reverse-transition/$slots": {
|
|
7255
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
7256
|
+
"description": "MISSING DESCRIPTION"
|
|
7257
|
+
},
|
|
6758
7258
|
"v-slide-y-reverse-transition/origin": {
|
|
6759
7259
|
"type": "string",
|
|
6760
7260
|
"description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
|
|
@@ -6775,14 +7275,26 @@
|
|
|
6775
7275
|
"type": "boolean",
|
|
6776
7276
|
"description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
|
|
6777
7277
|
},
|
|
7278
|
+
"v-expand-transition/$slots": {
|
|
7279
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
7280
|
+
"description": "MISSING DESCRIPTION"
|
|
7281
|
+
},
|
|
6778
7282
|
"v-expand-transition/mode": {
|
|
6779
7283
|
"type": "\"default\" | \"in-out\" | \"out-in\"",
|
|
6780
7284
|
"description": "Sets the transition mode (does not apply to transition-group)."
|
|
6781
7285
|
},
|
|
7286
|
+
"v-expand-x-transition/$slots": {
|
|
7287
|
+
"type": "{ default: (args: []) => VNodeChild }",
|
|
7288
|
+
"description": "MISSING DESCRIPTION"
|
|
7289
|
+
},
|
|
6782
7290
|
"v-expand-x-transition/mode": {
|
|
6783
7291
|
"type": "\"default\" | \"in-out\" | \"out-in\"",
|
|
6784
7292
|
"description": "Sets the transition mode (does not apply to transition-group)."
|
|
6785
7293
|
},
|
|
7294
|
+
"v-data-table/$slots": {
|
|
7295
|
+
"type": "{ default: (args: []) => VNodeChild; item: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild; loading: (args: []) => VNodeChild; group-header: (args: [{ index: number; item: { type: \"group-header\"; id: string; key: string; value: string; depth: number; items: (<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> | GroupHeaderItem)[] }; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; toggleGroup: (group: { type: \"group-header\"; id: string; key: string; value: string; depth: number; items: (<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> | GroupHeaderItem)[] }) => void; isGroupOpen: (group: { type: \"group-header\"; id: string; key: string; value: string; depth: number; items: (<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> | GroupHeaderItem)[] }) => boolean }]) => VNodeChild; no-data: (args: []) => VNodeChild; expanded-row: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild; item.data-table-select: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild; item.data-table-expand: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild; top: (args: []) => VNodeChild; headers: (args: []) => VNodeChild; body: (args: []) => VNodeChild; tbody: (args: []) => VNodeChild; thead: (args: []) => VNodeChild; tfoot: (args: []) => VNodeChild; bottom: (args: []) => VNodeChild; footer.prepend: (args: []) => VNodeChild; colgroup: (args: []) => VNodeChild; [`item.${string}`]: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild }",
|
|
7296
|
+
"description": "MISSING DESCRIPTION"
|
|
7297
|
+
},
|
|
6786
7298
|
"v-data-table/items": {
|
|
6787
7299
|
"type": "any[]",
|
|
6788
7300
|
"description": "An array of strings or objects used for automatically generating children components"
|
|
@@ -6812,11 +7324,11 @@
|
|
|
6812
7324
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
|
|
6813
7325
|
},
|
|
6814
7326
|
"v-data-table/custom-filter": {
|
|
6815
|
-
"type": "
|
|
7327
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a>",
|
|
6816
7328
|
"description": "Function to filter items"
|
|
6817
7329
|
},
|
|
6818
7330
|
"v-data-table/custom-key-filter": {
|
|
6819
|
-
"type": "{
|
|
7331
|
+
"type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a> }",
|
|
6820
7332
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
|
|
6821
7333
|
},
|
|
6822
7334
|
"v-data-table/filter-keys": {
|
|
@@ -6845,7 +7357,7 @@
|
|
|
6845
7357
|
},
|
|
6846
7358
|
"v-data-table/item-props": {
|
|
6847
7359
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
6848
|
-
"description": "
|
|
7360
|
+
"description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component."
|
|
6849
7361
|
},
|
|
6850
7362
|
"v-data-table/return-object": {
|
|
6851
7363
|
"type": "boolean",
|
|
@@ -6860,7 +7372,7 @@
|
|
|
6860
7372
|
"description": "MISSING DESCRIPTION"
|
|
6861
7373
|
},
|
|
6862
7374
|
"v-data-table/headers": {
|
|
6863
|
-
"type": "
|
|
7375
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L6-L23\" target=\"_blank\">DataTableHeader</a>[] | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L6-L23\" target=\"_blank\">DataTableHeader</a>[][]",
|
|
6864
7376
|
"description": "An array of objects that each describe a header column. See the example below for a definition of all properties"
|
|
6865
7377
|
},
|
|
6866
7378
|
"v-data-table/expand-on-click": {
|
|
@@ -6903,8 +7415,12 @@
|
|
|
6903
7415
|
"type": "string | number",
|
|
6904
7416
|
"description": "Changes how many items per page should be visible. Can be used with `.sync` modifier. Setting this prop to `-1` will display all items on the page"
|
|
6905
7417
|
},
|
|
7418
|
+
"v-data-table-rows/$slots": {
|
|
7419
|
+
"type": "{ default: (args: []) => VNodeChild; item: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild; loading: (args: []) => VNodeChild; group-header: (args: [{ index: number; item: { type: \"group-header\"; id: string; key: string; value: string; depth: number; items: (<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> | GroupHeaderItem)[] }; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; toggleGroup: (group: { type: \"group-header\"; id: string; key: string; value: string; depth: number; items: (<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> | GroupHeaderItem)[] }) => void; isGroupOpen: (group: { type: \"group-header\"; id: string; key: string; value: string; depth: number; items: (<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> | GroupHeaderItem)[] }) => boolean }]) => VNodeChild; no-data: (args: []) => VNodeChild; expanded-row: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild; item.data-table-select: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild; item.data-table-expand: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild; [`item.${string}`]: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild }",
|
|
7420
|
+
"description": "MISSING DESCRIPTION"
|
|
7421
|
+
},
|
|
6906
7422
|
"v-data-table-rows/items": {
|
|
6907
|
-
"type": "
|
|
7423
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>[]",
|
|
6908
7424
|
"description": "An array of strings or objects used for automatically generating children components"
|
|
6909
7425
|
},
|
|
6910
7426
|
"v-data-table-rows/hide-no-data": {
|
|
@@ -6928,7 +7444,11 @@
|
|
|
6928
7444
|
"description": "MISSING DESCRIPTION"
|
|
6929
7445
|
},
|
|
6930
7446
|
"v-data-table-row/item": {
|
|
6931
|
-
"type": "
|
|
7447
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>",
|
|
7448
|
+
"description": "MISSING DESCRIPTION"
|
|
7449
|
+
},
|
|
7450
|
+
"v-data-table-virtual/$slots": {
|
|
7451
|
+
"type": "{ default: (args: []) => VNodeChild; item: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild; loading: (args: []) => VNodeChild; group-header: (args: [{ index: number; item: { type: \"group-header\"; id: string; key: string; value: string; depth: number; items: (<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> | GroupHeaderItem)[] }; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; toggleGroup: (group: { type: \"group-header\"; id: string; key: string; value: string; depth: number; items: (<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> | GroupHeaderItem)[] }) => void; isGroupOpen: (group: { type: \"group-header\"; id: string; key: string; value: string; depth: number; items: (<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> | GroupHeaderItem)[] }) => boolean }]) => VNodeChild; no-data: (args: []) => VNodeChild; expanded-row: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild; item.data-table-select: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild; item.data-table-expand: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild; top: (args: []) => VNodeChild; headers: (args: []) => VNodeChild; bottom: (args: []) => VNodeChild; [`item.${string}`]: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild }",
|
|
6932
7452
|
"description": "MISSING DESCRIPTION"
|
|
6933
7453
|
},
|
|
6934
7454
|
"v-data-table-virtual/items": {
|
|
@@ -6960,11 +7480,11 @@
|
|
|
6960
7480
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
|
|
6961
7481
|
},
|
|
6962
7482
|
"v-data-table-virtual/custom-filter": {
|
|
6963
|
-
"type": "
|
|
7483
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a>",
|
|
6964
7484
|
"description": "Function to filter items"
|
|
6965
7485
|
},
|
|
6966
7486
|
"v-data-table-virtual/custom-key-filter": {
|
|
6967
|
-
"type": "{
|
|
7487
|
+
"type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a> }",
|
|
6968
7488
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
|
|
6969
7489
|
},
|
|
6970
7490
|
"v-data-table-virtual/filter-keys": {
|
|
@@ -6993,7 +7513,7 @@
|
|
|
6993
7513
|
},
|
|
6994
7514
|
"v-data-table-virtual/item-props": {
|
|
6995
7515
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
6996
|
-
"description": "
|
|
7516
|
+
"description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component."
|
|
6997
7517
|
},
|
|
6998
7518
|
"v-data-table-virtual/return-object": {
|
|
6999
7519
|
"type": "boolean",
|
|
@@ -7008,7 +7528,7 @@
|
|
|
7008
7528
|
"description": "MISSING DESCRIPTION"
|
|
7009
7529
|
},
|
|
7010
7530
|
"v-data-table-virtual/headers": {
|
|
7011
|
-
"type": "
|
|
7531
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L6-L23\" target=\"_blank\">DataTableHeader</a>[] | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L6-L23\" target=\"_blank\">DataTableHeader</a>[][]",
|
|
7012
7532
|
"description": "An array of objects that each describe a header column. See the example below for a definition of all properties"
|
|
7013
7533
|
},
|
|
7014
7534
|
"v-data-table-virtual/expand-on-click": {
|
|
@@ -7051,6 +7571,10 @@
|
|
|
7051
7571
|
"type": "string | number",
|
|
7052
7572
|
"description": "MISSING DESCRIPTION"
|
|
7053
7573
|
},
|
|
7574
|
+
"v-data-table-server/$slots": {
|
|
7575
|
+
"type": "{ default: (args: []) => VNodeChild; item: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild; loading: (args: []) => VNodeChild; group-header: (args: [{ index: number; item: { type: \"group-header\"; id: string; key: string; value: string; depth: number; items: (<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> | GroupHeaderItem)[] }; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; toggleGroup: (group: { type: \"group-header\"; id: string; key: string; value: string; depth: number; items: (<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> | GroupHeaderItem)[] }) => void; isGroupOpen: (group: { type: \"group-header\"; id: string; key: string; value: string; depth: number; items: (<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> | GroupHeaderItem)[] }) => boolean }]) => VNodeChild; no-data: (args: []) => VNodeChild; expanded-row: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild; item.data-table-select: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild; item.data-table-expand: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild; top: (args: []) => VNodeChild; headers: (args: []) => VNodeChild; body: (args: []) => VNodeChild; tbody: (args: []) => VNodeChild; thead: (args: []) => VNodeChild; tfoot: (args: []) => VNodeChild; bottom: (args: []) => VNodeChild; footer.prepend: (args: []) => VNodeChild; [`item.${string}`]: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild }",
|
|
7576
|
+
"description": "MISSING DESCRIPTION"
|
|
7577
|
+
},
|
|
7054
7578
|
"v-data-table-server/items": {
|
|
7055
7579
|
"type": "any[]",
|
|
7056
7580
|
"description": "An array of strings or objects used for automatically generating children components"
|
|
@@ -7093,7 +7617,7 @@
|
|
|
7093
7617
|
},
|
|
7094
7618
|
"v-data-table-server/item-props": {
|
|
7095
7619
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
7096
|
-
"description": "
|
|
7620
|
+
"description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component."
|
|
7097
7621
|
},
|
|
7098
7622
|
"v-data-table-server/return-object": {
|
|
7099
7623
|
"type": "boolean",
|
|
@@ -7112,7 +7636,7 @@
|
|
|
7112
7636
|
"description": "MISSING DESCRIPTION"
|
|
7113
7637
|
},
|
|
7114
7638
|
"v-data-table-server/headers": {
|
|
7115
|
-
"type": "
|
|
7639
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L6-L23\" target=\"_blank\">DataTableHeader</a>[] | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L6-L23\" target=\"_blank\">DataTableHeader</a>[][]",
|
|
7116
7640
|
"description": "An array of objects that each describe a header column. See the example below for a definition of all properties"
|
|
7117
7641
|
},
|
|
7118
7642
|
"v-data-table-server/expand-on-click": {
|
|
@@ -7163,6 +7687,10 @@
|
|
|
7163
7687
|
"type": "string | number",
|
|
7164
7688
|
"description": "MISSING DESCRIPTION"
|
|
7165
7689
|
},
|
|
7690
|
+
"v-virtual-scroll/$slots": {
|
|
7691
|
+
"type": "{ default: (args: [{ item: unknown; index: number }]) => VNodeChild }",
|
|
7692
|
+
"description": "MISSING DESCRIPTION"
|
|
7693
|
+
},
|
|
7166
7694
|
"v-virtual-scroll/items": {
|
|
7167
7695
|
"type": "unknown[]",
|
|
7168
7696
|
"description": "The array of items to display"
|