@vuetify/nightly 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/CHANGELOG.md +6 -12
- 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 +231 -231
- 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 +1 -1
- 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 +1 -1
- 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 +2 -1
package/dist/json/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "vuetify",
|
|
5
|
-
"version": "3.1.
|
|
5
|
+
"version": "3.1.7",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -46,6 +46,15 @@
|
|
|
46
46
|
"kind": "expression",
|
|
47
47
|
"type": "string"
|
|
48
48
|
}
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"name": "$slots",
|
|
52
|
+
"description": "MISSING DESCRIPTION",
|
|
53
|
+
"doc-url": "https://vuetifyjs.com/api/v-app#props",
|
|
54
|
+
"value": {
|
|
55
|
+
"kind": "expression",
|
|
56
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
57
|
+
}
|
|
49
58
|
}
|
|
50
59
|
],
|
|
51
60
|
"events": [],
|
|
@@ -99,6 +108,15 @@
|
|
|
99
108
|
"type": "string"
|
|
100
109
|
}
|
|
101
110
|
},
|
|
111
|
+
{
|
|
112
|
+
"name": "$slots",
|
|
113
|
+
"description": "MISSING DESCRIPTION",
|
|
114
|
+
"doc-url": "https://vuetifyjs.com/api/v-app-bar#props",
|
|
115
|
+
"value": {
|
|
116
|
+
"kind": "expression",
|
|
117
|
+
"type": "{ default: (args: []) => VNodeChild; image: (args: []) => VNodeChild; prepend: (args: []) => VNodeChild; append: (args: []) => VNodeChild; title: (args: []) => VNodeChild; extension: (args: []) => VNodeChild }"
|
|
118
|
+
}
|
|
119
|
+
},
|
|
102
120
|
{
|
|
103
121
|
"name": "image",
|
|
104
122
|
"description": "Specifies a [v-img](/components/images) as the component's background.",
|
|
@@ -330,6 +348,15 @@
|
|
|
330
348
|
"description": "",
|
|
331
349
|
"doc-url": "https://vuetifyjs.com/api/v-app-bar-nav-icon",
|
|
332
350
|
"attributes": [
|
|
351
|
+
{
|
|
352
|
+
"name": "$slots",
|
|
353
|
+
"description": "MISSING DESCRIPTION",
|
|
354
|
+
"doc-url": "https://vuetifyjs.com/api/v-app-bar-nav-icon#props",
|
|
355
|
+
"value": {
|
|
356
|
+
"kind": "expression",
|
|
357
|
+
"type": "{ default: (args: []) => VNodeChild; prepend: (args: []) => VNodeChild; append: (args: []) => VNodeChild; loader: (args: []) => VNodeChild }"
|
|
358
|
+
}
|
|
359
|
+
},
|
|
333
360
|
{
|
|
334
361
|
"name": "icon",
|
|
335
362
|
"description": "Apply a specific icon using the [v-icon](/components/icons/) component.",
|
|
@@ -378,6 +405,15 @@
|
|
|
378
405
|
"description": "",
|
|
379
406
|
"doc-url": "https://vuetifyjs.com/api/v-app-bar-title",
|
|
380
407
|
"attributes": [
|
|
408
|
+
{
|
|
409
|
+
"name": "$slots",
|
|
410
|
+
"description": "MISSING DESCRIPTION",
|
|
411
|
+
"doc-url": "https://vuetifyjs.com/api/v-app-bar-title#props",
|
|
412
|
+
"value": {
|
|
413
|
+
"kind": "expression",
|
|
414
|
+
"type": "{ default: (args: []) => VNodeChild; text: (args: []) => VNodeChild }"
|
|
415
|
+
}
|
|
416
|
+
},
|
|
381
417
|
{
|
|
382
418
|
"name": "tag",
|
|
383
419
|
"description": "Specify a custom tag used on the root element.",
|
|
@@ -443,6 +479,15 @@
|
|
|
443
479
|
"type": "string"
|
|
444
480
|
}
|
|
445
481
|
},
|
|
482
|
+
{
|
|
483
|
+
"name": "$slots",
|
|
484
|
+
"description": "MISSING DESCRIPTION",
|
|
485
|
+
"doc-url": "https://vuetifyjs.com/api/v-alert#props",
|
|
486
|
+
"value": {
|
|
487
|
+
"kind": "expression",
|
|
488
|
+
"type": "{ default: (args: []) => VNodeChild; prepend: (args: []) => VNodeChild; title: (args: []) => VNodeChild; text: (args: []) => VNodeChild; append: (args: []) => VNodeChild; close: (args: []) => VNodeChild }"
|
|
489
|
+
}
|
|
490
|
+
},
|
|
446
491
|
{
|
|
447
492
|
"name": "position",
|
|
448
493
|
"description": "Specifies the type of positioning method used for the component.",
|
|
@@ -733,6 +778,15 @@
|
|
|
733
778
|
"description": "",
|
|
734
779
|
"doc-url": "https://vuetifyjs.com/api/v-alert-title",
|
|
735
780
|
"attributes": [
|
|
781
|
+
{
|
|
782
|
+
"name": "$slots",
|
|
783
|
+
"description": "MISSING DESCRIPTION",
|
|
784
|
+
"doc-url": "https://vuetifyjs.com/api/v-alert-title#props",
|
|
785
|
+
"value": {
|
|
786
|
+
"kind": "expression",
|
|
787
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
788
|
+
}
|
|
789
|
+
},
|
|
736
790
|
{
|
|
737
791
|
"name": "tag",
|
|
738
792
|
"description": "Specify a custom tag used on the root element",
|
|
@@ -805,9 +859,18 @@
|
|
|
805
859
|
},
|
|
806
860
|
"type": "boolean"
|
|
807
861
|
},
|
|
862
|
+
{
|
|
863
|
+
"name": "$slots",
|
|
864
|
+
"description": "MISSING DESCRIPTION",
|
|
865
|
+
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
866
|
+
"value": {
|
|
867
|
+
"kind": "expression",
|
|
868
|
+
"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 }"
|
|
869
|
+
}
|
|
870
|
+
},
|
|
808
871
|
{
|
|
809
872
|
"name": "id",
|
|
810
|
-
"description": "
|
|
873
|
+
"description": "Sets the DOM id on the component",
|
|
811
874
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
812
875
|
"value": {
|
|
813
876
|
"kind": "expression",
|
|
@@ -919,7 +982,7 @@
|
|
|
919
982
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
920
983
|
"value": {
|
|
921
984
|
"kind": "expression",
|
|
922
|
-
"type": "
|
|
985
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a>"
|
|
923
986
|
}
|
|
924
987
|
},
|
|
925
988
|
{
|
|
@@ -928,7 +991,7 @@
|
|
|
928
991
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
929
992
|
"value": {
|
|
930
993
|
"kind": "expression",
|
|
931
|
-
"type": "{
|
|
994
|
+
"type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a> }"
|
|
932
995
|
}
|
|
933
996
|
},
|
|
934
997
|
{
|
|
@@ -1120,7 +1183,7 @@
|
|
|
1120
1183
|
},
|
|
1121
1184
|
{
|
|
1122
1185
|
"name": "itemProps",
|
|
1123
|
-
"description": "
|
|
1186
|
+
"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.",
|
|
1124
1187
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
1125
1188
|
"default": "'props'",
|
|
1126
1189
|
"value": {
|
|
@@ -1716,7 +1779,7 @@
|
|
|
1716
1779
|
"vue-properties": [
|
|
1717
1780
|
{
|
|
1718
1781
|
"name": "item",
|
|
1719
|
-
"type": "{ title: string; value: any; props: { title: string; value: any }; children: InternalItem<unknown>[]; raw: unknown }"
|
|
1782
|
+
"type": "{ title: string; value: any; props: { title: string; value: any; [string]: any }; children: InternalItem<unknown>[]; raw: unknown }"
|
|
1720
1783
|
},
|
|
1721
1784
|
{
|
|
1722
1785
|
"name": "index",
|
|
@@ -1735,7 +1798,7 @@
|
|
|
1735
1798
|
"vue-properties": [
|
|
1736
1799
|
{
|
|
1737
1800
|
"name": "item",
|
|
1738
|
-
"type": "{ title: string; value: any; props: { title: string; value: any }; children: InternalItem<unknown>[]; raw: unknown }"
|
|
1801
|
+
"type": "{ title: string; value: any; props: { title: string; value: any; [string]: any }; children: InternalItem<unknown>[]; raw: unknown }"
|
|
1739
1802
|
},
|
|
1740
1803
|
{
|
|
1741
1804
|
"name": "index",
|
|
@@ -1754,7 +1817,7 @@
|
|
|
1754
1817
|
"vue-properties": [
|
|
1755
1818
|
{
|
|
1756
1819
|
"name": "item",
|
|
1757
|
-
"type": "{ title: string; value: any; props: { title: string; value: any }; children: InternalItem<unknown>[]; raw: unknown }"
|
|
1820
|
+
"type": "{ title: string; value: any; props: { title: string; value: any; [string]: any }; children: InternalItem<unknown>[]; raw: unknown }"
|
|
1758
1821
|
},
|
|
1759
1822
|
{
|
|
1760
1823
|
"name": "index",
|
|
@@ -1801,6 +1864,15 @@
|
|
|
1801
1864
|
"type": "string"
|
|
1802
1865
|
}
|
|
1803
1866
|
},
|
|
1867
|
+
{
|
|
1868
|
+
"name": "$slots",
|
|
1869
|
+
"description": "MISSING DESCRIPTION",
|
|
1870
|
+
"doc-url": "https://vuetifyjs.com/api/v-avatar#props",
|
|
1871
|
+
"value": {
|
|
1872
|
+
"kind": "expression",
|
|
1873
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
1874
|
+
}
|
|
1875
|
+
},
|
|
1804
1876
|
{
|
|
1805
1877
|
"name": "size",
|
|
1806
1878
|
"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**.",
|
|
@@ -1932,6 +2004,15 @@
|
|
|
1932
2004
|
"type": "string"
|
|
1933
2005
|
}
|
|
1934
2006
|
},
|
|
2007
|
+
{
|
|
2008
|
+
"name": "$slots",
|
|
2009
|
+
"description": "MISSING DESCRIPTION",
|
|
2010
|
+
"doc-url": "https://vuetifyjs.com/api/v-badge#props",
|
|
2011
|
+
"value": {
|
|
2012
|
+
"kind": "expression",
|
|
2013
|
+
"type": "{ default: (args: []) => VNodeChild; badge: (args: []) => VNodeChild }"
|
|
2014
|
+
}
|
|
2015
|
+
},
|
|
1935
2016
|
{
|
|
1936
2017
|
"name": "modelValue",
|
|
1937
2018
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array",
|
|
@@ -2137,6 +2218,15 @@
|
|
|
2137
2218
|
"type": "string"
|
|
2138
2219
|
}
|
|
2139
2220
|
},
|
|
2221
|
+
{
|
|
2222
|
+
"name": "$slots",
|
|
2223
|
+
"description": "MISSING DESCRIPTION",
|
|
2224
|
+
"doc-url": "https://vuetifyjs.com/api/v-banner#props",
|
|
2225
|
+
"value": {
|
|
2226
|
+
"kind": "expression",
|
|
2227
|
+
"type": "{ default: (args: []) => VNodeChild; prepend: (args: []) => VNodeChild; text: (args: []) => VNodeChild; actions: (args: []) => VNodeChild }"
|
|
2228
|
+
}
|
|
2229
|
+
},
|
|
2140
2230
|
{
|
|
2141
2231
|
"name": "position",
|
|
2142
2232
|
"description": "Specifies the type of positioning method used for the component.",
|
|
@@ -2363,6 +2453,15 @@
|
|
|
2363
2453
|
"description": "",
|
|
2364
2454
|
"doc-url": "https://vuetifyjs.com/api/v-banner-actions",
|
|
2365
2455
|
"attributes": [
|
|
2456
|
+
{
|
|
2457
|
+
"name": "$slots",
|
|
2458
|
+
"description": "MISSING DESCRIPTION",
|
|
2459
|
+
"doc-url": "https://vuetifyjs.com/api/v-banner-actions#props",
|
|
2460
|
+
"value": {
|
|
2461
|
+
"kind": "expression",
|
|
2462
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
2463
|
+
}
|
|
2464
|
+
},
|
|
2366
2465
|
{
|
|
2367
2466
|
"name": "color",
|
|
2368
2467
|
"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)",
|
|
@@ -2404,6 +2503,15 @@
|
|
|
2404
2503
|
"description": "",
|
|
2405
2504
|
"doc-url": "https://vuetifyjs.com/api/v-banner-text",
|
|
2406
2505
|
"attributes": [
|
|
2506
|
+
{
|
|
2507
|
+
"name": "$slots",
|
|
2508
|
+
"description": "MISSING DESCRIPTION",
|
|
2509
|
+
"doc-url": "https://vuetifyjs.com/api/v-banner-text#props",
|
|
2510
|
+
"value": {
|
|
2511
|
+
"kind": "expression",
|
|
2512
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
2513
|
+
}
|
|
2514
|
+
},
|
|
2407
2515
|
{
|
|
2408
2516
|
"name": "tag",
|
|
2409
2517
|
"description": "Specify a custom tag used on the root element",
|
|
@@ -2456,6 +2564,15 @@
|
|
|
2456
2564
|
"type": "string"
|
|
2457
2565
|
}
|
|
2458
2566
|
},
|
|
2567
|
+
{
|
|
2568
|
+
"name": "$slots",
|
|
2569
|
+
"description": "MISSING DESCRIPTION",
|
|
2570
|
+
"doc-url": "https://vuetifyjs.com/api/v-bottom-navigation#props",
|
|
2571
|
+
"value": {
|
|
2572
|
+
"kind": "expression",
|
|
2573
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
2574
|
+
}
|
|
2575
|
+
},
|
|
2459
2576
|
{
|
|
2460
2577
|
"name": "modelValue",
|
|
2461
2578
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array",
|
|
@@ -2681,6 +2798,15 @@
|
|
|
2681
2798
|
"description": "",
|
|
2682
2799
|
"doc-url": "https://vuetifyjs.com/api/v-breadcrumbs",
|
|
2683
2800
|
"attributes": [
|
|
2801
|
+
{
|
|
2802
|
+
"name": "$slots",
|
|
2803
|
+
"description": "MISSING DESCRIPTION",
|
|
2804
|
+
"doc-url": "https://vuetifyjs.com/api/v-breadcrumbs#props",
|
|
2805
|
+
"value": {
|
|
2806
|
+
"kind": "expression",
|
|
2807
|
+
"type": "{ prepend: (args: []) => VNodeChild; title: (args: [{ item: unknown; index: number }]) => VNodeChild; divider: (args: [{ item: unknown; index: number }]) => VNodeChild; default: (args: []) => VNodeChild }"
|
|
2808
|
+
}
|
|
2809
|
+
},
|
|
2684
2810
|
{
|
|
2685
2811
|
"name": "items",
|
|
2686
2812
|
"description": "An array of strings or objects used for automatically generating children components",
|
|
@@ -2845,6 +2971,15 @@
|
|
|
2845
2971
|
"description": "",
|
|
2846
2972
|
"doc-url": "https://vuetifyjs.com/api/v-breadcrumbs-item",
|
|
2847
2973
|
"attributes": [
|
|
2974
|
+
{
|
|
2975
|
+
"name": "$slots",
|
|
2976
|
+
"description": "MISSING DESCRIPTION",
|
|
2977
|
+
"doc-url": "https://vuetifyjs.com/api/v-breadcrumbs-item#props",
|
|
2978
|
+
"value": {
|
|
2979
|
+
"kind": "expression",
|
|
2980
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
2981
|
+
}
|
|
2982
|
+
},
|
|
2848
2983
|
{
|
|
2849
2984
|
"name": "title",
|
|
2850
2985
|
"description": "Specify a title text for the component.",
|
|
@@ -2977,7 +3112,13 @@
|
|
|
2977
3112
|
"doc-url": "https://vuetifyjs.com/api/v-breadcrumbs-divider",
|
|
2978
3113
|
"attributes": [],
|
|
2979
3114
|
"events": [],
|
|
2980
|
-
"slots": [
|
|
3115
|
+
"slots": [
|
|
3116
|
+
{
|
|
3117
|
+
"name": "[string]",
|
|
3118
|
+
"description": "MISSING DESCRIPTION",
|
|
3119
|
+
"doc-url": "https://vuetifyjs.com/api/v-breadcrumbs-divider#slots"
|
|
3120
|
+
}
|
|
3121
|
+
],
|
|
2981
3122
|
"vue-model": {
|
|
2982
3123
|
"prop": "modelValue",
|
|
2983
3124
|
"event": "update:modelValue"
|
|
@@ -3021,6 +3162,15 @@
|
|
|
3021
3162
|
"type": "string"
|
|
3022
3163
|
}
|
|
3023
3164
|
},
|
|
3165
|
+
{
|
|
3166
|
+
"name": "$slots",
|
|
3167
|
+
"description": "MISSING DESCRIPTION",
|
|
3168
|
+
"doc-url": "https://vuetifyjs.com/api/v-btn#props",
|
|
3169
|
+
"value": {
|
|
3170
|
+
"kind": "expression",
|
|
3171
|
+
"type": "{ default: (args: []) => VNodeChild; prepend: (args: []) => VNodeChild; append: (args: []) => VNodeChild; loader: (args: []) => VNodeChild }"
|
|
3172
|
+
}
|
|
3173
|
+
},
|
|
3024
3174
|
{
|
|
3025
3175
|
"name": "value",
|
|
3026
3176
|
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used.",
|
|
@@ -3381,6 +3531,15 @@
|
|
|
3381
3531
|
"type": "string"
|
|
3382
3532
|
}
|
|
3383
3533
|
},
|
|
3534
|
+
{
|
|
3535
|
+
"name": "$slots",
|
|
3536
|
+
"description": "MISSING DESCRIPTION",
|
|
3537
|
+
"doc-url": "https://vuetifyjs.com/api/v-btn-group#props",
|
|
3538
|
+
"value": {
|
|
3539
|
+
"kind": "expression",
|
|
3540
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
3541
|
+
}
|
|
3542
|
+
},
|
|
3384
3543
|
{
|
|
3385
3544
|
"name": "color",
|
|
3386
3545
|
"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)",
|
|
@@ -3492,6 +3651,15 @@
|
|
|
3492
3651
|
"type": "string"
|
|
3493
3652
|
}
|
|
3494
3653
|
},
|
|
3654
|
+
{
|
|
3655
|
+
"name": "$slots",
|
|
3656
|
+
"description": "MISSING DESCRIPTION",
|
|
3657
|
+
"doc-url": "https://vuetifyjs.com/api/v-btn-toggle#props",
|
|
3658
|
+
"value": {
|
|
3659
|
+
"kind": "expression",
|
|
3660
|
+
"type": "{ default: (args: [{ select: (id: number, value: boolean) => void; isSelected: (id: number) => boolean; selected: Ref<readonly number[]>; next: () => void; prev: () => void }]) => VNodeChild }"
|
|
3661
|
+
}
|
|
3662
|
+
},
|
|
3495
3663
|
{
|
|
3496
3664
|
"name": "modelValue",
|
|
3497
3665
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array",
|
|
@@ -3707,6 +3875,15 @@
|
|
|
3707
3875
|
"type": "string"
|
|
3708
3876
|
}
|
|
3709
3877
|
},
|
|
3878
|
+
{
|
|
3879
|
+
"name": "$slots",
|
|
3880
|
+
"description": "MISSING DESCRIPTION",
|
|
3881
|
+
"doc-url": "https://vuetifyjs.com/api/v-card#props",
|
|
3882
|
+
"value": {
|
|
3883
|
+
"kind": "expression",
|
|
3884
|
+
"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 }"
|
|
3885
|
+
}
|
|
3886
|
+
},
|
|
3710
3887
|
{
|
|
3711
3888
|
"name": "position",
|
|
3712
3889
|
"description": "Specifies the type of positioning method used for the component.",
|
|
@@ -4075,7 +4252,17 @@
|
|
|
4075
4252
|
},
|
|
4076
4253
|
"description": "",
|
|
4077
4254
|
"doc-url": "https://vuetifyjs.com/api/v-card-actions",
|
|
4078
|
-
"attributes": [
|
|
4255
|
+
"attributes": [
|
|
4256
|
+
{
|
|
4257
|
+
"name": "$slots",
|
|
4258
|
+
"description": "MISSING DESCRIPTION",
|
|
4259
|
+
"doc-url": "https://vuetifyjs.com/api/v-card-actions#props",
|
|
4260
|
+
"value": {
|
|
4261
|
+
"kind": "expression",
|
|
4262
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
4263
|
+
}
|
|
4264
|
+
}
|
|
4265
|
+
],
|
|
4079
4266
|
"events": [],
|
|
4080
4267
|
"slots": [
|
|
4081
4268
|
{
|
|
@@ -4098,6 +4285,15 @@
|
|
|
4098
4285
|
"description": "",
|
|
4099
4286
|
"doc-url": "https://vuetifyjs.com/api/v-card-item",
|
|
4100
4287
|
"attributes": [
|
|
4288
|
+
{
|
|
4289
|
+
"name": "$slots",
|
|
4290
|
+
"description": "MISSING DESCRIPTION",
|
|
4291
|
+
"doc-url": "https://vuetifyjs.com/api/v-card-item#props",
|
|
4292
|
+
"value": {
|
|
4293
|
+
"kind": "expression",
|
|
4294
|
+
"type": "{ default: (args: []) => VNodeChild; prepend: (args: []) => VNodeChild; append: (args: []) => VNodeChild; title: (args: []) => VNodeChild; subtitle: (args: []) => VNodeChild }"
|
|
4295
|
+
}
|
|
4296
|
+
},
|
|
4101
4297
|
{
|
|
4102
4298
|
"name": "title",
|
|
4103
4299
|
"description": "Specify a title text for the component.",
|
|
@@ -4205,6 +4401,15 @@
|
|
|
4205
4401
|
"description": "",
|
|
4206
4402
|
"doc-url": "https://vuetifyjs.com/api/v-card-subtitle",
|
|
4207
4403
|
"attributes": [
|
|
4404
|
+
{
|
|
4405
|
+
"name": "$slots",
|
|
4406
|
+
"description": "MISSING DESCRIPTION",
|
|
4407
|
+
"doc-url": "https://vuetifyjs.com/api/v-card-subtitle#props",
|
|
4408
|
+
"value": {
|
|
4409
|
+
"kind": "expression",
|
|
4410
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
4411
|
+
}
|
|
4412
|
+
},
|
|
4208
4413
|
{
|
|
4209
4414
|
"name": "tag",
|
|
4210
4415
|
"description": "Specify a custom tag used on the root element",
|
|
@@ -4238,6 +4443,15 @@
|
|
|
4238
4443
|
"description": "",
|
|
4239
4444
|
"doc-url": "https://vuetifyjs.com/api/v-card-text",
|
|
4240
4445
|
"attributes": [
|
|
4446
|
+
{
|
|
4447
|
+
"name": "$slots",
|
|
4448
|
+
"description": "MISSING DESCRIPTION",
|
|
4449
|
+
"doc-url": "https://vuetifyjs.com/api/v-card-text#props",
|
|
4450
|
+
"value": {
|
|
4451
|
+
"kind": "expression",
|
|
4452
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
4453
|
+
}
|
|
4454
|
+
},
|
|
4241
4455
|
{
|
|
4242
4456
|
"name": "tag",
|
|
4243
4457
|
"description": "Specify a custom tag used on the root element",
|
|
@@ -4271,6 +4485,15 @@
|
|
|
4271
4485
|
"description": "",
|
|
4272
4486
|
"doc-url": "https://vuetifyjs.com/api/v-card-title",
|
|
4273
4487
|
"attributes": [
|
|
4488
|
+
{
|
|
4489
|
+
"name": "$slots",
|
|
4490
|
+
"description": "MISSING DESCRIPTION",
|
|
4491
|
+
"doc-url": "https://vuetifyjs.com/api/v-card-title#props",
|
|
4492
|
+
"value": {
|
|
4493
|
+
"kind": "expression",
|
|
4494
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
4495
|
+
}
|
|
4496
|
+
},
|
|
4274
4497
|
{
|
|
4275
4498
|
"name": "tag",
|
|
4276
4499
|
"description": "Specify a custom tag used on the root element",
|
|
@@ -4304,6 +4527,15 @@
|
|
|
4304
4527
|
"description": "",
|
|
4305
4528
|
"doc-url": "https://vuetifyjs.com/api/v-carousel",
|
|
4306
4529
|
"attributes": [
|
|
4530
|
+
{
|
|
4531
|
+
"name": "$slots",
|
|
4532
|
+
"description": "MISSING DESCRIPTION",
|
|
4533
|
+
"doc-url": "https://vuetifyjs.com/api/v-carousel#props",
|
|
4534
|
+
"value": {
|
|
4535
|
+
"kind": "expression",
|
|
4536
|
+
"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 }"
|
|
4537
|
+
}
|
|
4538
|
+
},
|
|
4307
4539
|
{
|
|
4308
4540
|
"name": "modelValue",
|
|
4309
4541
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array",
|
|
@@ -4489,6 +4721,15 @@
|
|
|
4489
4721
|
"description": "",
|
|
4490
4722
|
"doc-url": "https://vuetifyjs.com/api/v-carousel-item",
|
|
4491
4723
|
"attributes": [
|
|
4724
|
+
{
|
|
4725
|
+
"name": "$slots",
|
|
4726
|
+
"description": "MISSING DESCRIPTION",
|
|
4727
|
+
"doc-url": "https://vuetifyjs.com/api/v-carousel-item#props",
|
|
4728
|
+
"value": {
|
|
4729
|
+
"kind": "expression",
|
|
4730
|
+
"type": "{ default: (args: []) => VNodeChild; placeholder: (args: []) => VNodeChild; error: (args: []) => VNodeChild; sources: (args: []) => VNodeChild }"
|
|
4731
|
+
}
|
|
4732
|
+
},
|
|
4492
4733
|
{
|
|
4493
4734
|
"name": "value",
|
|
4494
4735
|
"description": "MISSING DESCRIPTION",
|
|
@@ -4563,6 +4804,15 @@
|
|
|
4563
4804
|
"type": "string"
|
|
4564
4805
|
}
|
|
4565
4806
|
},
|
|
4807
|
+
{
|
|
4808
|
+
"name": "$slots",
|
|
4809
|
+
"description": "MISSING DESCRIPTION",
|
|
4810
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
|
|
4811
|
+
"value": {
|
|
4812
|
+
"kind": "expression",
|
|
4813
|
+
"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 }"
|
|
4814
|
+
}
|
|
4815
|
+
},
|
|
4566
4816
|
{
|
|
4567
4817
|
"name": "value",
|
|
4568
4818
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))",
|
|
@@ -5134,6 +5384,15 @@
|
|
|
5134
5384
|
"type": "string"
|
|
5135
5385
|
}
|
|
5136
5386
|
},
|
|
5387
|
+
{
|
|
5388
|
+
"name": "$slots",
|
|
5389
|
+
"description": "MISSING DESCRIPTION",
|
|
5390
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
|
|
5391
|
+
"value": {
|
|
5392
|
+
"kind": "expression",
|
|
5393
|
+
"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 }"
|
|
5394
|
+
}
|
|
5395
|
+
},
|
|
5137
5396
|
{
|
|
5138
5397
|
"name": "value",
|
|
5139
5398
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))",
|
|
@@ -5427,6 +5686,15 @@
|
|
|
5427
5686
|
"type": "string"
|
|
5428
5687
|
}
|
|
5429
5688
|
},
|
|
5689
|
+
{
|
|
5690
|
+
"name": "$slots",
|
|
5691
|
+
"description": "MISSING DESCRIPTION",
|
|
5692
|
+
"doc-url": "https://vuetifyjs.com/api/v-chip#props",
|
|
5693
|
+
"value": {
|
|
5694
|
+
"kind": "expression",
|
|
5695
|
+
"type": "{ default: (args: []) => VNodeChild; label: (args: []) => VNodeChild; prepend: (args: []) => VNodeChild; append: (args: []) => VNodeChild }"
|
|
5696
|
+
}
|
|
5697
|
+
},
|
|
5430
5698
|
{
|
|
5431
5699
|
"name": "value",
|
|
5432
5700
|
"description": "The value used when a child of a [v-chip-group](/components/chip-groups)",
|
|
@@ -5766,7 +6034,7 @@
|
|
|
5766
6034
|
"arguments": [
|
|
5767
6035
|
{
|
|
5768
6036
|
"name": "argument",
|
|
5769
|
-
"type": "[MouseEvent | KeyboardEvent]"
|
|
6037
|
+
"type": "[(MouseEvent | KeyboardEvent)]"
|
|
5770
6038
|
}
|
|
5771
6039
|
]
|
|
5772
6040
|
},
|
|
@@ -5849,6 +6117,15 @@
|
|
|
5849
6117
|
"type": "string"
|
|
5850
6118
|
}
|
|
5851
6119
|
},
|
|
6120
|
+
{
|
|
6121
|
+
"name": "$slots",
|
|
6122
|
+
"description": "MISSING DESCRIPTION",
|
|
6123
|
+
"doc-url": "https://vuetifyjs.com/api/v-chip-group#props",
|
|
6124
|
+
"value": {
|
|
6125
|
+
"kind": "expression",
|
|
6126
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
6127
|
+
}
|
|
6128
|
+
},
|
|
5852
6129
|
{
|
|
5853
6130
|
"name": "modelValue",
|
|
5854
6131
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array",
|
|
@@ -5993,6 +6270,15 @@
|
|
|
5993
6270
|
"description": "",
|
|
5994
6271
|
"doc-url": "https://vuetifyjs.com/api/v-code",
|
|
5995
6272
|
"attributes": [
|
|
6273
|
+
{
|
|
6274
|
+
"name": "$slots",
|
|
6275
|
+
"description": "MISSING DESCRIPTION",
|
|
6276
|
+
"doc-url": "https://vuetifyjs.com/api/v-code#props",
|
|
6277
|
+
"value": {
|
|
6278
|
+
"kind": "expression",
|
|
6279
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
6280
|
+
}
|
|
6281
|
+
},
|
|
5996
6282
|
{
|
|
5997
6283
|
"name": "tag",
|
|
5998
6284
|
"description": "Specify a custom tag used on the root element",
|
|
@@ -6266,9 +6552,18 @@
|
|
|
6266
6552
|
},
|
|
6267
6553
|
"type": "boolean"
|
|
6268
6554
|
},
|
|
6555
|
+
{
|
|
6556
|
+
"name": "$slots",
|
|
6557
|
+
"description": "MISSING DESCRIPTION",
|
|
6558
|
+
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
6559
|
+
"value": {
|
|
6560
|
+
"kind": "expression",
|
|
6561
|
+
"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 }"
|
|
6562
|
+
}
|
|
6563
|
+
},
|
|
6269
6564
|
{
|
|
6270
6565
|
"name": "id",
|
|
6271
|
-
"description": "
|
|
6566
|
+
"description": "Sets the DOM id on the component",
|
|
6272
6567
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
6273
6568
|
"value": {
|
|
6274
6569
|
"kind": "expression",
|
|
@@ -6371,7 +6666,7 @@
|
|
|
6371
6666
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
6372
6667
|
"value": {
|
|
6373
6668
|
"kind": "expression",
|
|
6374
|
-
"type": "
|
|
6669
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a>"
|
|
6375
6670
|
}
|
|
6376
6671
|
},
|
|
6377
6672
|
{
|
|
@@ -6380,7 +6675,7 @@
|
|
|
6380
6675
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
6381
6676
|
"value": {
|
|
6382
6677
|
"kind": "expression",
|
|
6383
|
-
"type": "{
|
|
6678
|
+
"type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a> }"
|
|
6384
6679
|
}
|
|
6385
6680
|
},
|
|
6386
6681
|
{
|
|
@@ -6572,7 +6867,7 @@
|
|
|
6572
6867
|
},
|
|
6573
6868
|
{
|
|
6574
6869
|
"name": "itemProps",
|
|
6575
|
-
"description": "
|
|
6870
|
+
"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.",
|
|
6576
6871
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
6577
6872
|
"default": "'props'",
|
|
6578
6873
|
"value": {
|
|
@@ -7177,7 +7472,7 @@
|
|
|
7177
7472
|
"vue-properties": [
|
|
7178
7473
|
{
|
|
7179
7474
|
"name": "item",
|
|
7180
|
-
"type": "{ title: string; value: any; props: { title: string; value: any }; children: InternalItem<unknown>[]; raw: unknown }"
|
|
7475
|
+
"type": "{ title: string; value: any; props: { title: string; value: any; [string]: any }; children: InternalItem<unknown>[]; raw: unknown }"
|
|
7181
7476
|
},
|
|
7182
7477
|
{
|
|
7183
7478
|
"name": "index",
|
|
@@ -7196,7 +7491,7 @@
|
|
|
7196
7491
|
"vue-properties": [
|
|
7197
7492
|
{
|
|
7198
7493
|
"name": "item",
|
|
7199
|
-
"type": "{ title: string; value: any; props: { title: string; value: any }; children: InternalItem<unknown>[]; raw: unknown }"
|
|
7494
|
+
"type": "{ title: string; value: any; props: { title: string; value: any; [string]: any }; children: InternalItem<unknown>[]; raw: unknown }"
|
|
7200
7495
|
},
|
|
7201
7496
|
{
|
|
7202
7497
|
"name": "index",
|
|
@@ -7215,7 +7510,7 @@
|
|
|
7215
7510
|
"vue-properties": [
|
|
7216
7511
|
{
|
|
7217
7512
|
"name": "item",
|
|
7218
|
-
"type": "{ title: string; value: any; props: { title: string; value: any }; children: InternalItem<unknown>[]; raw: unknown }"
|
|
7513
|
+
"type": "{ title: string; value: any; props: { title: string; value: any; [string]: any }; children: InternalItem<unknown>[]; raw: unknown }"
|
|
7219
7514
|
},
|
|
7220
7515
|
{
|
|
7221
7516
|
"name": "index",
|
|
@@ -7253,6 +7548,15 @@
|
|
|
7253
7548
|
"description": "",
|
|
7254
7549
|
"doc-url": "https://vuetifyjs.com/api/v-counter",
|
|
7255
7550
|
"attributes": [
|
|
7551
|
+
{
|
|
7552
|
+
"name": "$slots",
|
|
7553
|
+
"description": "MISSING DESCRIPTION",
|
|
7554
|
+
"doc-url": "https://vuetifyjs.com/api/v-counter#props",
|
|
7555
|
+
"value": {
|
|
7556
|
+
"kind": "expression",
|
|
7557
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
7558
|
+
}
|
|
7559
|
+
},
|
|
7256
7560
|
{
|
|
7257
7561
|
"name": "value",
|
|
7258
7562
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-counter.json))",
|
|
@@ -7270,7 +7574,7 @@
|
|
|
7270
7574
|
"default": "{component: {name: 'slide-y-transition'}}",
|
|
7271
7575
|
"value": {
|
|
7272
7576
|
"kind": "expression",
|
|
7273
|
-
"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; }> }"
|
|
7577
|
+
"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; }> }"
|
|
7274
7578
|
}
|
|
7275
7579
|
},
|
|
7276
7580
|
{
|
|
@@ -7316,6 +7620,15 @@
|
|
|
7316
7620
|
"description": "",
|
|
7317
7621
|
"doc-url": "https://vuetifyjs.com/api/v-defaults-provider",
|
|
7318
7622
|
"attributes": [
|
|
7623
|
+
{
|
|
7624
|
+
"name": "$slots",
|
|
7625
|
+
"description": "MISSING DESCRIPTION",
|
|
7626
|
+
"doc-url": "https://vuetifyjs.com/api/v-defaults-provider#props",
|
|
7627
|
+
"value": {
|
|
7628
|
+
"kind": "expression",
|
|
7629
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
7630
|
+
}
|
|
7631
|
+
},
|
|
7319
7632
|
{
|
|
7320
7633
|
"name": "root",
|
|
7321
7634
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-defaults-provider.json))",
|
|
@@ -7353,7 +7666,7 @@
|
|
|
7353
7666
|
"doc-url": "https://vuetifyjs.com/api/v-defaults-provider#props",
|
|
7354
7667
|
"value": {
|
|
7355
7668
|
"kind": "expression",
|
|
7356
|
-
"type": "{ global: Record<string, unknown> }"
|
|
7669
|
+
"type": "{ global: Record<string, unknown>; [string]: Record<string, unknown> }"
|
|
7357
7670
|
}
|
|
7358
7671
|
}
|
|
7359
7672
|
],
|
|
@@ -7389,10 +7702,19 @@
|
|
|
7389
7702
|
}
|
|
7390
7703
|
},
|
|
7391
7704
|
{
|
|
7392
|
-
"name": "
|
|
7393
|
-
"description": "
|
|
7705
|
+
"name": "$slots",
|
|
7706
|
+
"description": "MISSING DESCRIPTION",
|
|
7394
7707
|
"doc-url": "https://vuetifyjs.com/api/v-dialog#props",
|
|
7395
|
-
"
|
|
7708
|
+
"value": {
|
|
7709
|
+
"kind": "expression",
|
|
7710
|
+
"type": "{ default: (args: [{ isActive: Ref<boolean> }]) => VNodeChild; activator: (args: [{ isActive: boolean; props: Record<string, any> }]) => VNodeChild }"
|
|
7711
|
+
}
|
|
7712
|
+
},
|
|
7713
|
+
{
|
|
7714
|
+
"name": "zIndex",
|
|
7715
|
+
"description": "The z-index used for the component",
|
|
7716
|
+
"doc-url": "https://vuetifyjs.com/api/v-dialog#props",
|
|
7717
|
+
"default": "2400",
|
|
7396
7718
|
"value": {
|
|
7397
7719
|
"kind": "expression",
|
|
7398
7720
|
"type": "string | number"
|
|
@@ -7705,7 +8027,7 @@
|
|
|
7705
8027
|
"default": "{component: {name: 'VDialogTransition'}}",
|
|
7706
8028
|
"value": {
|
|
7707
8029
|
"kind": "expression",
|
|
7708
|
-
"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<[]>; }, {}> }"
|
|
8030
|
+
"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<[]>; }, {}> }"
|
|
7709
8031
|
}
|
|
7710
8032
|
},
|
|
7711
8033
|
{
|
|
@@ -7825,6 +8147,15 @@
|
|
|
7825
8147
|
"type": "string"
|
|
7826
8148
|
}
|
|
7827
8149
|
},
|
|
8150
|
+
{
|
|
8151
|
+
"name": "$slots",
|
|
8152
|
+
"description": "MISSING DESCRIPTION",
|
|
8153
|
+
"doc-url": "https://vuetifyjs.com/api/v-divider#props",
|
|
8154
|
+
"value": {
|
|
8155
|
+
"kind": "expression",
|
|
8156
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
8157
|
+
}
|
|
8158
|
+
},
|
|
7828
8159
|
{
|
|
7829
8160
|
"name": "color",
|
|
7830
8161
|
"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)",
|
|
@@ -7897,6 +8228,15 @@
|
|
|
7897
8228
|
"type": "string"
|
|
7898
8229
|
}
|
|
7899
8230
|
},
|
|
8231
|
+
{
|
|
8232
|
+
"name": "$slots",
|
|
8233
|
+
"description": "MISSING DESCRIPTION",
|
|
8234
|
+
"doc-url": "https://vuetifyjs.com/api/v-expansion-panels#props",
|
|
8235
|
+
"value": {
|
|
8236
|
+
"kind": "expression",
|
|
8237
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
8238
|
+
}
|
|
8239
|
+
},
|
|
7900
8240
|
{
|
|
7901
8241
|
"name": "modelValue",
|
|
7902
8242
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array",
|
|
@@ -8031,6 +8371,15 @@
|
|
|
8031
8371
|
"description": "",
|
|
8032
8372
|
"doc-url": "https://vuetifyjs.com/api/v-expansion-panel",
|
|
8033
8373
|
"attributes": [
|
|
8374
|
+
{
|
|
8375
|
+
"name": "$slots",
|
|
8376
|
+
"description": "MISSING DESCRIPTION",
|
|
8377
|
+
"doc-url": "https://vuetifyjs.com/api/v-expansion-panel#props",
|
|
8378
|
+
"value": {
|
|
8379
|
+
"kind": "expression",
|
|
8380
|
+
"type": "{ default: (args: []) => VNodeChild; title: (args: []) => VNodeChild; text: (args: []) => VNodeChild }"
|
|
8381
|
+
}
|
|
8382
|
+
},
|
|
8034
8383
|
{
|
|
8035
8384
|
"name": "value",
|
|
8036
8385
|
"description": "Controls the opened/closed state of content",
|
|
@@ -8233,6 +8582,15 @@
|
|
|
8233
8582
|
"description": "",
|
|
8234
8583
|
"doc-url": "https://vuetifyjs.com/api/v-expansion-panel-text",
|
|
8235
8584
|
"attributes": [
|
|
8585
|
+
{
|
|
8586
|
+
"name": "$slots",
|
|
8587
|
+
"description": "MISSING DESCRIPTION",
|
|
8588
|
+
"doc-url": "https://vuetifyjs.com/api/v-expansion-panel-text#props",
|
|
8589
|
+
"value": {
|
|
8590
|
+
"kind": "expression",
|
|
8591
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
8592
|
+
}
|
|
8593
|
+
},
|
|
8236
8594
|
{
|
|
8237
8595
|
"name": "eager",
|
|
8238
8596
|
"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.",
|
|
@@ -8267,6 +8625,15 @@
|
|
|
8267
8625
|
"description": "",
|
|
8268
8626
|
"doc-url": "https://vuetifyjs.com/api/v-expansion-panel-title",
|
|
8269
8627
|
"attributes": [
|
|
8628
|
+
{
|
|
8629
|
+
"name": "$slots",
|
|
8630
|
+
"description": "MISSING DESCRIPTION",
|
|
8631
|
+
"doc-url": "https://vuetifyjs.com/api/v-expansion-panel-title#props",
|
|
8632
|
+
"value": {
|
|
8633
|
+
"kind": "expression",
|
|
8634
|
+
"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 }"
|
|
8635
|
+
}
|
|
8636
|
+
},
|
|
8270
8637
|
{
|
|
8271
8638
|
"name": "color",
|
|
8272
8639
|
"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)",
|
|
@@ -8334,12 +8701,56 @@
|
|
|
8334
8701
|
{
|
|
8335
8702
|
"name": "default",
|
|
8336
8703
|
"description": "The default Vue slot.",
|
|
8337
|
-
"doc-url": "https://vuetifyjs.com/api/v-expansion-panel-title#slots"
|
|
8704
|
+
"doc-url": "https://vuetifyjs.com/api/v-expansion-panel-title#slots",
|
|
8705
|
+
"vue-properties": [
|
|
8706
|
+
{
|
|
8707
|
+
"name": "collapseIcon",
|
|
8708
|
+
"type": "string | (new () => any) | FunctionalComponent"
|
|
8709
|
+
},
|
|
8710
|
+
{
|
|
8711
|
+
"name": "disabled",
|
|
8712
|
+
"type": "boolean"
|
|
8713
|
+
},
|
|
8714
|
+
{
|
|
8715
|
+
"name": "expanded",
|
|
8716
|
+
"type": "boolean"
|
|
8717
|
+
},
|
|
8718
|
+
{
|
|
8719
|
+
"name": "expandIcon",
|
|
8720
|
+
"type": "string | (new () => any) | FunctionalComponent"
|
|
8721
|
+
},
|
|
8722
|
+
{
|
|
8723
|
+
"name": "readonly",
|
|
8724
|
+
"type": "boolean"
|
|
8725
|
+
}
|
|
8726
|
+
]
|
|
8338
8727
|
},
|
|
8339
8728
|
{
|
|
8340
8729
|
"name": "actions",
|
|
8341
8730
|
"description": "MISSING DESCRIPTION",
|
|
8342
|
-
"doc-url": "https://vuetifyjs.com/api/v-expansion-panel-title#slots"
|
|
8731
|
+
"doc-url": "https://vuetifyjs.com/api/v-expansion-panel-title#slots",
|
|
8732
|
+
"vue-properties": [
|
|
8733
|
+
{
|
|
8734
|
+
"name": "collapseIcon",
|
|
8735
|
+
"type": "string | (new () => any) | FunctionalComponent"
|
|
8736
|
+
},
|
|
8737
|
+
{
|
|
8738
|
+
"name": "disabled",
|
|
8739
|
+
"type": "boolean"
|
|
8740
|
+
},
|
|
8741
|
+
{
|
|
8742
|
+
"name": "expanded",
|
|
8743
|
+
"type": "boolean"
|
|
8744
|
+
},
|
|
8745
|
+
{
|
|
8746
|
+
"name": "expandIcon",
|
|
8747
|
+
"type": "string | (new () => any) | FunctionalComponent"
|
|
8748
|
+
},
|
|
8749
|
+
{
|
|
8750
|
+
"name": "readonly",
|
|
8751
|
+
"type": "boolean"
|
|
8752
|
+
}
|
|
8753
|
+
]
|
|
8343
8754
|
}
|
|
8344
8755
|
],
|
|
8345
8756
|
"vue-model": {
|
|
@@ -8376,9 +8787,18 @@
|
|
|
8376
8787
|
},
|
|
8377
8788
|
"type": "boolean"
|
|
8378
8789
|
},
|
|
8790
|
+
{
|
|
8791
|
+
"name": "$slots",
|
|
8792
|
+
"description": "MISSING DESCRIPTION",
|
|
8793
|
+
"doc-url": "https://vuetifyjs.com/api/v-field#props",
|
|
8794
|
+
"value": {
|
|
8795
|
+
"kind": "expression",
|
|
8796
|
+
"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 }"
|
|
8797
|
+
}
|
|
8798
|
+
},
|
|
8379
8799
|
{
|
|
8380
8800
|
"name": "id",
|
|
8381
|
-
"description": "
|
|
8801
|
+
"description": "Sets the DOM id on the component",
|
|
8382
8802
|
"doc-url": "https://vuetifyjs.com/api/v-field#props",
|
|
8383
8803
|
"value": {
|
|
8384
8804
|
"kind": "expression",
|
|
@@ -8697,6 +9117,15 @@
|
|
|
8697
9117
|
"description": "",
|
|
8698
9118
|
"doc-url": "https://vuetifyjs.com/api/v-field-label",
|
|
8699
9119
|
"attributes": [
|
|
9120
|
+
{
|
|
9121
|
+
"name": "$slots",
|
|
9122
|
+
"description": "MISSING DESCRIPTION",
|
|
9123
|
+
"doc-url": "https://vuetifyjs.com/api/v-field-label#props",
|
|
9124
|
+
"value": {
|
|
9125
|
+
"kind": "expression",
|
|
9126
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
9127
|
+
}
|
|
9128
|
+
},
|
|
8700
9129
|
{
|
|
8701
9130
|
"name": "floating",
|
|
8702
9131
|
"description": "Elevates the label above the slotted content.",
|
|
@@ -8760,9 +9189,18 @@
|
|
|
8760
9189
|
},
|
|
8761
9190
|
"type": "boolean"
|
|
8762
9191
|
},
|
|
9192
|
+
{
|
|
9193
|
+
"name": "$slots",
|
|
9194
|
+
"description": "MISSING DESCRIPTION",
|
|
9195
|
+
"doc-url": "https://vuetifyjs.com/api/v-file-input#props",
|
|
9196
|
+
"value": {
|
|
9197
|
+
"kind": "expression",
|
|
9198
|
+
"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 }"
|
|
9199
|
+
}
|
|
9200
|
+
},
|
|
8763
9201
|
{
|
|
8764
9202
|
"name": "id",
|
|
8765
|
-
"description": "
|
|
9203
|
+
"description": "Sets the DOM id on the component",
|
|
8766
9204
|
"doc-url": "https://vuetifyjs.com/api/v-file-input#props",
|
|
8767
9205
|
"value": {
|
|
8768
9206
|
"kind": "expression",
|
|
@@ -9501,6 +9939,15 @@
|
|
|
9501
9939
|
"type": "string"
|
|
9502
9940
|
}
|
|
9503
9941
|
},
|
|
9942
|
+
{
|
|
9943
|
+
"name": "$slots",
|
|
9944
|
+
"description": "MISSING DESCRIPTION",
|
|
9945
|
+
"doc-url": "https://vuetifyjs.com/api/v-footer#props",
|
|
9946
|
+
"value": {
|
|
9947
|
+
"kind": "expression",
|
|
9948
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
9949
|
+
}
|
|
9950
|
+
},
|
|
9504
9951
|
{
|
|
9505
9952
|
"name": "absolute",
|
|
9506
9953
|
"description": "Applies **position: absolute** to the component.",
|
|
@@ -9614,6 +10061,15 @@
|
|
|
9614
10061
|
"description": "",
|
|
9615
10062
|
"doc-url": "https://vuetifyjs.com/api/v-form",
|
|
9616
10063
|
"attributes": [
|
|
10064
|
+
{
|
|
10065
|
+
"name": "$slots",
|
|
10066
|
+
"description": "MISSING DESCRIPTION",
|
|
10067
|
+
"doc-url": "https://vuetifyjs.com/api/v-form#props",
|
|
10068
|
+
"value": {
|
|
10069
|
+
"kind": "expression",
|
|
10070
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
10071
|
+
}
|
|
10072
|
+
},
|
|
9617
10073
|
{
|
|
9618
10074
|
"name": "modelValue",
|
|
9619
10075
|
"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.",
|
|
@@ -9714,6 +10170,15 @@
|
|
|
9714
10170
|
"description": "",
|
|
9715
10171
|
"doc-url": "https://vuetifyjs.com/api/v-container",
|
|
9716
10172
|
"attributes": [
|
|
10173
|
+
{
|
|
10174
|
+
"name": "$slots",
|
|
10175
|
+
"description": "MISSING DESCRIPTION",
|
|
10176
|
+
"doc-url": "https://vuetifyjs.com/api/v-container#props",
|
|
10177
|
+
"value": {
|
|
10178
|
+
"kind": "expression",
|
|
10179
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
10180
|
+
}
|
|
10181
|
+
},
|
|
9717
10182
|
{
|
|
9718
10183
|
"name": "tag",
|
|
9719
10184
|
"description": "Specify a custom tag used on the root element.",
|
|
@@ -9758,6 +10223,15 @@
|
|
|
9758
10223
|
"description": "",
|
|
9759
10224
|
"doc-url": "https://vuetifyjs.com/api/v-col",
|
|
9760
10225
|
"attributes": [
|
|
10226
|
+
{
|
|
10227
|
+
"name": "$slots",
|
|
10228
|
+
"description": "MISSING DESCRIPTION",
|
|
10229
|
+
"doc-url": "https://vuetifyjs.com/api/v-col#props",
|
|
10230
|
+
"value": {
|
|
10231
|
+
"kind": "expression",
|
|
10232
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
10233
|
+
}
|
|
10234
|
+
},
|
|
9761
10235
|
{
|
|
9762
10236
|
"name": "tag",
|
|
9763
10237
|
"description": "Specify a custom tag used on the root element.",
|
|
@@ -9831,6 +10305,15 @@
|
|
|
9831
10305
|
"description": "",
|
|
9832
10306
|
"doc-url": "https://vuetifyjs.com/api/v-row",
|
|
9833
10307
|
"attributes": [
|
|
10308
|
+
{
|
|
10309
|
+
"name": "$slots",
|
|
10310
|
+
"description": "MISSING DESCRIPTION",
|
|
10311
|
+
"doc-url": "https://vuetifyjs.com/api/v-row#props",
|
|
10312
|
+
"value": {
|
|
10313
|
+
"kind": "expression",
|
|
10314
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
10315
|
+
}
|
|
10316
|
+
},
|
|
9834
10317
|
{
|
|
9835
10318
|
"name": "tag",
|
|
9836
10319
|
"description": "Specify a custom tag used on the root element.",
|
|
@@ -9916,6 +10399,15 @@
|
|
|
9916
10399
|
"description": "",
|
|
9917
10400
|
"doc-url": "https://vuetifyjs.com/api/v-spacer",
|
|
9918
10401
|
"attributes": [
|
|
10402
|
+
{
|
|
10403
|
+
"name": "$slots",
|
|
10404
|
+
"description": "MISSING DESCRIPTION",
|
|
10405
|
+
"doc-url": "https://vuetifyjs.com/api/v-spacer#props",
|
|
10406
|
+
"value": {
|
|
10407
|
+
"kind": "expression",
|
|
10408
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
10409
|
+
}
|
|
10410
|
+
},
|
|
9919
10411
|
{
|
|
9920
10412
|
"name": "tag",
|
|
9921
10413
|
"description": "Specify a custom tag used on the root element",
|
|
@@ -9949,6 +10441,15 @@
|
|
|
9949
10441
|
"description": "",
|
|
9950
10442
|
"doc-url": "https://vuetifyjs.com/api/v-hover",
|
|
9951
10443
|
"attributes": [
|
|
10444
|
+
{
|
|
10445
|
+
"name": "$slots",
|
|
10446
|
+
"description": "MISSING DESCRIPTION",
|
|
10447
|
+
"doc-url": "https://vuetifyjs.com/api/v-hover#props",
|
|
10448
|
+
"value": {
|
|
10449
|
+
"kind": "expression",
|
|
10450
|
+
"type": "{ default: (args: [{ isHovering: boolean; props: Record<string, unknown> }]) => VNodeChild }"
|
|
10451
|
+
}
|
|
10452
|
+
},
|
|
9952
10453
|
{
|
|
9953
10454
|
"name": "modelValue",
|
|
9954
10455
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array",
|
|
@@ -10043,6 +10544,15 @@
|
|
|
10043
10544
|
"type": "string"
|
|
10044
10545
|
}
|
|
10045
10546
|
},
|
|
10547
|
+
{
|
|
10548
|
+
"name": "$slots",
|
|
10549
|
+
"description": "MISSING DESCRIPTION",
|
|
10550
|
+
"doc-url": "https://vuetifyjs.com/api/v-icon#props",
|
|
10551
|
+
"value": {
|
|
10552
|
+
"kind": "expression",
|
|
10553
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
10554
|
+
}
|
|
10555
|
+
},
|
|
10046
10556
|
{
|
|
10047
10557
|
"name": "size",
|
|
10048
10558
|
"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**.",
|
|
@@ -10126,6 +10636,15 @@
|
|
|
10126
10636
|
"description": "",
|
|
10127
10637
|
"doc-url": "https://vuetifyjs.com/api/v-component-icon",
|
|
10128
10638
|
"attributes": [
|
|
10639
|
+
{
|
|
10640
|
+
"name": "$slots",
|
|
10641
|
+
"description": "MISSING DESCRIPTION",
|
|
10642
|
+
"doc-url": "https://vuetifyjs.com/api/v-component-icon#props",
|
|
10643
|
+
"value": {
|
|
10644
|
+
"kind": "expression",
|
|
10645
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
10646
|
+
}
|
|
10647
|
+
},
|
|
10129
10648
|
{
|
|
10130
10649
|
"name": "tag",
|
|
10131
10650
|
"description": "Specify a custom tag used on the root element",
|
|
@@ -10272,6 +10791,15 @@
|
|
|
10272
10791
|
"description": "",
|
|
10273
10792
|
"doc-url": "https://vuetifyjs.com/api/v-img",
|
|
10274
10793
|
"attributes": [
|
|
10794
|
+
{
|
|
10795
|
+
"name": "$slots",
|
|
10796
|
+
"description": "MISSING DESCRIPTION",
|
|
10797
|
+
"doc-url": "https://vuetifyjs.com/api/v-img#props",
|
|
10798
|
+
"value": {
|
|
10799
|
+
"kind": "expression",
|
|
10800
|
+
"type": "{ default: (args: []) => VNodeChild; placeholder: (args: []) => VNodeChild; error: (args: []) => VNodeChild; sources: (args: []) => VNodeChild }"
|
|
10801
|
+
}
|
|
10802
|
+
},
|
|
10275
10803
|
{
|
|
10276
10804
|
"name": "width",
|
|
10277
10805
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-img.json))",
|
|
@@ -10468,6 +10996,15 @@
|
|
|
10468
10996
|
"type": "string"
|
|
10469
10997
|
}
|
|
10470
10998
|
},
|
|
10999
|
+
{
|
|
11000
|
+
"name": "$slots",
|
|
11001
|
+
"description": "MISSING DESCRIPTION",
|
|
11002
|
+
"doc-url": "https://vuetifyjs.com/api/v-input#props",
|
|
11003
|
+
"value": {
|
|
11004
|
+
"kind": "expression",
|
|
11005
|
+
"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 }"
|
|
11006
|
+
}
|
|
11007
|
+
},
|
|
10471
11008
|
{
|
|
10472
11009
|
"name": "id",
|
|
10473
11010
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))",
|
|
@@ -10910,6 +11447,15 @@
|
|
|
10910
11447
|
"type": "string"
|
|
10911
11448
|
}
|
|
10912
11449
|
},
|
|
11450
|
+
{
|
|
11451
|
+
"name": "$slots",
|
|
11452
|
+
"description": "MISSING DESCRIPTION",
|
|
11453
|
+
"doc-url": "https://vuetifyjs.com/api/v-item-group#props",
|
|
11454
|
+
"value": {
|
|
11455
|
+
"kind": "expression",
|
|
11456
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
11457
|
+
}
|
|
11458
|
+
},
|
|
10913
11459
|
{
|
|
10914
11460
|
"name": "modelValue",
|
|
10915
11461
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array",
|
|
@@ -11015,6 +11561,15 @@
|
|
|
11015
11561
|
"description": "",
|
|
11016
11562
|
"doc-url": "https://vuetifyjs.com/api/v-item",
|
|
11017
11563
|
"attributes": [
|
|
11564
|
+
{
|
|
11565
|
+
"name": "$slots",
|
|
11566
|
+
"description": "MISSING DESCRIPTION",
|
|
11567
|
+
"doc-url": "https://vuetifyjs.com/api/v-item#props",
|
|
11568
|
+
"value": {
|
|
11569
|
+
"kind": "expression",
|
|
11570
|
+
"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 }"
|
|
11571
|
+
}
|
|
11572
|
+
},
|
|
11018
11573
|
{
|
|
11019
11574
|
"name": "value",
|
|
11020
11575
|
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used.",
|
|
@@ -11113,6 +11668,15 @@
|
|
|
11113
11668
|
"description": "",
|
|
11114
11669
|
"doc-url": "https://vuetifyjs.com/api/v-kbd",
|
|
11115
11670
|
"attributes": [
|
|
11671
|
+
{
|
|
11672
|
+
"name": "$slots",
|
|
11673
|
+
"description": "MISSING DESCRIPTION",
|
|
11674
|
+
"doc-url": "https://vuetifyjs.com/api/v-kbd#props",
|
|
11675
|
+
"value": {
|
|
11676
|
+
"kind": "expression",
|
|
11677
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
11678
|
+
}
|
|
11679
|
+
},
|
|
11116
11680
|
{
|
|
11117
11681
|
"name": "tag",
|
|
11118
11682
|
"description": "Specify a custom tag used on the root element",
|
|
@@ -11155,6 +11719,15 @@
|
|
|
11155
11719
|
"type": "string"
|
|
11156
11720
|
}
|
|
11157
11721
|
},
|
|
11722
|
+
{
|
|
11723
|
+
"name": "$slots",
|
|
11724
|
+
"description": "MISSING DESCRIPTION",
|
|
11725
|
+
"doc-url": "https://vuetifyjs.com/api/v-label#props",
|
|
11726
|
+
"value": {
|
|
11727
|
+
"kind": "expression",
|
|
11728
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
11729
|
+
}
|
|
11730
|
+
},
|
|
11158
11731
|
{
|
|
11159
11732
|
"name": "text",
|
|
11160
11733
|
"description": "Specify content text for the component.",
|
|
@@ -11218,6 +11791,15 @@
|
|
|
11218
11791
|
"kind": "expression",
|
|
11219
11792
|
"type": "string[]"
|
|
11220
11793
|
}
|
|
11794
|
+
},
|
|
11795
|
+
{
|
|
11796
|
+
"name": "$slots",
|
|
11797
|
+
"description": "MISSING DESCRIPTION",
|
|
11798
|
+
"doc-url": "https://vuetifyjs.com/api/v-layout#props",
|
|
11799
|
+
"value": {
|
|
11800
|
+
"kind": "expression",
|
|
11801
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
11802
|
+
}
|
|
11221
11803
|
}
|
|
11222
11804
|
],
|
|
11223
11805
|
"events": [],
|
|
@@ -11251,6 +11833,15 @@
|
|
|
11251
11833
|
"type": "string"
|
|
11252
11834
|
}
|
|
11253
11835
|
},
|
|
11836
|
+
{
|
|
11837
|
+
"name": "$slots",
|
|
11838
|
+
"description": "MISSING DESCRIPTION",
|
|
11839
|
+
"doc-url": "https://vuetifyjs.com/api/v-layout-item#props",
|
|
11840
|
+
"value": {
|
|
11841
|
+
"kind": "expression",
|
|
11842
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
11843
|
+
}
|
|
11844
|
+
},
|
|
11254
11845
|
{
|
|
11255
11846
|
"name": "position",
|
|
11256
11847
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-layout-item.json))",
|
|
@@ -11325,6 +11916,15 @@
|
|
|
11325
11916
|
"description": "",
|
|
11326
11917
|
"doc-url": "https://vuetifyjs.com/api/v-lazy",
|
|
11327
11918
|
"attributes": [
|
|
11919
|
+
{
|
|
11920
|
+
"name": "$slots",
|
|
11921
|
+
"description": "MISSING DESCRIPTION",
|
|
11922
|
+
"doc-url": "https://vuetifyjs.com/api/v-lazy#props",
|
|
11923
|
+
"value": {
|
|
11924
|
+
"kind": "expression",
|
|
11925
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
11926
|
+
}
|
|
11927
|
+
},
|
|
11328
11928
|
{
|
|
11329
11929
|
"name": "modelValue",
|
|
11330
11930
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array",
|
|
@@ -11464,6 +12064,15 @@
|
|
|
11464
12064
|
"type": "string"
|
|
11465
12065
|
}
|
|
11466
12066
|
},
|
|
12067
|
+
{
|
|
12068
|
+
"name": "$slots",
|
|
12069
|
+
"description": "MISSING DESCRIPTION",
|
|
12070
|
+
"doc-url": "https://vuetifyjs.com/api/v-list#props",
|
|
12071
|
+
"value": {
|
|
12072
|
+
"kind": "expression",
|
|
12073
|
+
"type": "{ subheader: (args: []) => VNodeChild; header: (args: [{ props: Record<string, unknown> }]) => VNodeChild; item: (args: [unknown]) => VNodeChild }"
|
|
12074
|
+
}
|
|
12075
|
+
},
|
|
11467
12076
|
{
|
|
11468
12077
|
"name": "items",
|
|
11469
12078
|
"description": "An array of strings or objects used for automatically generating children components",
|
|
@@ -11639,7 +12248,7 @@
|
|
|
11639
12248
|
},
|
|
11640
12249
|
{
|
|
11641
12250
|
"name": "itemProps",
|
|
11642
|
-
"description": "
|
|
12251
|
+
"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.",
|
|
11643
12252
|
"doc-url": "https://vuetifyjs.com/api/v-list#props",
|
|
11644
12253
|
"default": "'props'",
|
|
11645
12254
|
"value": {
|
|
@@ -11849,6 +12458,15 @@
|
|
|
11849
12458
|
"description": "",
|
|
11850
12459
|
"doc-url": "https://vuetifyjs.com/api/v-list-group",
|
|
11851
12460
|
"attributes": [
|
|
12461
|
+
{
|
|
12462
|
+
"name": "$slots",
|
|
12463
|
+
"description": "MISSING DESCRIPTION",
|
|
12464
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-group#props",
|
|
12465
|
+
"value": {
|
|
12466
|
+
"kind": "expression",
|
|
12467
|
+
"type": "{ default: (args: []) => VNodeChild; activator: (args: [{ isOpen: boolean; props: Record<string, unknown> }]) => VNodeChild }"
|
|
12468
|
+
}
|
|
12469
|
+
},
|
|
11852
12470
|
{
|
|
11853
12471
|
"name": "value",
|
|
11854
12472
|
"description": "Expands / Collapse the list-group",
|
|
@@ -11993,6 +12611,15 @@
|
|
|
11993
12611
|
"description": "",
|
|
11994
12612
|
"doc-url": "https://vuetifyjs.com/api/v-list-img",
|
|
11995
12613
|
"attributes": [
|
|
12614
|
+
{
|
|
12615
|
+
"name": "$slots",
|
|
12616
|
+
"description": "MISSING DESCRIPTION",
|
|
12617
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-img#props",
|
|
12618
|
+
"value": {
|
|
12619
|
+
"kind": "expression",
|
|
12620
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
12621
|
+
}
|
|
12622
|
+
},
|
|
11996
12623
|
{
|
|
11997
12624
|
"name": "tag",
|
|
11998
12625
|
"description": "Specify a custom tag used on the root element",
|
|
@@ -12036,16 +12663,25 @@
|
|
|
12036
12663
|
}
|
|
12037
12664
|
},
|
|
12038
12665
|
{
|
|
12039
|
-
"name": "
|
|
12040
|
-
"description": "
|
|
12666
|
+
"name": "$slots",
|
|
12667
|
+
"description": "MISSING DESCRIPTION",
|
|
12041
12668
|
"doc-url": "https://vuetifyjs.com/api/v-list-item#props",
|
|
12042
12669
|
"value": {
|
|
12043
12670
|
"kind": "expression",
|
|
12044
|
-
"type": "
|
|
12671
|
+
"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 }"
|
|
12045
12672
|
}
|
|
12046
12673
|
},
|
|
12047
12674
|
{
|
|
12048
|
-
"name": "
|
|
12675
|
+
"name": "value",
|
|
12676
|
+
"description": "The value used for selection.",
|
|
12677
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-item#props",
|
|
12678
|
+
"value": {
|
|
12679
|
+
"kind": "expression",
|
|
12680
|
+
"type": "any"
|
|
12681
|
+
}
|
|
12682
|
+
},
|
|
12683
|
+
{
|
|
12684
|
+
"name": "title",
|
|
12049
12685
|
"description": "Generates a `v-list-item-title` component with the supplied value",
|
|
12050
12686
|
"doc-url": "https://vuetifyjs.com/api/v-list-item#props",
|
|
12051
12687
|
"default": "false",
|
|
@@ -12353,7 +12989,7 @@
|
|
|
12353
12989
|
"arguments": [
|
|
12354
12990
|
{
|
|
12355
12991
|
"name": "argument",
|
|
12356
|
-
"type": "[MouseEvent | KeyboardEvent]"
|
|
12992
|
+
"type": "[(MouseEvent | KeyboardEvent)]"
|
|
12357
12993
|
}
|
|
12358
12994
|
]
|
|
12359
12995
|
},
|
|
@@ -12476,6 +13112,15 @@
|
|
|
12476
13112
|
"description": "",
|
|
12477
13113
|
"doc-url": "https://vuetifyjs.com/api/v-list-item-action",
|
|
12478
13114
|
"attributes": [
|
|
13115
|
+
{
|
|
13116
|
+
"name": "$slots",
|
|
13117
|
+
"description": "MISSING DESCRIPTION",
|
|
13118
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-item-action#props",
|
|
13119
|
+
"value": {
|
|
13120
|
+
"kind": "expression",
|
|
13121
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
13122
|
+
}
|
|
13123
|
+
},
|
|
12479
13124
|
{
|
|
12480
13125
|
"name": "tag",
|
|
12481
13126
|
"description": "Specify a custom tag used on the root element.",
|
|
@@ -12531,6 +13176,15 @@
|
|
|
12531
13176
|
"description": "",
|
|
12532
13177
|
"doc-url": "https://vuetifyjs.com/api/v-list-item-media",
|
|
12533
13178
|
"attributes": [
|
|
13179
|
+
{
|
|
13180
|
+
"name": "$slots",
|
|
13181
|
+
"description": "MISSING DESCRIPTION",
|
|
13182
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-item-media#props",
|
|
13183
|
+
"value": {
|
|
13184
|
+
"kind": "expression",
|
|
13185
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
13186
|
+
}
|
|
13187
|
+
},
|
|
12534
13188
|
{
|
|
12535
13189
|
"name": "tag",
|
|
12536
13190
|
"description": "Specify a custom tag used on the root element.",
|
|
@@ -12586,6 +13240,15 @@
|
|
|
12586
13240
|
"description": "",
|
|
12587
13241
|
"doc-url": "https://vuetifyjs.com/api/v-list-item-subtitle",
|
|
12588
13242
|
"attributes": [
|
|
13243
|
+
{
|
|
13244
|
+
"name": "$slots",
|
|
13245
|
+
"description": "MISSING DESCRIPTION",
|
|
13246
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-item-subtitle#props",
|
|
13247
|
+
"value": {
|
|
13248
|
+
"kind": "expression",
|
|
13249
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
13250
|
+
}
|
|
13251
|
+
},
|
|
12589
13252
|
{
|
|
12590
13253
|
"name": "tag",
|
|
12591
13254
|
"description": "Specify a custom tag used on the root element",
|
|
@@ -12619,6 +13282,15 @@
|
|
|
12619
13282
|
"description": "",
|
|
12620
13283
|
"doc-url": "https://vuetifyjs.com/api/v-list-item-title",
|
|
12621
13284
|
"attributes": [
|
|
13285
|
+
{
|
|
13286
|
+
"name": "$slots",
|
|
13287
|
+
"description": "MISSING DESCRIPTION",
|
|
13288
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-item-title#props",
|
|
13289
|
+
"value": {
|
|
13290
|
+
"kind": "expression",
|
|
13291
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
13292
|
+
}
|
|
13293
|
+
},
|
|
12622
13294
|
{
|
|
12623
13295
|
"name": "tag",
|
|
12624
13296
|
"description": "Specify a custom tag used on the root element",
|
|
@@ -12652,6 +13324,15 @@
|
|
|
12652
13324
|
"description": "",
|
|
12653
13325
|
"doc-url": "https://vuetifyjs.com/api/v-list-subheader",
|
|
12654
13326
|
"attributes": [
|
|
13327
|
+
{
|
|
13328
|
+
"name": "$slots",
|
|
13329
|
+
"description": "MISSING DESCRIPTION",
|
|
13330
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-subheader#props",
|
|
13331
|
+
"value": {
|
|
13332
|
+
"kind": "expression",
|
|
13333
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
13334
|
+
}
|
|
13335
|
+
},
|
|
12655
13336
|
{
|
|
12656
13337
|
"name": "title",
|
|
12657
13338
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list-subheader.json))",
|
|
@@ -12725,6 +13406,15 @@
|
|
|
12725
13406
|
"description": "",
|
|
12726
13407
|
"doc-url": "https://vuetifyjs.com/api/v-locale-provider",
|
|
12727
13408
|
"attributes": [
|
|
13409
|
+
{
|
|
13410
|
+
"name": "$slots",
|
|
13411
|
+
"description": "MISSING DESCRIPTION",
|
|
13412
|
+
"doc-url": "https://vuetifyjs.com/api/v-locale-provider#props",
|
|
13413
|
+
"value": {
|
|
13414
|
+
"kind": "expression",
|
|
13415
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
13416
|
+
}
|
|
13417
|
+
},
|
|
12728
13418
|
{
|
|
12729
13419
|
"name": "messages",
|
|
12730
13420
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-locale-provider.json))",
|
|
@@ -12786,6 +13476,15 @@
|
|
|
12786
13476
|
"description": "",
|
|
12787
13477
|
"doc-url": "https://vuetifyjs.com/api/v-main",
|
|
12788
13478
|
"attributes": [
|
|
13479
|
+
{
|
|
13480
|
+
"name": "$slots",
|
|
13481
|
+
"description": "MISSING DESCRIPTION",
|
|
13482
|
+
"doc-url": "https://vuetifyjs.com/api/v-main#props",
|
|
13483
|
+
"value": {
|
|
13484
|
+
"kind": "expression",
|
|
13485
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
13486
|
+
}
|
|
13487
|
+
},
|
|
12789
13488
|
{
|
|
12790
13489
|
"name": "tag",
|
|
12791
13490
|
"description": "Specify a custom tag used on the root element.",
|
|
@@ -12839,6 +13538,15 @@
|
|
|
12839
13538
|
"type": "string"
|
|
12840
13539
|
}
|
|
12841
13540
|
},
|
|
13541
|
+
{
|
|
13542
|
+
"name": "$slots",
|
|
13543
|
+
"description": "MISSING DESCRIPTION",
|
|
13544
|
+
"doc-url": "https://vuetifyjs.com/api/v-menu#props",
|
|
13545
|
+
"value": {
|
|
13546
|
+
"kind": "expression",
|
|
13547
|
+
"type": "{ default: (args: [{ isActive: Ref<boolean> }]) => VNodeChild; activator: (args: [{ isActive: boolean; props: Record<string, any> }]) => VNodeChild }"
|
|
13548
|
+
}
|
|
13549
|
+
},
|
|
12842
13550
|
{
|
|
12843
13551
|
"name": "zIndex",
|
|
12844
13552
|
"description": "The z-index used for the component",
|
|
@@ -13156,7 +13864,7 @@
|
|
|
13156
13864
|
"default": "{component: {name: 'VDialogTransition'}}",
|
|
13157
13865
|
"value": {
|
|
13158
13866
|
"kind": "expression",
|
|
13159
|
-
"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<[]>; }, {}> }"
|
|
13867
|
+
"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<[]>; }, {}> }"
|
|
13160
13868
|
}
|
|
13161
13869
|
},
|
|
13162
13870
|
{
|
|
@@ -13225,6 +13933,15 @@
|
|
|
13225
13933
|
"description": "",
|
|
13226
13934
|
"doc-url": "https://vuetifyjs.com/api/v-messages",
|
|
13227
13935
|
"attributes": [
|
|
13936
|
+
{
|
|
13937
|
+
"name": "$slots",
|
|
13938
|
+
"description": "MISSING DESCRIPTION",
|
|
13939
|
+
"doc-url": "https://vuetifyjs.com/api/v-messages#props",
|
|
13940
|
+
"value": {
|
|
13941
|
+
"kind": "expression",
|
|
13942
|
+
"type": "{ message: (args: [{ message: string }]) => VNodeChild }"
|
|
13943
|
+
}
|
|
13944
|
+
},
|
|
13228
13945
|
{
|
|
13229
13946
|
"name": "color",
|
|
13230
13947
|
"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)",
|
|
@@ -13241,7 +13958,7 @@
|
|
|
13241
13958
|
"default": "{\n component: {name: 'slide-y-transition'},\n leaveAbsolute: true,\n group: true\n}",
|
|
13242
13959
|
"value": {
|
|
13243
13960
|
"kind": "expression",
|
|
13244
|
-
"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 }"
|
|
13961
|
+
"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 }"
|
|
13245
13962
|
}
|
|
13246
13963
|
},
|
|
13247
13964
|
{
|
|
@@ -13312,6 +14029,15 @@
|
|
|
13312
14029
|
"type": "string"
|
|
13313
14030
|
}
|
|
13314
14031
|
},
|
|
14032
|
+
{
|
|
14033
|
+
"name": "$slots",
|
|
14034
|
+
"description": "MISSING DESCRIPTION",
|
|
14035
|
+
"doc-url": "https://vuetifyjs.com/api/v-navigation-drawer#props",
|
|
14036
|
+
"value": {
|
|
14037
|
+
"kind": "expression",
|
|
14038
|
+
"type": "{ default: (args: []) => VNodeChild; prepend: (args: []) => VNodeChild; append: (args: []) => VNodeChild; image: (args: [{ image: string }]) => VNodeChild }"
|
|
14039
|
+
}
|
|
14040
|
+
},
|
|
13315
14041
|
{
|
|
13316
14042
|
"name": "image",
|
|
13317
14043
|
"description": "Apply a specific background image to the component.",
|
|
@@ -13606,7 +14332,17 @@
|
|
|
13606
14332
|
},
|
|
13607
14333
|
"description": "",
|
|
13608
14334
|
"doc-url": "https://vuetifyjs.com/api/v-no-ssr",
|
|
13609
|
-
"attributes": [
|
|
14335
|
+
"attributes": [
|
|
14336
|
+
{
|
|
14337
|
+
"name": "$slots",
|
|
14338
|
+
"description": "MISSING DESCRIPTION",
|
|
14339
|
+
"doc-url": "https://vuetifyjs.com/api/v-no-ssr#props",
|
|
14340
|
+
"value": {
|
|
14341
|
+
"kind": "expression",
|
|
14342
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
14343
|
+
}
|
|
14344
|
+
}
|
|
14345
|
+
],
|
|
13610
14346
|
"events": [],
|
|
13611
14347
|
"slots": [
|
|
13612
14348
|
{
|
|
@@ -13638,6 +14374,15 @@
|
|
|
13638
14374
|
"type": "string"
|
|
13639
14375
|
}
|
|
13640
14376
|
},
|
|
14377
|
+
{
|
|
14378
|
+
"name": "$slots",
|
|
14379
|
+
"description": "MISSING DESCRIPTION",
|
|
14380
|
+
"doc-url": "https://vuetifyjs.com/api/v-overlay#props",
|
|
14381
|
+
"value": {
|
|
14382
|
+
"kind": "expression",
|
|
14383
|
+
"type": "{ default: (args: [{ isActive: Ref<boolean> }]) => VNodeChild; activator: (args: [{ isActive: boolean; props: Record<string, any> }]) => VNodeChild }"
|
|
14384
|
+
}
|
|
14385
|
+
},
|
|
13641
14386
|
{
|
|
13642
14387
|
"name": "zIndex",
|
|
13643
14388
|
"description": "The z-index used for the component",
|
|
@@ -14065,6 +14810,15 @@
|
|
|
14065
14810
|
"type": "string"
|
|
14066
14811
|
}
|
|
14067
14812
|
},
|
|
14813
|
+
{
|
|
14814
|
+
"name": "$slots",
|
|
14815
|
+
"description": "MISSING DESCRIPTION",
|
|
14816
|
+
"doc-url": "https://vuetifyjs.com/api/v-pagination#props",
|
|
14817
|
+
"value": {
|
|
14818
|
+
"kind": "expression",
|
|
14819
|
+
"type": "{ item: (args: []) => VNodeChild; first: (args: []) => VNodeChild; next: (args: []) => VNodeChild; prev: (args: []) => VNodeChild; last: (args: []) => VNodeChild }"
|
|
14820
|
+
}
|
|
14821
|
+
},
|
|
14068
14822
|
{
|
|
14069
14823
|
"name": "size",
|
|
14070
14824
|
"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**.",
|
|
@@ -14421,6 +15175,15 @@
|
|
|
14421
15175
|
"description": "",
|
|
14422
15176
|
"doc-url": "https://vuetifyjs.com/api/v-parallax",
|
|
14423
15177
|
"attributes": [
|
|
15178
|
+
{
|
|
15179
|
+
"name": "$slots",
|
|
15180
|
+
"description": "MISSING DESCRIPTION",
|
|
15181
|
+
"doc-url": "https://vuetifyjs.com/api/v-parallax#props",
|
|
15182
|
+
"value": {
|
|
15183
|
+
"kind": "expression",
|
|
15184
|
+
"type": "{ default: (args: []) => VNodeChild; placeholder: (args: []) => VNodeChild; error: (args: []) => VNodeChild; sources: (args: []) => VNodeChild }"
|
|
15185
|
+
}
|
|
15186
|
+
},
|
|
14424
15187
|
{
|
|
14425
15188
|
"name": "scale",
|
|
14426
15189
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-parallax.json))",
|
|
@@ -14478,6 +15241,15 @@
|
|
|
14478
15241
|
"type": "string"
|
|
14479
15242
|
}
|
|
14480
15243
|
},
|
|
15244
|
+
{
|
|
15245
|
+
"name": "$slots",
|
|
15246
|
+
"description": "MISSING DESCRIPTION",
|
|
15247
|
+
"doc-url": "https://vuetifyjs.com/api/v-progress-circular#props",
|
|
15248
|
+
"value": {
|
|
15249
|
+
"kind": "expression",
|
|
15250
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
15251
|
+
}
|
|
15252
|
+
},
|
|
14481
15253
|
{
|
|
14482
15254
|
"name": "size",
|
|
14483
15255
|
"description": "Sets the diameter of the circle in pixels",
|
|
@@ -14599,6 +15371,15 @@
|
|
|
14599
15371
|
},
|
|
14600
15372
|
"type": "boolean"
|
|
14601
15373
|
},
|
|
15374
|
+
{
|
|
15375
|
+
"name": "$slots",
|
|
15376
|
+
"description": "MISSING DESCRIPTION",
|
|
15377
|
+
"doc-url": "https://vuetifyjs.com/api/v-progress-linear#props",
|
|
15378
|
+
"value": {
|
|
15379
|
+
"kind": "expression",
|
|
15380
|
+
"type": "{ default: (args: [{ value: number; buffer: number }]) => VNodeChild }"
|
|
15381
|
+
}
|
|
15382
|
+
},
|
|
14602
15383
|
{
|
|
14603
15384
|
"name": "modelValue",
|
|
14604
15385
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array",
|
|
@@ -14845,6 +15626,15 @@
|
|
|
14845
15626
|
"type": "string"
|
|
14846
15627
|
}
|
|
14847
15628
|
},
|
|
15629
|
+
{
|
|
15630
|
+
"name": "$slots",
|
|
15631
|
+
"description": "MISSING DESCRIPTION",
|
|
15632
|
+
"doc-url": "https://vuetifyjs.com/api/v-radio#props",
|
|
15633
|
+
"value": {
|
|
15634
|
+
"kind": "expression",
|
|
15635
|
+
"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 }"
|
|
15636
|
+
}
|
|
15637
|
+
},
|
|
14848
15638
|
{
|
|
14849
15639
|
"name": "value",
|
|
14850
15640
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))",
|
|
@@ -15102,6 +15892,15 @@
|
|
|
15102
15892
|
"type": "string"
|
|
15103
15893
|
}
|
|
15104
15894
|
},
|
|
15895
|
+
{
|
|
15896
|
+
"name": "$slots",
|
|
15897
|
+
"description": "MISSING DESCRIPTION",
|
|
15898
|
+
"doc-url": "https://vuetifyjs.com/api/v-radio-group#props",
|
|
15899
|
+
"value": {
|
|
15900
|
+
"kind": "expression",
|
|
15901
|
+
"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 }"
|
|
15902
|
+
}
|
|
15903
|
+
},
|
|
15105
15904
|
{
|
|
15106
15905
|
"name": "id",
|
|
15107
15906
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))",
|
|
@@ -15617,6 +16416,15 @@
|
|
|
15617
16416
|
},
|
|
15618
16417
|
"type": "boolean"
|
|
15619
16418
|
},
|
|
16419
|
+
{
|
|
16420
|
+
"name": "$slots",
|
|
16421
|
+
"description": "MISSING DESCRIPTION",
|
|
16422
|
+
"doc-url": "https://vuetifyjs.com/api/v-range-slider#props",
|
|
16423
|
+
"value": {
|
|
16424
|
+
"kind": "expression",
|
|
16425
|
+
"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 }"
|
|
16426
|
+
}
|
|
16427
|
+
},
|
|
15620
16428
|
{
|
|
15621
16429
|
"name": "id",
|
|
15622
16430
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))",
|
|
@@ -16256,6 +17064,15 @@
|
|
|
16256
17064
|
"type": "string"
|
|
16257
17065
|
}
|
|
16258
17066
|
},
|
|
17067
|
+
{
|
|
17068
|
+
"name": "$slots",
|
|
17069
|
+
"description": "MISSING DESCRIPTION",
|
|
17070
|
+
"doc-url": "https://vuetifyjs.com/api/v-rating#props",
|
|
17071
|
+
"value": {
|
|
17072
|
+
"kind": "expression",
|
|
17073
|
+
"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 }"
|
|
17074
|
+
}
|
|
17075
|
+
},
|
|
16259
17076
|
{
|
|
16260
17077
|
"name": "size",
|
|
16261
17078
|
"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**.",
|
|
@@ -16438,7 +17255,7 @@
|
|
|
16438
17255
|
"arguments": [
|
|
16439
17256
|
{
|
|
16440
17257
|
"name": "argument",
|
|
16441
|
-
"type": "[string | number]"
|
|
17258
|
+
"type": "[(string | number)]"
|
|
16442
17259
|
}
|
|
16443
17260
|
]
|
|
16444
17261
|
}
|
|
@@ -16513,6 +17330,15 @@
|
|
|
16513
17330
|
"description": "",
|
|
16514
17331
|
"doc-url": "https://vuetifyjs.com/api/v-responsive",
|
|
16515
17332
|
"attributes": [
|
|
17333
|
+
{
|
|
17334
|
+
"name": "$slots",
|
|
17335
|
+
"description": "MISSING DESCRIPTION",
|
|
17336
|
+
"doc-url": "https://vuetifyjs.com/api/v-responsive#props",
|
|
17337
|
+
"value": {
|
|
17338
|
+
"kind": "expression",
|
|
17339
|
+
"type": "{ default: (args: []) => VNodeChild; additional: (args: []) => VNodeChild }"
|
|
17340
|
+
}
|
|
17341
|
+
},
|
|
16516
17342
|
{
|
|
16517
17343
|
"name": "height",
|
|
16518
17344
|
"description": "Sets the height for the component.",
|
|
@@ -16652,9 +17478,18 @@
|
|
|
16652
17478
|
},
|
|
16653
17479
|
"type": "boolean"
|
|
16654
17480
|
},
|
|
17481
|
+
{
|
|
17482
|
+
"name": "$slots",
|
|
17483
|
+
"description": "MISSING DESCRIPTION",
|
|
17484
|
+
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
17485
|
+
"value": {
|
|
17486
|
+
"kind": "expression",
|
|
17487
|
+
"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 }"
|
|
17488
|
+
}
|
|
17489
|
+
},
|
|
16655
17490
|
{
|
|
16656
17491
|
"name": "id",
|
|
16657
|
-
"description": "
|
|
17492
|
+
"description": "Sets the DOM id on the component",
|
|
16658
17493
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
16659
17494
|
"value": {
|
|
16660
17495
|
"kind": "expression",
|
|
@@ -16833,7 +17668,7 @@
|
|
|
16833
17668
|
"default": "{component: {name: 'VDialogTransition'}}",
|
|
16834
17669
|
"value": {
|
|
16835
17670
|
"kind": "expression",
|
|
16836
|
-
"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<[]>; }, {}> }"
|
|
17671
|
+
"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<[]>; }, {}> }"
|
|
16837
17672
|
}
|
|
16838
17673
|
},
|
|
16839
17674
|
{
|
|
@@ -16909,7 +17744,7 @@
|
|
|
16909
17744
|
},
|
|
16910
17745
|
{
|
|
16911
17746
|
"name": "itemProps",
|
|
16912
|
-
"description": "
|
|
17747
|
+
"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.",
|
|
16913
17748
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
16914
17749
|
"default": "'props'",
|
|
16915
17750
|
"value": {
|
|
@@ -17494,7 +18329,7 @@
|
|
|
17494
18329
|
"vue-properties": [
|
|
17495
18330
|
{
|
|
17496
18331
|
"name": "item",
|
|
17497
|
-
"type": "{ title: string; value: any; props: { title: string; value: any }; children: InternalItem<unknown>[]; raw: unknown }"
|
|
18332
|
+
"type": "{ title: string; value: any; props: { title: string; value: any; [string]: any }; children: InternalItem<unknown>[]; raw: unknown }"
|
|
17498
18333
|
},
|
|
17499
18334
|
{
|
|
17500
18335
|
"name": "index",
|
|
@@ -17513,7 +18348,7 @@
|
|
|
17513
18348
|
"vue-properties": [
|
|
17514
18349
|
{
|
|
17515
18350
|
"name": "item",
|
|
17516
|
-
"type": "{ title: string; value: any; props: { title: string; value: any }; children: InternalItem<unknown>[]; raw: unknown }"
|
|
18351
|
+
"type": "{ title: string; value: any; props: { title: string; value: any; [string]: any }; children: InternalItem<unknown>[]; raw: unknown }"
|
|
17517
18352
|
},
|
|
17518
18353
|
{
|
|
17519
18354
|
"name": "index",
|
|
@@ -17532,7 +18367,7 @@
|
|
|
17532
18367
|
"vue-properties": [
|
|
17533
18368
|
{
|
|
17534
18369
|
"name": "item",
|
|
17535
|
-
"type": "{ title: string; value: any; props: { title: string; value: any }; children: InternalItem<unknown>[]; raw: unknown }"
|
|
18370
|
+
"type": "{ title: string; value: any; props: { title: string; value: any; [string]: any }; children: InternalItem<unknown>[]; raw: unknown }"
|
|
17536
18371
|
},
|
|
17537
18372
|
{
|
|
17538
18373
|
"name": "index",
|
|
@@ -17597,6 +18432,15 @@
|
|
|
17597
18432
|
"type": "string"
|
|
17598
18433
|
}
|
|
17599
18434
|
},
|
|
18435
|
+
{
|
|
18436
|
+
"name": "$slots",
|
|
18437
|
+
"description": "MISSING DESCRIPTION",
|
|
18438
|
+
"doc-url": "https://vuetifyjs.com/api/v-selection-control#props",
|
|
18439
|
+
"value": {
|
|
18440
|
+
"kind": "expression",
|
|
18441
|
+
"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 }"
|
|
18442
|
+
}
|
|
18443
|
+
},
|
|
17600
18444
|
{
|
|
17601
18445
|
"name": "value",
|
|
17602
18446
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))",
|
|
@@ -17863,6 +18707,15 @@
|
|
|
17863
18707
|
"type": "string"
|
|
17864
18708
|
}
|
|
17865
18709
|
},
|
|
18710
|
+
{
|
|
18711
|
+
"name": "$slots",
|
|
18712
|
+
"description": "MISSING DESCRIPTION",
|
|
18713
|
+
"doc-url": "https://vuetifyjs.com/api/v-selection-control-group#props",
|
|
18714
|
+
"value": {
|
|
18715
|
+
"kind": "expression",
|
|
18716
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
18717
|
+
}
|
|
18718
|
+
},
|
|
17866
18719
|
{
|
|
17867
18720
|
"name": "id",
|
|
17868
18721
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))",
|
|
@@ -18047,6 +18900,15 @@
|
|
|
18047
18900
|
"type": "string"
|
|
18048
18901
|
}
|
|
18049
18902
|
},
|
|
18903
|
+
{
|
|
18904
|
+
"name": "$slots",
|
|
18905
|
+
"description": "MISSING DESCRIPTION",
|
|
18906
|
+
"doc-url": "https://vuetifyjs.com/api/v-sheet#props",
|
|
18907
|
+
"value": {
|
|
18908
|
+
"kind": "expression",
|
|
18909
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
18910
|
+
}
|
|
18911
|
+
},
|
|
18050
18912
|
{
|
|
18051
18913
|
"name": "position",
|
|
18052
18914
|
"description": "Specifies the type of positioning method used for the component.",
|
|
@@ -18199,6 +19061,15 @@
|
|
|
18199
19061
|
"type": "any"
|
|
18200
19062
|
}
|
|
18201
19063
|
},
|
|
19064
|
+
{
|
|
19065
|
+
"name": "$slots",
|
|
19066
|
+
"description": "MISSING DESCRIPTION",
|
|
19067
|
+
"doc-url": "https://vuetifyjs.com/api/v-slide-group#props",
|
|
19068
|
+
"value": {
|
|
19069
|
+
"kind": "expression",
|
|
19070
|
+
"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 }"
|
|
19071
|
+
}
|
|
19072
|
+
},
|
|
18202
19073
|
{
|
|
18203
19074
|
"name": "modelValue",
|
|
18204
19075
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array",
|
|
@@ -18419,6 +19290,15 @@
|
|
|
18419
19290
|
"description": "",
|
|
18420
19291
|
"doc-url": "https://vuetifyjs.com/api/v-slide-group-item",
|
|
18421
19292
|
"attributes": [
|
|
19293
|
+
{
|
|
19294
|
+
"name": "$slots",
|
|
19295
|
+
"description": "MISSING DESCRIPTION",
|
|
19296
|
+
"doc-url": "https://vuetifyjs.com/api/v-slide-group-item#props",
|
|
19297
|
+
"value": {
|
|
19298
|
+
"kind": "expression",
|
|
19299
|
+
"type": "{ default: (args: [{ isSelected: boolean; select: (value: boolean) => void; toggle: () => void; selectedClass: false | string[] }]) => VNodeChild }"
|
|
19300
|
+
}
|
|
19301
|
+
},
|
|
18422
19302
|
{
|
|
18423
19303
|
"name": "value",
|
|
18424
19304
|
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used.",
|
|
@@ -18521,6 +19401,15 @@
|
|
|
18521
19401
|
},
|
|
18522
19402
|
"type": "boolean"
|
|
18523
19403
|
},
|
|
19404
|
+
{
|
|
19405
|
+
"name": "$slots",
|
|
19406
|
+
"description": "MISSING DESCRIPTION",
|
|
19407
|
+
"doc-url": "https://vuetifyjs.com/api/v-slider#props",
|
|
19408
|
+
"value": {
|
|
19409
|
+
"kind": "expression",
|
|
19410
|
+
"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 }"
|
|
19411
|
+
}
|
|
19412
|
+
},
|
|
18524
19413
|
{
|
|
18525
19414
|
"name": "id",
|
|
18526
19415
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))",
|
|
@@ -19130,6 +20019,15 @@
|
|
|
19130
20019
|
"type": "string"
|
|
19131
20020
|
}
|
|
19132
20021
|
},
|
|
20022
|
+
{
|
|
20023
|
+
"name": "$slots",
|
|
20024
|
+
"description": "MISSING DESCRIPTION",
|
|
20025
|
+
"doc-url": "https://vuetifyjs.com/api/v-snackbar#props",
|
|
20026
|
+
"value": {
|
|
20027
|
+
"kind": "expression",
|
|
20028
|
+
"type": "{ activator: (args: [{ isActive: boolean; props: Record<string, any> }]) => VNodeChild; default: (args: []) => VNodeChild; actions: (args: []) => VNodeChild }"
|
|
20029
|
+
}
|
|
20030
|
+
},
|
|
19133
20031
|
{
|
|
19134
20032
|
"name": "zIndex",
|
|
19135
20033
|
"description": "The z-index used for the component",
|
|
@@ -19581,6 +20479,15 @@
|
|
|
19581
20479
|
"type": "string"
|
|
19582
20480
|
}
|
|
19583
20481
|
},
|
|
20482
|
+
{
|
|
20483
|
+
"name": "$slots",
|
|
20484
|
+
"description": "MISSING DESCRIPTION",
|
|
20485
|
+
"doc-url": "https://vuetifyjs.com/api/v-switch#props",
|
|
20486
|
+
"value": {
|
|
20487
|
+
"kind": "expression",
|
|
20488
|
+
"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 }"
|
|
20489
|
+
}
|
|
20490
|
+
},
|
|
19584
20491
|
{
|
|
19585
20492
|
"name": "value",
|
|
19586
20493
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))",
|
|
@@ -20174,6 +21081,15 @@
|
|
|
20174
21081
|
"type": "string"
|
|
20175
21082
|
}
|
|
20176
21083
|
},
|
|
21084
|
+
{
|
|
21085
|
+
"name": "$slots",
|
|
21086
|
+
"description": "MISSING DESCRIPTION",
|
|
21087
|
+
"doc-url": "https://vuetifyjs.com/api/v-system-bar#props",
|
|
21088
|
+
"value": {
|
|
21089
|
+
"kind": "expression",
|
|
21090
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
21091
|
+
}
|
|
21092
|
+
},
|
|
20177
21093
|
{
|
|
20178
21094
|
"name": "absolute",
|
|
20179
21095
|
"description": "Applies **position: absolute** to the component.",
|
|
@@ -20276,6 +21192,15 @@
|
|
|
20276
21192
|
"description": "",
|
|
20277
21193
|
"doc-url": "https://vuetifyjs.com/api/v-tabs",
|
|
20278
21194
|
"attributes": [
|
|
21195
|
+
{
|
|
21196
|
+
"name": "$slots",
|
|
21197
|
+
"description": "MISSING DESCRIPTION",
|
|
21198
|
+
"doc-url": "https://vuetifyjs.com/api/v-tabs#props",
|
|
21199
|
+
"value": {
|
|
21200
|
+
"kind": "expression",
|
|
21201
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
21202
|
+
}
|
|
21203
|
+
},
|
|
20279
21204
|
{
|
|
20280
21205
|
"name": "items",
|
|
20281
21206
|
"description": "The items to display in the component. This can be an array of strings or objects with a property `title`",
|
|
@@ -20469,6 +21394,15 @@
|
|
|
20469
21394
|
"type": "string"
|
|
20470
21395
|
}
|
|
20471
21396
|
},
|
|
21397
|
+
{
|
|
21398
|
+
"name": "$slots",
|
|
21399
|
+
"description": "MISSING DESCRIPTION",
|
|
21400
|
+
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
|
21401
|
+
"value": {
|
|
21402
|
+
"kind": "expression",
|
|
21403
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
21404
|
+
}
|
|
21405
|
+
},
|
|
20472
21406
|
{
|
|
20473
21407
|
"name": "value",
|
|
20474
21408
|
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used.",
|
|
@@ -20690,6 +21624,15 @@
|
|
|
20690
21624
|
"type": "string"
|
|
20691
21625
|
}
|
|
20692
21626
|
},
|
|
21627
|
+
{
|
|
21628
|
+
"name": "$slots",
|
|
21629
|
+
"description": "MISSING DESCRIPTION",
|
|
21630
|
+
"doc-url": "https://vuetifyjs.com/api/v-table#props",
|
|
21631
|
+
"value": {
|
|
21632
|
+
"kind": "expression",
|
|
21633
|
+
"type": "{ default: (args: []) => VNodeChild; top: (args: []) => VNodeChild; bottom: (args: []) => VNodeChild; wrapper: (args: []) => VNodeChild }"
|
|
21634
|
+
}
|
|
21635
|
+
},
|
|
20693
21636
|
{
|
|
20694
21637
|
"name": "density",
|
|
20695
21638
|
"description": "Adjusts the vertical height used by the component.",
|
|
@@ -20820,12 +21763,21 @@
|
|
|
20820
21763
|
"type": "boolean"
|
|
20821
21764
|
},
|
|
20822
21765
|
{
|
|
20823
|
-
"name": "
|
|
20824
|
-
"description": "MISSING DESCRIPTION
|
|
21766
|
+
"name": "$slots",
|
|
21767
|
+
"description": "MISSING DESCRIPTION",
|
|
20825
21768
|
"doc-url": "https://vuetifyjs.com/api/v-textarea#props",
|
|
20826
21769
|
"value": {
|
|
20827
21770
|
"kind": "expression",
|
|
20828
|
-
"type": "string"
|
|
21771
|
+
"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 }"
|
|
21772
|
+
}
|
|
21773
|
+
},
|
|
21774
|
+
{
|
|
21775
|
+
"name": "id",
|
|
21776
|
+
"description": "Sets the DOM id on the component",
|
|
21777
|
+
"doc-url": "https://vuetifyjs.com/api/v-textarea#props",
|
|
21778
|
+
"value": {
|
|
21779
|
+
"kind": "expression",
|
|
21780
|
+
"type": "string"
|
|
20829
21781
|
}
|
|
20830
21782
|
},
|
|
20831
21783
|
{
|
|
@@ -21602,9 +22554,18 @@
|
|
|
21602
22554
|
},
|
|
21603
22555
|
"type": "boolean"
|
|
21604
22556
|
},
|
|
22557
|
+
{
|
|
22558
|
+
"name": "$slots",
|
|
22559
|
+
"description": "MISSING DESCRIPTION",
|
|
22560
|
+
"doc-url": "https://vuetifyjs.com/api/v-text-field#props",
|
|
22561
|
+
"value": {
|
|
22562
|
+
"kind": "expression",
|
|
22563
|
+
"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 }"
|
|
22564
|
+
}
|
|
22565
|
+
},
|
|
21605
22566
|
{
|
|
21606
22567
|
"name": "id",
|
|
21607
|
-
"description": "
|
|
22568
|
+
"description": "Sets the DOM id on the component",
|
|
21608
22569
|
"doc-url": "https://vuetifyjs.com/api/v-text-field#props",
|
|
21609
22570
|
"value": {
|
|
21610
22571
|
"kind": "expression",
|
|
@@ -22319,6 +23280,15 @@
|
|
|
22319
23280
|
"type": "string"
|
|
22320
23281
|
}
|
|
22321
23282
|
},
|
|
23283
|
+
{
|
|
23284
|
+
"name": "$slots",
|
|
23285
|
+
"description": "MISSING DESCRIPTION",
|
|
23286
|
+
"doc-url": "https://vuetifyjs.com/api/v-theme-provider#props",
|
|
23287
|
+
"value": {
|
|
23288
|
+
"kind": "expression",
|
|
23289
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
23290
|
+
}
|
|
23291
|
+
},
|
|
22322
23292
|
{
|
|
22323
23293
|
"name": "tag",
|
|
22324
23294
|
"description": "Specify a custom tag used on the root element.",
|
|
@@ -22372,6 +23342,15 @@
|
|
|
22372
23342
|
"type": "string"
|
|
22373
23343
|
}
|
|
22374
23344
|
},
|
|
23345
|
+
{
|
|
23346
|
+
"name": "$slots",
|
|
23347
|
+
"description": "MISSING DESCRIPTION",
|
|
23348
|
+
"doc-url": "https://vuetifyjs.com/api/v-timeline#props",
|
|
23349
|
+
"value": {
|
|
23350
|
+
"kind": "expression",
|
|
23351
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
23352
|
+
}
|
|
23353
|
+
},
|
|
22375
23354
|
{
|
|
22376
23355
|
"name": "density",
|
|
22377
23356
|
"description": "Adjusts the vertical height used by the component.",
|
|
@@ -22492,6 +23471,15 @@
|
|
|
22492
23471
|
"description": "",
|
|
22493
23472
|
"doc-url": "https://vuetifyjs.com/api/v-timeline-item",
|
|
22494
23473
|
"attributes": [
|
|
23474
|
+
{
|
|
23475
|
+
"name": "$slots",
|
|
23476
|
+
"description": "MISSING DESCRIPTION",
|
|
23477
|
+
"doc-url": "https://vuetifyjs.com/api/v-timeline-item#props",
|
|
23478
|
+
"value": {
|
|
23479
|
+
"kind": "expression",
|
|
23480
|
+
"type": "{ default: (args: []) => VNodeChild; icon: (args: []) => VNodeChild; opposite: (args: []) => VNodeChild }"
|
|
23481
|
+
}
|
|
23482
|
+
},
|
|
22495
23483
|
{
|
|
22496
23484
|
"name": "size",
|
|
22497
23485
|
"description": "Size of the item dot",
|
|
@@ -22716,6 +23704,15 @@
|
|
|
22716
23704
|
"type": "string"
|
|
22717
23705
|
}
|
|
22718
23706
|
},
|
|
23707
|
+
{
|
|
23708
|
+
"name": "$slots",
|
|
23709
|
+
"description": "MISSING DESCRIPTION",
|
|
23710
|
+
"doc-url": "https://vuetifyjs.com/api/v-toolbar#props",
|
|
23711
|
+
"value": {
|
|
23712
|
+
"kind": "expression",
|
|
23713
|
+
"type": "{ default: (args: []) => VNodeChild; image: (args: []) => VNodeChild; prepend: (args: []) => VNodeChild; append: (args: []) => VNodeChild; title: (args: []) => VNodeChild; extension: (args: []) => VNodeChild }"
|
|
23714
|
+
}
|
|
23715
|
+
},
|
|
22719
23716
|
{
|
|
22720
23717
|
"name": "image",
|
|
22721
23718
|
"description": "Specifies a [v-img](/components/images) as the component's background.",
|
|
@@ -22904,6 +23901,15 @@
|
|
|
22904
23901
|
"description": "",
|
|
22905
23902
|
"doc-url": "https://vuetifyjs.com/api/v-toolbar-title",
|
|
22906
23903
|
"attributes": [
|
|
23904
|
+
{
|
|
23905
|
+
"name": "$slots",
|
|
23906
|
+
"description": "MISSING DESCRIPTION",
|
|
23907
|
+
"doc-url": "https://vuetifyjs.com/api/v-toolbar-title#props",
|
|
23908
|
+
"value": {
|
|
23909
|
+
"kind": "expression",
|
|
23910
|
+
"type": "{ default: (args: []) => VNodeChild; text: (args: []) => VNodeChild }"
|
|
23911
|
+
}
|
|
23912
|
+
},
|
|
22907
23913
|
{
|
|
22908
23914
|
"name": "tag",
|
|
22909
23915
|
"description": "Specify a custom tag used on the root element.",
|
|
@@ -22951,6 +23957,15 @@
|
|
|
22951
23957
|
"description": "",
|
|
22952
23958
|
"doc-url": "https://vuetifyjs.com/api/v-toolbar-items",
|
|
22953
23959
|
"attributes": [
|
|
23960
|
+
{
|
|
23961
|
+
"name": "$slots",
|
|
23962
|
+
"description": "MISSING DESCRIPTION",
|
|
23963
|
+
"doc-url": "https://vuetifyjs.com/api/v-toolbar-items#props",
|
|
23964
|
+
"value": {
|
|
23965
|
+
"kind": "expression",
|
|
23966
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
23967
|
+
}
|
|
23968
|
+
},
|
|
22954
23969
|
{
|
|
22955
23970
|
"name": "color",
|
|
22956
23971
|
"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)",
|
|
@@ -23002,6 +24017,15 @@
|
|
|
23002
24017
|
"type": "string"
|
|
23003
24018
|
}
|
|
23004
24019
|
},
|
|
24020
|
+
{
|
|
24021
|
+
"name": "$slots",
|
|
24022
|
+
"description": "MISSING DESCRIPTION",
|
|
24023
|
+
"doc-url": "https://vuetifyjs.com/api/v-tooltip#props",
|
|
24024
|
+
"value": {
|
|
24025
|
+
"kind": "expression",
|
|
24026
|
+
"type": "{ default: (args: [{ isActive: Ref<boolean> }]) => VNodeChild; activator: (args: [{ isActive: boolean; props: Record<string, any> }]) => VNodeChild }"
|
|
24027
|
+
}
|
|
24028
|
+
},
|
|
23005
24029
|
{
|
|
23006
24030
|
"name": "zIndex",
|
|
23007
24031
|
"description": "The z-index used for the component",
|
|
@@ -23384,6 +24408,15 @@
|
|
|
23384
24408
|
"type": "string"
|
|
23385
24409
|
}
|
|
23386
24410
|
},
|
|
24411
|
+
{
|
|
24412
|
+
"name": "$slots",
|
|
24413
|
+
"description": "MISSING DESCRIPTION",
|
|
24414
|
+
"doc-url": "https://vuetifyjs.com/api/v-validation#props",
|
|
24415
|
+
"value": {
|
|
24416
|
+
"kind": "expression",
|
|
24417
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
24418
|
+
}
|
|
24419
|
+
},
|
|
23387
24420
|
{
|
|
23388
24421
|
"name": "error",
|
|
23389
24422
|
"description": "Puts the input in a manual error state",
|
|
@@ -23549,6 +24582,15 @@
|
|
|
23549
24582
|
},
|
|
23550
24583
|
"type": "boolean"
|
|
23551
24584
|
},
|
|
24585
|
+
{
|
|
24586
|
+
"name": "$slots",
|
|
24587
|
+
"description": "MISSING DESCRIPTION",
|
|
24588
|
+
"doc-url": "https://vuetifyjs.com/api/v-window#props",
|
|
24589
|
+
"value": {
|
|
24590
|
+
"kind": "expression",
|
|
24591
|
+
"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 }"
|
|
24592
|
+
}
|
|
24593
|
+
},
|
|
23552
24594
|
{
|
|
23553
24595
|
"name": "modelValue",
|
|
23554
24596
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array",
|
|
@@ -23734,6 +24776,15 @@
|
|
|
23734
24776
|
"description": "",
|
|
23735
24777
|
"doc-url": "https://vuetifyjs.com/api/v-window-item",
|
|
23736
24778
|
"attributes": [
|
|
24779
|
+
{
|
|
24780
|
+
"name": "$slots",
|
|
24781
|
+
"description": "MISSING DESCRIPTION",
|
|
24782
|
+
"doc-url": "https://vuetifyjs.com/api/v-window-item#props",
|
|
24783
|
+
"value": {
|
|
24784
|
+
"kind": "expression",
|
|
24785
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
24786
|
+
}
|
|
24787
|
+
},
|
|
23737
24788
|
{
|
|
23738
24789
|
"name": "value",
|
|
23739
24790
|
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used.",
|
|
@@ -23829,6 +24880,15 @@
|
|
|
23829
24880
|
"description": "",
|
|
23830
24881
|
"doc-url": "https://vuetifyjs.com/api/v-dialog-transition",
|
|
23831
24882
|
"attributes": [
|
|
24883
|
+
{
|
|
24884
|
+
"name": "$slots",
|
|
24885
|
+
"description": "MISSING DESCRIPTION",
|
|
24886
|
+
"doc-url": "https://vuetifyjs.com/api/v-dialog-transition#props",
|
|
24887
|
+
"value": {
|
|
24888
|
+
"kind": "expression",
|
|
24889
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
24890
|
+
}
|
|
24891
|
+
},
|
|
23832
24892
|
{
|
|
23833
24893
|
"name": "target",
|
|
23834
24894
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-dialog-transition.json))",
|
|
@@ -23861,6 +24921,15 @@
|
|
|
23861
24921
|
"description": "",
|
|
23862
24922
|
"doc-url": "https://vuetifyjs.com/api/v-fab-transition",
|
|
23863
24923
|
"attributes": [
|
|
24924
|
+
{
|
|
24925
|
+
"name": "$slots",
|
|
24926
|
+
"description": "MISSING DESCRIPTION",
|
|
24927
|
+
"doc-url": "https://vuetifyjs.com/api/v-fab-transition#props",
|
|
24928
|
+
"value": {
|
|
24929
|
+
"kind": "expression",
|
|
24930
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
24931
|
+
}
|
|
24932
|
+
},
|
|
23864
24933
|
{
|
|
23865
24934
|
"name": "origin",
|
|
23866
24935
|
"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).",
|
|
@@ -23937,6 +25006,15 @@
|
|
|
23937
25006
|
"description": "",
|
|
23938
25007
|
"doc-url": "https://vuetifyjs.com/api/v-dialog-bottom-transition",
|
|
23939
25008
|
"attributes": [
|
|
25009
|
+
{
|
|
25010
|
+
"name": "$slots",
|
|
25011
|
+
"description": "MISSING DESCRIPTION",
|
|
25012
|
+
"doc-url": "https://vuetifyjs.com/api/v-dialog-bottom-transition#props",
|
|
25013
|
+
"value": {
|
|
25014
|
+
"kind": "expression",
|
|
25015
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
25016
|
+
}
|
|
25017
|
+
},
|
|
23940
25018
|
{
|
|
23941
25019
|
"name": "origin",
|
|
23942
25020
|
"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).",
|
|
@@ -24012,6 +25090,15 @@
|
|
|
24012
25090
|
"description": "",
|
|
24013
25091
|
"doc-url": "https://vuetifyjs.com/api/v-dialog-top-transition",
|
|
24014
25092
|
"attributes": [
|
|
25093
|
+
{
|
|
25094
|
+
"name": "$slots",
|
|
25095
|
+
"description": "MISSING DESCRIPTION",
|
|
25096
|
+
"doc-url": "https://vuetifyjs.com/api/v-dialog-top-transition#props",
|
|
25097
|
+
"value": {
|
|
25098
|
+
"kind": "expression",
|
|
25099
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
25100
|
+
}
|
|
25101
|
+
},
|
|
24015
25102
|
{
|
|
24016
25103
|
"name": "origin",
|
|
24017
25104
|
"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).",
|
|
@@ -24087,6 +25174,15 @@
|
|
|
24087
25174
|
"description": "",
|
|
24088
25175
|
"doc-url": "https://vuetifyjs.com/api/v-fade-transition",
|
|
24089
25176
|
"attributes": [
|
|
25177
|
+
{
|
|
25178
|
+
"name": "$slots",
|
|
25179
|
+
"description": "MISSING DESCRIPTION",
|
|
25180
|
+
"doc-url": "https://vuetifyjs.com/api/v-fade-transition#props",
|
|
25181
|
+
"value": {
|
|
25182
|
+
"kind": "expression",
|
|
25183
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
25184
|
+
}
|
|
25185
|
+
},
|
|
24090
25186
|
{
|
|
24091
25187
|
"name": "origin",
|
|
24092
25188
|
"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).",
|
|
@@ -24162,6 +25258,15 @@
|
|
|
24162
25258
|
"description": "",
|
|
24163
25259
|
"doc-url": "https://vuetifyjs.com/api/v-scale-transition",
|
|
24164
25260
|
"attributes": [
|
|
25261
|
+
{
|
|
25262
|
+
"name": "$slots",
|
|
25263
|
+
"description": "MISSING DESCRIPTION",
|
|
25264
|
+
"doc-url": "https://vuetifyjs.com/api/v-scale-transition#props",
|
|
25265
|
+
"value": {
|
|
25266
|
+
"kind": "expression",
|
|
25267
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
25268
|
+
}
|
|
25269
|
+
},
|
|
24165
25270
|
{
|
|
24166
25271
|
"name": "origin",
|
|
24167
25272
|
"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).",
|
|
@@ -24237,6 +25342,15 @@
|
|
|
24237
25342
|
"description": "",
|
|
24238
25343
|
"doc-url": "https://vuetifyjs.com/api/v-scroll-x-transition",
|
|
24239
25344
|
"attributes": [
|
|
25345
|
+
{
|
|
25346
|
+
"name": "$slots",
|
|
25347
|
+
"description": "MISSING DESCRIPTION",
|
|
25348
|
+
"doc-url": "https://vuetifyjs.com/api/v-scroll-x-transition#props",
|
|
25349
|
+
"value": {
|
|
25350
|
+
"kind": "expression",
|
|
25351
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
25352
|
+
}
|
|
25353
|
+
},
|
|
24240
25354
|
{
|
|
24241
25355
|
"name": "origin",
|
|
24242
25356
|
"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).",
|
|
@@ -24312,6 +25426,15 @@
|
|
|
24312
25426
|
"description": "",
|
|
24313
25427
|
"doc-url": "https://vuetifyjs.com/api/v-scroll-x-reverse-transition",
|
|
24314
25428
|
"attributes": [
|
|
25429
|
+
{
|
|
25430
|
+
"name": "$slots",
|
|
25431
|
+
"description": "MISSING DESCRIPTION",
|
|
25432
|
+
"doc-url": "https://vuetifyjs.com/api/v-scroll-x-reverse-transition#props",
|
|
25433
|
+
"value": {
|
|
25434
|
+
"kind": "expression",
|
|
25435
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
25436
|
+
}
|
|
25437
|
+
},
|
|
24315
25438
|
{
|
|
24316
25439
|
"name": "origin",
|
|
24317
25440
|
"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).",
|
|
@@ -24387,6 +25510,15 @@
|
|
|
24387
25510
|
"description": "",
|
|
24388
25511
|
"doc-url": "https://vuetifyjs.com/api/v-scroll-y-transition",
|
|
24389
25512
|
"attributes": [
|
|
25513
|
+
{
|
|
25514
|
+
"name": "$slots",
|
|
25515
|
+
"description": "MISSING DESCRIPTION",
|
|
25516
|
+
"doc-url": "https://vuetifyjs.com/api/v-scroll-y-transition#props",
|
|
25517
|
+
"value": {
|
|
25518
|
+
"kind": "expression",
|
|
25519
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
25520
|
+
}
|
|
25521
|
+
},
|
|
24390
25522
|
{
|
|
24391
25523
|
"name": "origin",
|
|
24392
25524
|
"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).",
|
|
@@ -24462,6 +25594,15 @@
|
|
|
24462
25594
|
"description": "",
|
|
24463
25595
|
"doc-url": "https://vuetifyjs.com/api/v-scroll-y-reverse-transition",
|
|
24464
25596
|
"attributes": [
|
|
25597
|
+
{
|
|
25598
|
+
"name": "$slots",
|
|
25599
|
+
"description": "MISSING DESCRIPTION",
|
|
25600
|
+
"doc-url": "https://vuetifyjs.com/api/v-scroll-y-reverse-transition#props",
|
|
25601
|
+
"value": {
|
|
25602
|
+
"kind": "expression",
|
|
25603
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
25604
|
+
}
|
|
25605
|
+
},
|
|
24465
25606
|
{
|
|
24466
25607
|
"name": "origin",
|
|
24467
25608
|
"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).",
|
|
@@ -24537,6 +25678,15 @@
|
|
|
24537
25678
|
"description": "",
|
|
24538
25679
|
"doc-url": "https://vuetifyjs.com/api/v-slide-x-transition",
|
|
24539
25680
|
"attributes": [
|
|
25681
|
+
{
|
|
25682
|
+
"name": "$slots",
|
|
25683
|
+
"description": "MISSING DESCRIPTION",
|
|
25684
|
+
"doc-url": "https://vuetifyjs.com/api/v-slide-x-transition#props",
|
|
25685
|
+
"value": {
|
|
25686
|
+
"kind": "expression",
|
|
25687
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
25688
|
+
}
|
|
25689
|
+
},
|
|
24540
25690
|
{
|
|
24541
25691
|
"name": "origin",
|
|
24542
25692
|
"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).",
|
|
@@ -24612,6 +25762,15 @@
|
|
|
24612
25762
|
"description": "",
|
|
24613
25763
|
"doc-url": "https://vuetifyjs.com/api/v-slide-x-reverse-transition",
|
|
24614
25764
|
"attributes": [
|
|
25765
|
+
{
|
|
25766
|
+
"name": "$slots",
|
|
25767
|
+
"description": "MISSING DESCRIPTION",
|
|
25768
|
+
"doc-url": "https://vuetifyjs.com/api/v-slide-x-reverse-transition#props",
|
|
25769
|
+
"value": {
|
|
25770
|
+
"kind": "expression",
|
|
25771
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
25772
|
+
}
|
|
25773
|
+
},
|
|
24615
25774
|
{
|
|
24616
25775
|
"name": "origin",
|
|
24617
25776
|
"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).",
|
|
@@ -24687,6 +25846,15 @@
|
|
|
24687
25846
|
"description": "",
|
|
24688
25847
|
"doc-url": "https://vuetifyjs.com/api/v-slide-y-transition",
|
|
24689
25848
|
"attributes": [
|
|
25849
|
+
{
|
|
25850
|
+
"name": "$slots",
|
|
25851
|
+
"description": "MISSING DESCRIPTION",
|
|
25852
|
+
"doc-url": "https://vuetifyjs.com/api/v-slide-y-transition#props",
|
|
25853
|
+
"value": {
|
|
25854
|
+
"kind": "expression",
|
|
25855
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
25856
|
+
}
|
|
25857
|
+
},
|
|
24690
25858
|
{
|
|
24691
25859
|
"name": "origin",
|
|
24692
25860
|
"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).",
|
|
@@ -24762,6 +25930,15 @@
|
|
|
24762
25930
|
"description": "",
|
|
24763
25931
|
"doc-url": "https://vuetifyjs.com/api/v-slide-y-reverse-transition",
|
|
24764
25932
|
"attributes": [
|
|
25933
|
+
{
|
|
25934
|
+
"name": "$slots",
|
|
25935
|
+
"description": "MISSING DESCRIPTION",
|
|
25936
|
+
"doc-url": "https://vuetifyjs.com/api/v-slide-y-reverse-transition#props",
|
|
25937
|
+
"value": {
|
|
25938
|
+
"kind": "expression",
|
|
25939
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
25940
|
+
}
|
|
25941
|
+
},
|
|
24765
25942
|
{
|
|
24766
25943
|
"name": "origin",
|
|
24767
25944
|
"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).",
|
|
@@ -24837,6 +26014,15 @@
|
|
|
24837
26014
|
"description": "",
|
|
24838
26015
|
"doc-url": "https://vuetifyjs.com/api/v-expand-transition",
|
|
24839
26016
|
"attributes": [
|
|
26017
|
+
{
|
|
26018
|
+
"name": "$slots",
|
|
26019
|
+
"description": "MISSING DESCRIPTION",
|
|
26020
|
+
"doc-url": "https://vuetifyjs.com/api/v-expand-transition#props",
|
|
26021
|
+
"value": {
|
|
26022
|
+
"kind": "expression",
|
|
26023
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
26024
|
+
}
|
|
26025
|
+
},
|
|
24840
26026
|
{
|
|
24841
26027
|
"name": "mode",
|
|
24842
26028
|
"description": "Sets the transition mode (does not apply to transition-group).",
|
|
@@ -24870,6 +26056,15 @@
|
|
|
24870
26056
|
"description": "",
|
|
24871
26057
|
"doc-url": "https://vuetifyjs.com/api/v-expand-x-transition",
|
|
24872
26058
|
"attributes": [
|
|
26059
|
+
{
|
|
26060
|
+
"name": "$slots",
|
|
26061
|
+
"description": "MISSING DESCRIPTION",
|
|
26062
|
+
"doc-url": "https://vuetifyjs.com/api/v-expand-x-transition#props",
|
|
26063
|
+
"value": {
|
|
26064
|
+
"kind": "expression",
|
|
26065
|
+
"type": "{ default: (args: []) => VNodeChild }"
|
|
26066
|
+
}
|
|
26067
|
+
},
|
|
24873
26068
|
{
|
|
24874
26069
|
"name": "mode",
|
|
24875
26070
|
"description": "Sets the transition mode (does not apply to transition-group).",
|
|
@@ -24903,6 +26098,15 @@
|
|
|
24903
26098
|
"description": "",
|
|
24904
26099
|
"doc-url": "https://vuetifyjs.com/api/v-data-table",
|
|
24905
26100
|
"attributes": [
|
|
26101
|
+
{
|
|
26102
|
+
"name": "$slots",
|
|
26103
|
+
"description": "MISSING DESCRIPTION",
|
|
26104
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table#props",
|
|
26105
|
+
"value": {
|
|
26106
|
+
"kind": "expression",
|
|
26107
|
+
"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 }"
|
|
26108
|
+
}
|
|
26109
|
+
},
|
|
24906
26110
|
{
|
|
24907
26111
|
"name": "items",
|
|
24908
26112
|
"description": "An array of strings or objects used for automatically generating children components",
|
|
@@ -24977,7 +26181,7 @@
|
|
|
24977
26181
|
"doc-url": "https://vuetifyjs.com/api/v-data-table#props",
|
|
24978
26182
|
"value": {
|
|
24979
26183
|
"kind": "expression",
|
|
24980
|
-
"type": "
|
|
26184
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a>"
|
|
24981
26185
|
}
|
|
24982
26186
|
},
|
|
24983
26187
|
{
|
|
@@ -24986,7 +26190,7 @@
|
|
|
24986
26190
|
"doc-url": "https://vuetifyjs.com/api/v-data-table#props",
|
|
24987
26191
|
"value": {
|
|
24988
26192
|
"kind": "expression",
|
|
24989
|
-
"type": "{
|
|
26193
|
+
"type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a> }"
|
|
24990
26194
|
}
|
|
24991
26195
|
},
|
|
24992
26196
|
{
|
|
@@ -25051,7 +26255,7 @@
|
|
|
25051
26255
|
},
|
|
25052
26256
|
{
|
|
25053
26257
|
"name": "itemProps",
|
|
25054
|
-
"description": "
|
|
26258
|
+
"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.",
|
|
25055
26259
|
"doc-url": "https://vuetifyjs.com/api/v-data-table#props",
|
|
25056
26260
|
"default": "'props'",
|
|
25057
26261
|
"value": {
|
|
@@ -25099,7 +26303,7 @@
|
|
|
25099
26303
|
"default": "[]",
|
|
25100
26304
|
"value": {
|
|
25101
26305
|
"kind": "expression",
|
|
25102
|
-
"type": "
|
|
26306
|
+
"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>[][]"
|
|
25103
26307
|
}
|
|
25104
26308
|
},
|
|
25105
26309
|
{
|
|
@@ -25293,7 +26497,7 @@
|
|
|
25293
26497
|
"arguments": [
|
|
25294
26498
|
{
|
|
25295
26499
|
"name": "argument",
|
|
25296
|
-
"type": "[Event, { item:
|
|
26500
|
+
"type": "[Event, { item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> }]"
|
|
25297
26501
|
}
|
|
25298
26502
|
]
|
|
25299
26503
|
}
|
|
@@ -25307,7 +26511,37 @@
|
|
|
25307
26511
|
{
|
|
25308
26512
|
"name": "item",
|
|
25309
26513
|
"description": "Slot to replace the default rendering of a row",
|
|
25310
|
-
"doc-url": "https://vuetifyjs.com/api/v-data-table#slots"
|
|
26514
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
|
|
26515
|
+
"vue-properties": [
|
|
26516
|
+
{
|
|
26517
|
+
"name": "index",
|
|
26518
|
+
"type": "number"
|
|
26519
|
+
},
|
|
26520
|
+
{
|
|
26521
|
+
"name": "item",
|
|
26522
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
|
|
26523
|
+
},
|
|
26524
|
+
{
|
|
26525
|
+
"name": "columns",
|
|
26526
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
26527
|
+
},
|
|
26528
|
+
{
|
|
26529
|
+
"name": "isExpanded",
|
|
26530
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
26531
|
+
},
|
|
26532
|
+
{
|
|
26533
|
+
"name": "toggleExpand",
|
|
26534
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
|
|
26535
|
+
},
|
|
26536
|
+
{
|
|
26537
|
+
"name": "isSelected",
|
|
26538
|
+
"type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
|
|
26539
|
+
},
|
|
26540
|
+
{
|
|
26541
|
+
"name": "toggleSelect",
|
|
26542
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
|
|
26543
|
+
}
|
|
26544
|
+
]
|
|
25311
26545
|
},
|
|
25312
26546
|
{
|
|
25313
26547
|
"name": "loading",
|
|
@@ -25317,7 +26551,45 @@
|
|
|
25317
26551
|
{
|
|
25318
26552
|
"name": "group-header",
|
|
25319
26553
|
"description": "MISSING DESCRIPTION",
|
|
25320
|
-
"doc-url": "https://vuetifyjs.com/api/v-data-table#slots"
|
|
26554
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
|
|
26555
|
+
"vue-properties": [
|
|
26556
|
+
{
|
|
26557
|
+
"name": "index",
|
|
26558
|
+
"type": "number"
|
|
26559
|
+
},
|
|
26560
|
+
{
|
|
26561
|
+
"name": "item",
|
|
26562
|
+
"type": "{ 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)[] }"
|
|
26563
|
+
},
|
|
26564
|
+
{
|
|
26565
|
+
"name": "columns",
|
|
26566
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
26567
|
+
},
|
|
26568
|
+
{
|
|
26569
|
+
"name": "isExpanded",
|
|
26570
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
26571
|
+
},
|
|
26572
|
+
{
|
|
26573
|
+
"name": "toggleExpand",
|
|
26574
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
|
|
26575
|
+
},
|
|
26576
|
+
{
|
|
26577
|
+
"name": "isSelected",
|
|
26578
|
+
"type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
|
|
26579
|
+
},
|
|
26580
|
+
{
|
|
26581
|
+
"name": "toggleSelect",
|
|
26582
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
|
|
26583
|
+
},
|
|
26584
|
+
{
|
|
26585
|
+
"name": "toggleGroup",
|
|
26586
|
+
"type": "(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"
|
|
26587
|
+
},
|
|
26588
|
+
{
|
|
26589
|
+
"name": "isGroupOpen",
|
|
26590
|
+
"type": "(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"
|
|
26591
|
+
}
|
|
26592
|
+
]
|
|
25321
26593
|
},
|
|
25322
26594
|
{
|
|
25323
26595
|
"name": "no-data",
|
|
@@ -25325,9 +26597,114 @@
|
|
|
25325
26597
|
"doc-url": "https://vuetifyjs.com/api/v-data-table#slots"
|
|
25326
26598
|
},
|
|
25327
26599
|
{
|
|
25328
|
-
"name": "
|
|
25329
|
-
"description": "
|
|
25330
|
-
"doc-url": "https://vuetifyjs.com/api/v-data-table#slots"
|
|
26600
|
+
"name": "expanded-row",
|
|
26601
|
+
"description": "MISSING DESCRIPTION",
|
|
26602
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
|
|
26603
|
+
"vue-properties": [
|
|
26604
|
+
{
|
|
26605
|
+
"name": "index",
|
|
26606
|
+
"type": "number"
|
|
26607
|
+
},
|
|
26608
|
+
{
|
|
26609
|
+
"name": "item",
|
|
26610
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
|
|
26611
|
+
},
|
|
26612
|
+
{
|
|
26613
|
+
"name": "columns",
|
|
26614
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
26615
|
+
},
|
|
26616
|
+
{
|
|
26617
|
+
"name": "isExpanded",
|
|
26618
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
26619
|
+
},
|
|
26620
|
+
{
|
|
26621
|
+
"name": "toggleExpand",
|
|
26622
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
|
|
26623
|
+
},
|
|
26624
|
+
{
|
|
26625
|
+
"name": "isSelected",
|
|
26626
|
+
"type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
|
|
26627
|
+
},
|
|
26628
|
+
{
|
|
26629
|
+
"name": "toggleSelect",
|
|
26630
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
|
|
26631
|
+
}
|
|
26632
|
+
]
|
|
26633
|
+
},
|
|
26634
|
+
{
|
|
26635
|
+
"name": "item.data-table-select",
|
|
26636
|
+
"description": "Slot to replace the default `v-simple-checkbox` used when selecting rows",
|
|
26637
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
|
|
26638
|
+
"vue-properties": [
|
|
26639
|
+
{
|
|
26640
|
+
"name": "index",
|
|
26641
|
+
"type": "number"
|
|
26642
|
+
},
|
|
26643
|
+
{
|
|
26644
|
+
"name": "item",
|
|
26645
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
|
|
26646
|
+
},
|
|
26647
|
+
{
|
|
26648
|
+
"name": "columns",
|
|
26649
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
26650
|
+
},
|
|
26651
|
+
{
|
|
26652
|
+
"name": "isExpanded",
|
|
26653
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
26654
|
+
},
|
|
26655
|
+
{
|
|
26656
|
+
"name": "toggleExpand",
|
|
26657
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
|
|
26658
|
+
},
|
|
26659
|
+
{
|
|
26660
|
+
"name": "isSelected",
|
|
26661
|
+
"type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
|
|
26662
|
+
},
|
|
26663
|
+
{
|
|
26664
|
+
"name": "toggleSelect",
|
|
26665
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
|
|
26666
|
+
}
|
|
26667
|
+
]
|
|
26668
|
+
},
|
|
26669
|
+
{
|
|
26670
|
+
"name": "item.data-table-expand",
|
|
26671
|
+
"description": "Slot to replace the default `v-icon` used when expanding rows",
|
|
26672
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
|
|
26673
|
+
"vue-properties": [
|
|
26674
|
+
{
|
|
26675
|
+
"name": "index",
|
|
26676
|
+
"type": "number"
|
|
26677
|
+
},
|
|
26678
|
+
{
|
|
26679
|
+
"name": "item",
|
|
26680
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
|
|
26681
|
+
},
|
|
26682
|
+
{
|
|
26683
|
+
"name": "columns",
|
|
26684
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
26685
|
+
},
|
|
26686
|
+
{
|
|
26687
|
+
"name": "isExpanded",
|
|
26688
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
26689
|
+
},
|
|
26690
|
+
{
|
|
26691
|
+
"name": "toggleExpand",
|
|
26692
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
|
|
26693
|
+
},
|
|
26694
|
+
{
|
|
26695
|
+
"name": "isSelected",
|
|
26696
|
+
"type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
|
|
26697
|
+
},
|
|
26698
|
+
{
|
|
26699
|
+
"name": "toggleSelect",
|
|
26700
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
|
|
26701
|
+
}
|
|
26702
|
+
]
|
|
26703
|
+
},
|
|
26704
|
+
{
|
|
26705
|
+
"name": "top",
|
|
26706
|
+
"description": "Slot to add content above the table",
|
|
26707
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table#slots"
|
|
25331
26708
|
},
|
|
25332
26709
|
{
|
|
25333
26710
|
"name": "headers",
|
|
@@ -25368,6 +26745,41 @@
|
|
|
25368
26745
|
"name": "colgroup",
|
|
25369
26746
|
"description": "MISSING DESCRIPTION",
|
|
25370
26747
|
"doc-url": "https://vuetifyjs.com/api/v-data-table#slots"
|
|
26748
|
+
},
|
|
26749
|
+
{
|
|
26750
|
+
"name": "[`item.${string}`]",
|
|
26751
|
+
"description": "MISSING DESCRIPTION",
|
|
26752
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
|
|
26753
|
+
"vue-properties": [
|
|
26754
|
+
{
|
|
26755
|
+
"name": "index",
|
|
26756
|
+
"type": "number"
|
|
26757
|
+
},
|
|
26758
|
+
{
|
|
26759
|
+
"name": "item",
|
|
26760
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
|
|
26761
|
+
},
|
|
26762
|
+
{
|
|
26763
|
+
"name": "columns",
|
|
26764
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
26765
|
+
},
|
|
26766
|
+
{
|
|
26767
|
+
"name": "isExpanded",
|
|
26768
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
26769
|
+
},
|
|
26770
|
+
{
|
|
26771
|
+
"name": "toggleExpand",
|
|
26772
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
|
|
26773
|
+
},
|
|
26774
|
+
{
|
|
26775
|
+
"name": "isSelected",
|
|
26776
|
+
"type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
|
|
26777
|
+
},
|
|
26778
|
+
{
|
|
26779
|
+
"name": "toggleSelect",
|
|
26780
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
|
|
26781
|
+
}
|
|
26782
|
+
]
|
|
25371
26783
|
}
|
|
25372
26784
|
],
|
|
25373
26785
|
"vue-model": {
|
|
@@ -25384,6 +26796,15 @@
|
|
|
25384
26796
|
"description": "",
|
|
25385
26797
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-rows",
|
|
25386
26798
|
"attributes": [
|
|
26799
|
+
{
|
|
26800
|
+
"name": "$slots",
|
|
26801
|
+
"description": "MISSING DESCRIPTION",
|
|
26802
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-rows#props",
|
|
26803
|
+
"value": {
|
|
26804
|
+
"kind": "expression",
|
|
26805
|
+
"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 }"
|
|
26806
|
+
}
|
|
26807
|
+
},
|
|
25387
26808
|
{
|
|
25388
26809
|
"name": "items",
|
|
25389
26810
|
"description": "An array of strings or objects used for automatically generating children components",
|
|
@@ -25391,7 +26812,7 @@
|
|
|
25391
26812
|
"default": "[]",
|
|
25392
26813
|
"value": {
|
|
25393
26814
|
"kind": "expression",
|
|
25394
|
-
"type": "
|
|
26815
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>[]"
|
|
25395
26816
|
}
|
|
25396
26817
|
},
|
|
25397
26818
|
{
|
|
@@ -25453,7 +26874,7 @@
|
|
|
25453
26874
|
"arguments": [
|
|
25454
26875
|
{
|
|
25455
26876
|
"name": "argument",
|
|
25456
|
-
"type": "[Event, { item:
|
|
26877
|
+
"type": "[Event, { item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> }]"
|
|
25457
26878
|
}
|
|
25458
26879
|
]
|
|
25459
26880
|
}
|
|
@@ -25467,7 +26888,37 @@
|
|
|
25467
26888
|
{
|
|
25468
26889
|
"name": "item",
|
|
25469
26890
|
"description": "MISSING DESCRIPTION",
|
|
25470
|
-
"doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots"
|
|
26891
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots",
|
|
26892
|
+
"vue-properties": [
|
|
26893
|
+
{
|
|
26894
|
+
"name": "index",
|
|
26895
|
+
"type": "number"
|
|
26896
|
+
},
|
|
26897
|
+
{
|
|
26898
|
+
"name": "item",
|
|
26899
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
|
|
26900
|
+
},
|
|
26901
|
+
{
|
|
26902
|
+
"name": "columns",
|
|
26903
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
26904
|
+
},
|
|
26905
|
+
{
|
|
26906
|
+
"name": "isExpanded",
|
|
26907
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
26908
|
+
},
|
|
26909
|
+
{
|
|
26910
|
+
"name": "toggleExpand",
|
|
26911
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
|
|
26912
|
+
},
|
|
26913
|
+
{
|
|
26914
|
+
"name": "isSelected",
|
|
26915
|
+
"type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
|
|
26916
|
+
},
|
|
26917
|
+
{
|
|
26918
|
+
"name": "toggleSelect",
|
|
26919
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
|
|
26920
|
+
}
|
|
26921
|
+
]
|
|
25471
26922
|
},
|
|
25472
26923
|
{
|
|
25473
26924
|
"name": "loading",
|
|
@@ -25477,12 +26928,190 @@
|
|
|
25477
26928
|
{
|
|
25478
26929
|
"name": "group-header",
|
|
25479
26930
|
"description": "MISSING DESCRIPTION",
|
|
25480
|
-
"doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots"
|
|
26931
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots",
|
|
26932
|
+
"vue-properties": [
|
|
26933
|
+
{
|
|
26934
|
+
"name": "index",
|
|
26935
|
+
"type": "number"
|
|
26936
|
+
},
|
|
26937
|
+
{
|
|
26938
|
+
"name": "item",
|
|
26939
|
+
"type": "{ 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)[] }"
|
|
26940
|
+
},
|
|
26941
|
+
{
|
|
26942
|
+
"name": "columns",
|
|
26943
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
26944
|
+
},
|
|
26945
|
+
{
|
|
26946
|
+
"name": "isExpanded",
|
|
26947
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
26948
|
+
},
|
|
26949
|
+
{
|
|
26950
|
+
"name": "toggleExpand",
|
|
26951
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
|
|
26952
|
+
},
|
|
26953
|
+
{
|
|
26954
|
+
"name": "isSelected",
|
|
26955
|
+
"type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
|
|
26956
|
+
},
|
|
26957
|
+
{
|
|
26958
|
+
"name": "toggleSelect",
|
|
26959
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
|
|
26960
|
+
},
|
|
26961
|
+
{
|
|
26962
|
+
"name": "toggleGroup",
|
|
26963
|
+
"type": "(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"
|
|
26964
|
+
},
|
|
26965
|
+
{
|
|
26966
|
+
"name": "isGroupOpen",
|
|
26967
|
+
"type": "(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"
|
|
26968
|
+
}
|
|
26969
|
+
]
|
|
25481
26970
|
},
|
|
25482
26971
|
{
|
|
25483
26972
|
"name": "no-data",
|
|
25484
26973
|
"description": "MISSING DESCRIPTION",
|
|
25485
26974
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots"
|
|
26975
|
+
},
|
|
26976
|
+
{
|
|
26977
|
+
"name": "expanded-row",
|
|
26978
|
+
"description": "MISSING DESCRIPTION",
|
|
26979
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots",
|
|
26980
|
+
"vue-properties": [
|
|
26981
|
+
{
|
|
26982
|
+
"name": "index",
|
|
26983
|
+
"type": "number"
|
|
26984
|
+
},
|
|
26985
|
+
{
|
|
26986
|
+
"name": "item",
|
|
26987
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
|
|
26988
|
+
},
|
|
26989
|
+
{
|
|
26990
|
+
"name": "columns",
|
|
26991
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
26992
|
+
},
|
|
26993
|
+
{
|
|
26994
|
+
"name": "isExpanded",
|
|
26995
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
26996
|
+
},
|
|
26997
|
+
{
|
|
26998
|
+
"name": "toggleExpand",
|
|
26999
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
|
|
27000
|
+
},
|
|
27001
|
+
{
|
|
27002
|
+
"name": "isSelected",
|
|
27003
|
+
"type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
|
|
27004
|
+
},
|
|
27005
|
+
{
|
|
27006
|
+
"name": "toggleSelect",
|
|
27007
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
|
|
27008
|
+
}
|
|
27009
|
+
]
|
|
27010
|
+
},
|
|
27011
|
+
{
|
|
27012
|
+
"name": "item.data-table-select",
|
|
27013
|
+
"description": "MISSING DESCRIPTION",
|
|
27014
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots",
|
|
27015
|
+
"vue-properties": [
|
|
27016
|
+
{
|
|
27017
|
+
"name": "index",
|
|
27018
|
+
"type": "number"
|
|
27019
|
+
},
|
|
27020
|
+
{
|
|
27021
|
+
"name": "item",
|
|
27022
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
|
|
27023
|
+
},
|
|
27024
|
+
{
|
|
27025
|
+
"name": "columns",
|
|
27026
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
27027
|
+
},
|
|
27028
|
+
{
|
|
27029
|
+
"name": "isExpanded",
|
|
27030
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
27031
|
+
},
|
|
27032
|
+
{
|
|
27033
|
+
"name": "toggleExpand",
|
|
27034
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
|
|
27035
|
+
},
|
|
27036
|
+
{
|
|
27037
|
+
"name": "isSelected",
|
|
27038
|
+
"type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
|
|
27039
|
+
},
|
|
27040
|
+
{
|
|
27041
|
+
"name": "toggleSelect",
|
|
27042
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
|
|
27043
|
+
}
|
|
27044
|
+
]
|
|
27045
|
+
},
|
|
27046
|
+
{
|
|
27047
|
+
"name": "item.data-table-expand",
|
|
27048
|
+
"description": "MISSING DESCRIPTION",
|
|
27049
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots",
|
|
27050
|
+
"vue-properties": [
|
|
27051
|
+
{
|
|
27052
|
+
"name": "index",
|
|
27053
|
+
"type": "number"
|
|
27054
|
+
},
|
|
27055
|
+
{
|
|
27056
|
+
"name": "item",
|
|
27057
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
|
|
27058
|
+
},
|
|
27059
|
+
{
|
|
27060
|
+
"name": "columns",
|
|
27061
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
27062
|
+
},
|
|
27063
|
+
{
|
|
27064
|
+
"name": "isExpanded",
|
|
27065
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
27066
|
+
},
|
|
27067
|
+
{
|
|
27068
|
+
"name": "toggleExpand",
|
|
27069
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
|
|
27070
|
+
},
|
|
27071
|
+
{
|
|
27072
|
+
"name": "isSelected",
|
|
27073
|
+
"type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
|
|
27074
|
+
},
|
|
27075
|
+
{
|
|
27076
|
+
"name": "toggleSelect",
|
|
27077
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
|
|
27078
|
+
}
|
|
27079
|
+
]
|
|
27080
|
+
},
|
|
27081
|
+
{
|
|
27082
|
+
"name": "[`item.${string}`]",
|
|
27083
|
+
"description": "MISSING DESCRIPTION",
|
|
27084
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots",
|
|
27085
|
+
"vue-properties": [
|
|
27086
|
+
{
|
|
27087
|
+
"name": "index",
|
|
27088
|
+
"type": "number"
|
|
27089
|
+
},
|
|
27090
|
+
{
|
|
27091
|
+
"name": "item",
|
|
27092
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
|
|
27093
|
+
},
|
|
27094
|
+
{
|
|
27095
|
+
"name": "columns",
|
|
27096
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
27097
|
+
},
|
|
27098
|
+
{
|
|
27099
|
+
"name": "isExpanded",
|
|
27100
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
27101
|
+
},
|
|
27102
|
+
{
|
|
27103
|
+
"name": "toggleExpand",
|
|
27104
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
|
|
27105
|
+
},
|
|
27106
|
+
{
|
|
27107
|
+
"name": "isSelected",
|
|
27108
|
+
"type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
|
|
27109
|
+
},
|
|
27110
|
+
{
|
|
27111
|
+
"name": "toggleSelect",
|
|
27112
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
|
|
27113
|
+
}
|
|
27114
|
+
]
|
|
25486
27115
|
}
|
|
25487
27116
|
],
|
|
25488
27117
|
"vue-model": {
|
|
@@ -25505,7 +27134,7 @@
|
|
|
25505
27134
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-row#props",
|
|
25506
27135
|
"value": {
|
|
25507
27136
|
"kind": "expression",
|
|
25508
|
-
"type": "
|
|
27137
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>"
|
|
25509
27138
|
}
|
|
25510
27139
|
}
|
|
25511
27140
|
],
|
|
@@ -25525,6 +27154,15 @@
|
|
|
25525
27154
|
"description": "",
|
|
25526
27155
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual",
|
|
25527
27156
|
"attributes": [
|
|
27157
|
+
{
|
|
27158
|
+
"name": "$slots",
|
|
27159
|
+
"description": "MISSING DESCRIPTION",
|
|
27160
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
|
|
27161
|
+
"value": {
|
|
27162
|
+
"kind": "expression",
|
|
27163
|
+
"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 }"
|
|
27164
|
+
}
|
|
27165
|
+
},
|
|
25528
27166
|
{
|
|
25529
27167
|
"name": "items",
|
|
25530
27168
|
"description": "An array of strings or objects used for automatically generating children components",
|
|
@@ -25599,7 +27237,7 @@
|
|
|
25599
27237
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
|
|
25600
27238
|
"value": {
|
|
25601
27239
|
"kind": "expression",
|
|
25602
|
-
"type": "
|
|
27240
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a>"
|
|
25603
27241
|
}
|
|
25604
27242
|
},
|
|
25605
27243
|
{
|
|
@@ -25608,7 +27246,7 @@
|
|
|
25608
27246
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
|
|
25609
27247
|
"value": {
|
|
25610
27248
|
"kind": "expression",
|
|
25611
|
-
"type": "{
|
|
27249
|
+
"type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a> }"
|
|
25612
27250
|
}
|
|
25613
27251
|
},
|
|
25614
27252
|
{
|
|
@@ -25673,7 +27311,7 @@
|
|
|
25673
27311
|
},
|
|
25674
27312
|
{
|
|
25675
27313
|
"name": "itemProps",
|
|
25676
|
-
"description": "
|
|
27314
|
+
"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.",
|
|
25677
27315
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
|
|
25678
27316
|
"default": "'props'",
|
|
25679
27317
|
"value": {
|
|
@@ -25721,7 +27359,7 @@
|
|
|
25721
27359
|
"default": "[]",
|
|
25722
27360
|
"value": {
|
|
25723
27361
|
"kind": "expression",
|
|
25724
|
-
"type": "
|
|
27362
|
+
"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>[][]"
|
|
25725
27363
|
}
|
|
25726
27364
|
},
|
|
25727
27365
|
{
|
|
@@ -25893,7 +27531,7 @@
|
|
|
25893
27531
|
"arguments": [
|
|
25894
27532
|
{
|
|
25895
27533
|
"name": "argument",
|
|
25896
|
-
"type": "[Event, { item:
|
|
27534
|
+
"type": "[Event, { item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> }]"
|
|
25897
27535
|
}
|
|
25898
27536
|
]
|
|
25899
27537
|
}
|
|
@@ -25907,23 +27545,196 @@
|
|
|
25907
27545
|
{
|
|
25908
27546
|
"name": "item",
|
|
25909
27547
|
"description": "Slot to replace the default rendering of a row",
|
|
27548
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
|
|
27549
|
+
"vue-properties": [
|
|
27550
|
+
{
|
|
27551
|
+
"name": "index",
|
|
27552
|
+
"type": "number"
|
|
27553
|
+
},
|
|
27554
|
+
{
|
|
27555
|
+
"name": "item",
|
|
27556
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
|
|
27557
|
+
},
|
|
27558
|
+
{
|
|
27559
|
+
"name": "columns",
|
|
27560
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
27561
|
+
},
|
|
27562
|
+
{
|
|
27563
|
+
"name": "isExpanded",
|
|
27564
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
27565
|
+
},
|
|
27566
|
+
{
|
|
27567
|
+
"name": "toggleExpand",
|
|
27568
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
|
|
27569
|
+
},
|
|
27570
|
+
{
|
|
27571
|
+
"name": "isSelected",
|
|
27572
|
+
"type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
|
|
27573
|
+
},
|
|
27574
|
+
{
|
|
27575
|
+
"name": "toggleSelect",
|
|
27576
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
|
|
27577
|
+
}
|
|
27578
|
+
]
|
|
27579
|
+
},
|
|
27580
|
+
{
|
|
27581
|
+
"name": "loading",
|
|
27582
|
+
"description": "Defines content for when `loading` is true and no items are provided",
|
|
25910
27583
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots"
|
|
25911
27584
|
},
|
|
25912
27585
|
{
|
|
25913
|
-
"name": "
|
|
25914
|
-
"description": "
|
|
25915
|
-
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots"
|
|
25916
|
-
|
|
25917
|
-
|
|
25918
|
-
|
|
25919
|
-
|
|
25920
|
-
|
|
25921
|
-
|
|
25922
|
-
|
|
27586
|
+
"name": "group-header",
|
|
27587
|
+
"description": "MISSING DESCRIPTION",
|
|
27588
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
|
|
27589
|
+
"vue-properties": [
|
|
27590
|
+
{
|
|
27591
|
+
"name": "index",
|
|
27592
|
+
"type": "number"
|
|
27593
|
+
},
|
|
27594
|
+
{
|
|
27595
|
+
"name": "item",
|
|
27596
|
+
"type": "{ 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)[] }"
|
|
27597
|
+
},
|
|
27598
|
+
{
|
|
27599
|
+
"name": "columns",
|
|
27600
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
27601
|
+
},
|
|
27602
|
+
{
|
|
27603
|
+
"name": "isExpanded",
|
|
27604
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
27605
|
+
},
|
|
27606
|
+
{
|
|
27607
|
+
"name": "toggleExpand",
|
|
27608
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
|
|
27609
|
+
},
|
|
27610
|
+
{
|
|
27611
|
+
"name": "isSelected",
|
|
27612
|
+
"type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
|
|
27613
|
+
},
|
|
27614
|
+
{
|
|
27615
|
+
"name": "toggleSelect",
|
|
27616
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
|
|
27617
|
+
},
|
|
27618
|
+
{
|
|
27619
|
+
"name": "toggleGroup",
|
|
27620
|
+
"type": "(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"
|
|
27621
|
+
},
|
|
27622
|
+
{
|
|
27623
|
+
"name": "isGroupOpen",
|
|
27624
|
+
"type": "(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"
|
|
27625
|
+
}
|
|
27626
|
+
]
|
|
27627
|
+
},
|
|
27628
|
+
{
|
|
25923
27629
|
"name": "no-data",
|
|
25924
27630
|
"description": "Defines content for when no items are provided",
|
|
25925
27631
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots"
|
|
25926
27632
|
},
|
|
27633
|
+
{
|
|
27634
|
+
"name": "expanded-row",
|
|
27635
|
+
"description": "MISSING DESCRIPTION",
|
|
27636
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
|
|
27637
|
+
"vue-properties": [
|
|
27638
|
+
{
|
|
27639
|
+
"name": "index",
|
|
27640
|
+
"type": "number"
|
|
27641
|
+
},
|
|
27642
|
+
{
|
|
27643
|
+
"name": "item",
|
|
27644
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
|
|
27645
|
+
},
|
|
27646
|
+
{
|
|
27647
|
+
"name": "columns",
|
|
27648
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
27649
|
+
},
|
|
27650
|
+
{
|
|
27651
|
+
"name": "isExpanded",
|
|
27652
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
27653
|
+
},
|
|
27654
|
+
{
|
|
27655
|
+
"name": "toggleExpand",
|
|
27656
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
|
|
27657
|
+
},
|
|
27658
|
+
{
|
|
27659
|
+
"name": "isSelected",
|
|
27660
|
+
"type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
|
|
27661
|
+
},
|
|
27662
|
+
{
|
|
27663
|
+
"name": "toggleSelect",
|
|
27664
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
|
|
27665
|
+
}
|
|
27666
|
+
]
|
|
27667
|
+
},
|
|
27668
|
+
{
|
|
27669
|
+
"name": "item.data-table-select",
|
|
27670
|
+
"description": "Slot to replace the default `v-simple-checkbox` used when selecting rows",
|
|
27671
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
|
|
27672
|
+
"vue-properties": [
|
|
27673
|
+
{
|
|
27674
|
+
"name": "index",
|
|
27675
|
+
"type": "number"
|
|
27676
|
+
},
|
|
27677
|
+
{
|
|
27678
|
+
"name": "item",
|
|
27679
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
|
|
27680
|
+
},
|
|
27681
|
+
{
|
|
27682
|
+
"name": "columns",
|
|
27683
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
27684
|
+
},
|
|
27685
|
+
{
|
|
27686
|
+
"name": "isExpanded",
|
|
27687
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
27688
|
+
},
|
|
27689
|
+
{
|
|
27690
|
+
"name": "toggleExpand",
|
|
27691
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
|
|
27692
|
+
},
|
|
27693
|
+
{
|
|
27694
|
+
"name": "isSelected",
|
|
27695
|
+
"type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
|
|
27696
|
+
},
|
|
27697
|
+
{
|
|
27698
|
+
"name": "toggleSelect",
|
|
27699
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
|
|
27700
|
+
}
|
|
27701
|
+
]
|
|
27702
|
+
},
|
|
27703
|
+
{
|
|
27704
|
+
"name": "item.data-table-expand",
|
|
27705
|
+
"description": "Slot to replace the default `v-icon` used when expanding rows",
|
|
27706
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
|
|
27707
|
+
"vue-properties": [
|
|
27708
|
+
{
|
|
27709
|
+
"name": "index",
|
|
27710
|
+
"type": "number"
|
|
27711
|
+
},
|
|
27712
|
+
{
|
|
27713
|
+
"name": "item",
|
|
27714
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
|
|
27715
|
+
},
|
|
27716
|
+
{
|
|
27717
|
+
"name": "columns",
|
|
27718
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
27719
|
+
},
|
|
27720
|
+
{
|
|
27721
|
+
"name": "isExpanded",
|
|
27722
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
27723
|
+
},
|
|
27724
|
+
{
|
|
27725
|
+
"name": "toggleExpand",
|
|
27726
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
|
|
27727
|
+
},
|
|
27728
|
+
{
|
|
27729
|
+
"name": "isSelected",
|
|
27730
|
+
"type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
|
|
27731
|
+
},
|
|
27732
|
+
{
|
|
27733
|
+
"name": "toggleSelect",
|
|
27734
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
|
|
27735
|
+
}
|
|
27736
|
+
]
|
|
27737
|
+
},
|
|
25927
27738
|
{
|
|
25928
27739
|
"name": "top",
|
|
25929
27740
|
"description": "Slot to add content above the table",
|
|
@@ -25938,6 +27749,41 @@
|
|
|
25938
27749
|
"name": "bottom",
|
|
25939
27750
|
"description": "MISSING DESCRIPTION",
|
|
25940
27751
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots"
|
|
27752
|
+
},
|
|
27753
|
+
{
|
|
27754
|
+
"name": "[`item.${string}`]",
|
|
27755
|
+
"description": "MISSING DESCRIPTION",
|
|
27756
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
|
|
27757
|
+
"vue-properties": [
|
|
27758
|
+
{
|
|
27759
|
+
"name": "index",
|
|
27760
|
+
"type": "number"
|
|
27761
|
+
},
|
|
27762
|
+
{
|
|
27763
|
+
"name": "item",
|
|
27764
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
|
|
27765
|
+
},
|
|
27766
|
+
{
|
|
27767
|
+
"name": "columns",
|
|
27768
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
27769
|
+
},
|
|
27770
|
+
{
|
|
27771
|
+
"name": "isExpanded",
|
|
27772
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
27773
|
+
},
|
|
27774
|
+
{
|
|
27775
|
+
"name": "toggleExpand",
|
|
27776
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
|
|
27777
|
+
},
|
|
27778
|
+
{
|
|
27779
|
+
"name": "isSelected",
|
|
27780
|
+
"type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
|
|
27781
|
+
},
|
|
27782
|
+
{
|
|
27783
|
+
"name": "toggleSelect",
|
|
27784
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
|
|
27785
|
+
}
|
|
27786
|
+
]
|
|
25941
27787
|
}
|
|
25942
27788
|
],
|
|
25943
27789
|
"vue-model": {
|
|
@@ -25954,6 +27800,15 @@
|
|
|
25954
27800
|
"description": "",
|
|
25955
27801
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-server",
|
|
25956
27802
|
"attributes": [
|
|
27803
|
+
{
|
|
27804
|
+
"name": "$slots",
|
|
27805
|
+
"description": "MISSING DESCRIPTION",
|
|
27806
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
|
|
27807
|
+
"value": {
|
|
27808
|
+
"kind": "expression",
|
|
27809
|
+
"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 }"
|
|
27810
|
+
}
|
|
27811
|
+
},
|
|
25957
27812
|
{
|
|
25958
27813
|
"name": "items",
|
|
25959
27814
|
"description": "An array of strings or objects used for automatically generating children components",
|
|
@@ -26054,7 +27909,7 @@
|
|
|
26054
27909
|
},
|
|
26055
27910
|
{
|
|
26056
27911
|
"name": "itemProps",
|
|
26057
|
-
"description": "
|
|
27912
|
+
"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.",
|
|
26058
27913
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
|
|
26059
27914
|
"default": "'props'",
|
|
26060
27915
|
"value": {
|
|
@@ -26112,7 +27967,7 @@
|
|
|
26112
27967
|
"default": "[]",
|
|
26113
27968
|
"value": {
|
|
26114
27969
|
"kind": "expression",
|
|
26115
|
-
"type": "
|
|
27970
|
+
"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>[][]"
|
|
26116
27971
|
}
|
|
26117
27972
|
},
|
|
26118
27973
|
{
|
|
@@ -26325,7 +28180,7 @@
|
|
|
26325
28180
|
"arguments": [
|
|
26326
28181
|
{
|
|
26327
28182
|
"name": "argument",
|
|
26328
|
-
"type": "[Event, { item:
|
|
28183
|
+
"type": "[Event, { item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> }]"
|
|
26329
28184
|
}
|
|
26330
28185
|
]
|
|
26331
28186
|
}
|
|
@@ -26339,7 +28194,37 @@
|
|
|
26339
28194
|
{
|
|
26340
28195
|
"name": "item",
|
|
26341
28196
|
"description": "Slot to replace the default rendering of a row",
|
|
26342
|
-
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots"
|
|
28197
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
|
|
28198
|
+
"vue-properties": [
|
|
28199
|
+
{
|
|
28200
|
+
"name": "index",
|
|
28201
|
+
"type": "number"
|
|
28202
|
+
},
|
|
28203
|
+
{
|
|
28204
|
+
"name": "item",
|
|
28205
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
|
|
28206
|
+
},
|
|
28207
|
+
{
|
|
28208
|
+
"name": "columns",
|
|
28209
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
28210
|
+
},
|
|
28211
|
+
{
|
|
28212
|
+
"name": "isExpanded",
|
|
28213
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
28214
|
+
},
|
|
28215
|
+
{
|
|
28216
|
+
"name": "toggleExpand",
|
|
28217
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
|
|
28218
|
+
},
|
|
28219
|
+
{
|
|
28220
|
+
"name": "isSelected",
|
|
28221
|
+
"type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
|
|
28222
|
+
},
|
|
28223
|
+
{
|
|
28224
|
+
"name": "toggleSelect",
|
|
28225
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
|
|
28226
|
+
}
|
|
28227
|
+
]
|
|
26343
28228
|
},
|
|
26344
28229
|
{
|
|
26345
28230
|
"name": "loading",
|
|
@@ -26349,13 +28234,156 @@
|
|
|
26349
28234
|
{
|
|
26350
28235
|
"name": "group-header",
|
|
26351
28236
|
"description": "MISSING DESCRIPTION",
|
|
26352
|
-
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots"
|
|
28237
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
|
|
28238
|
+
"vue-properties": [
|
|
28239
|
+
{
|
|
28240
|
+
"name": "index",
|
|
28241
|
+
"type": "number"
|
|
28242
|
+
},
|
|
28243
|
+
{
|
|
28244
|
+
"name": "item",
|
|
28245
|
+
"type": "{ 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)[] }"
|
|
28246
|
+
},
|
|
28247
|
+
{
|
|
28248
|
+
"name": "columns",
|
|
28249
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
28250
|
+
},
|
|
28251
|
+
{
|
|
28252
|
+
"name": "isExpanded",
|
|
28253
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
28254
|
+
},
|
|
28255
|
+
{
|
|
28256
|
+
"name": "toggleExpand",
|
|
28257
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
|
|
28258
|
+
},
|
|
28259
|
+
{
|
|
28260
|
+
"name": "isSelected",
|
|
28261
|
+
"type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
|
|
28262
|
+
},
|
|
28263
|
+
{
|
|
28264
|
+
"name": "toggleSelect",
|
|
28265
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
|
|
28266
|
+
},
|
|
28267
|
+
{
|
|
28268
|
+
"name": "toggleGroup",
|
|
28269
|
+
"type": "(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"
|
|
28270
|
+
},
|
|
28271
|
+
{
|
|
28272
|
+
"name": "isGroupOpen",
|
|
28273
|
+
"type": "(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"
|
|
28274
|
+
}
|
|
28275
|
+
]
|
|
26353
28276
|
},
|
|
26354
28277
|
{
|
|
26355
28278
|
"name": "no-data",
|
|
26356
28279
|
"description": "Defines content for when no items are provided",
|
|
26357
28280
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots"
|
|
26358
28281
|
},
|
|
28282
|
+
{
|
|
28283
|
+
"name": "expanded-row",
|
|
28284
|
+
"description": "MISSING DESCRIPTION",
|
|
28285
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
|
|
28286
|
+
"vue-properties": [
|
|
28287
|
+
{
|
|
28288
|
+
"name": "index",
|
|
28289
|
+
"type": "number"
|
|
28290
|
+
},
|
|
28291
|
+
{
|
|
28292
|
+
"name": "item",
|
|
28293
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
|
|
28294
|
+
},
|
|
28295
|
+
{
|
|
28296
|
+
"name": "columns",
|
|
28297
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
28298
|
+
},
|
|
28299
|
+
{
|
|
28300
|
+
"name": "isExpanded",
|
|
28301
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
28302
|
+
},
|
|
28303
|
+
{
|
|
28304
|
+
"name": "toggleExpand",
|
|
28305
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
|
|
28306
|
+
},
|
|
28307
|
+
{
|
|
28308
|
+
"name": "isSelected",
|
|
28309
|
+
"type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
|
|
28310
|
+
},
|
|
28311
|
+
{
|
|
28312
|
+
"name": "toggleSelect",
|
|
28313
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
|
|
28314
|
+
}
|
|
28315
|
+
]
|
|
28316
|
+
},
|
|
28317
|
+
{
|
|
28318
|
+
"name": "item.data-table-select",
|
|
28319
|
+
"description": "Slot to replace the default `v-simple-checkbox` used when selecting rows",
|
|
28320
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
|
|
28321
|
+
"vue-properties": [
|
|
28322
|
+
{
|
|
28323
|
+
"name": "index",
|
|
28324
|
+
"type": "number"
|
|
28325
|
+
},
|
|
28326
|
+
{
|
|
28327
|
+
"name": "item",
|
|
28328
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
|
|
28329
|
+
},
|
|
28330
|
+
{
|
|
28331
|
+
"name": "columns",
|
|
28332
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
28333
|
+
},
|
|
28334
|
+
{
|
|
28335
|
+
"name": "isExpanded",
|
|
28336
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
28337
|
+
},
|
|
28338
|
+
{
|
|
28339
|
+
"name": "toggleExpand",
|
|
28340
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
|
|
28341
|
+
},
|
|
28342
|
+
{
|
|
28343
|
+
"name": "isSelected",
|
|
28344
|
+
"type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
|
|
28345
|
+
},
|
|
28346
|
+
{
|
|
28347
|
+
"name": "toggleSelect",
|
|
28348
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
|
|
28349
|
+
}
|
|
28350
|
+
]
|
|
28351
|
+
},
|
|
28352
|
+
{
|
|
28353
|
+
"name": "item.data-table-expand",
|
|
28354
|
+
"description": "Slot to replace the default `v-icon` used when expanding rows",
|
|
28355
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
|
|
28356
|
+
"vue-properties": [
|
|
28357
|
+
{
|
|
28358
|
+
"name": "index",
|
|
28359
|
+
"type": "number"
|
|
28360
|
+
},
|
|
28361
|
+
{
|
|
28362
|
+
"name": "item",
|
|
28363
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
|
|
28364
|
+
},
|
|
28365
|
+
{
|
|
28366
|
+
"name": "columns",
|
|
28367
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
28368
|
+
},
|
|
28369
|
+
{
|
|
28370
|
+
"name": "isExpanded",
|
|
28371
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
28372
|
+
},
|
|
28373
|
+
{
|
|
28374
|
+
"name": "toggleExpand",
|
|
28375
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
|
|
28376
|
+
},
|
|
28377
|
+
{
|
|
28378
|
+
"name": "isSelected",
|
|
28379
|
+
"type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
|
|
28380
|
+
},
|
|
28381
|
+
{
|
|
28382
|
+
"name": "toggleSelect",
|
|
28383
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
|
|
28384
|
+
}
|
|
28385
|
+
]
|
|
28386
|
+
},
|
|
26359
28387
|
{
|
|
26360
28388
|
"name": "top",
|
|
26361
28389
|
"description": "Slot to add content above the table",
|
|
@@ -26395,6 +28423,41 @@
|
|
|
26395
28423
|
"name": "footer.prepend",
|
|
26396
28424
|
"description": "Adds content to the empty space in the footer",
|
|
26397
28425
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots"
|
|
28426
|
+
},
|
|
28427
|
+
{
|
|
28428
|
+
"name": "[`item.${string}`]",
|
|
28429
|
+
"description": "MISSING DESCRIPTION",
|
|
28430
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
|
|
28431
|
+
"vue-properties": [
|
|
28432
|
+
{
|
|
28433
|
+
"name": "index",
|
|
28434
|
+
"type": "number"
|
|
28435
|
+
},
|
|
28436
|
+
{
|
|
28437
|
+
"name": "item",
|
|
28438
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
|
|
28439
|
+
},
|
|
28440
|
+
{
|
|
28441
|
+
"name": "columns",
|
|
28442
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
28443
|
+
},
|
|
28444
|
+
{
|
|
28445
|
+
"name": "isExpanded",
|
|
28446
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
28447
|
+
},
|
|
28448
|
+
{
|
|
28449
|
+
"name": "toggleExpand",
|
|
28450
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
|
|
28451
|
+
},
|
|
28452
|
+
{
|
|
28453
|
+
"name": "isSelected",
|
|
28454
|
+
"type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
|
|
28455
|
+
},
|
|
28456
|
+
{
|
|
28457
|
+
"name": "toggleSelect",
|
|
28458
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
|
|
28459
|
+
}
|
|
28460
|
+
]
|
|
26398
28461
|
}
|
|
26399
28462
|
],
|
|
26400
28463
|
"vue-model": {
|
|
@@ -26412,7 +28475,13 @@
|
|
|
26412
28475
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-footer",
|
|
26413
28476
|
"attributes": [],
|
|
26414
28477
|
"events": [],
|
|
26415
|
-
"slots": [
|
|
28478
|
+
"slots": [
|
|
28479
|
+
{
|
|
28480
|
+
"name": "[string]",
|
|
28481
|
+
"description": "MISSING DESCRIPTION",
|
|
28482
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-footer#slots"
|
|
28483
|
+
}
|
|
28484
|
+
],
|
|
26416
28485
|
"vue-model": {
|
|
26417
28486
|
"prop": "modelValue",
|
|
26418
28487
|
"event": "update:modelValue"
|
|
@@ -26427,6 +28496,15 @@
|
|
|
26427
28496
|
"description": "",
|
|
26428
28497
|
"doc-url": "https://vuetifyjs.com/api/v-virtual-scroll",
|
|
26429
28498
|
"attributes": [
|
|
28499
|
+
{
|
|
28500
|
+
"name": "$slots",
|
|
28501
|
+
"description": "MISSING DESCRIPTION",
|
|
28502
|
+
"doc-url": "https://vuetifyjs.com/api/v-virtual-scroll#props",
|
|
28503
|
+
"value": {
|
|
28504
|
+
"kind": "expression",
|
|
28505
|
+
"type": "{ default: (args: [{ item: unknown; index: number }]) => VNodeChild }"
|
|
28506
|
+
}
|
|
28507
|
+
},
|
|
26430
28508
|
{
|
|
26431
28509
|
"name": "items",
|
|
26432
28510
|
"description": "The array of items to display",
|