@vuetify/nightly 3.1.8-master-20230307.0 → 3.1.8
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 +10 -2
- package/dist/json/attributes.json +0 -528
- package/dist/json/importMap.json +90 -90
- package/dist/json/tags.json +2 -136
- package/dist/json/web-types.json +20 -1210
- package/dist/vuetify-labs.css +242 -99
- package/dist/vuetify-labs.esm.js +33 -32
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +33 -32
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +261 -118
- package/dist/vuetify.d.ts +27 -27
- package/dist/vuetify.esm.js +33 -32
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +33 -32
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +209 -210
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +1 -1
- package/lib/components/VAlert/VAlert.mjs.map +1 -1
- package/lib/components/VAlert/_variables.scss +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VBanner/VBanner.mjs.map +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/VCardItem.mjs.map +1 -1
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VDivider/VDivider.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.mjs +1 -0
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListSubheader.mjs.map +1 -1
- package/lib/components/VMessages/VMessages.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.css +0 -2
- package/lib/components/VSnackbar/VSnackbar.mjs +6 -8
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.sass +0 -2
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VTable/VTable.mjs.map +1 -1
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTextField/VTextField.mjs +1 -0
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextarea/VTextarea.mjs +1 -0
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -1
- package/lib/components/transitions/createTransition.mjs +1 -1
- package/lib/components/transitions/createTransition.mjs.map +1 -1
- package/lib/composables/display.mjs +13 -10
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/loader.mjs.map +1 -1
- package/lib/composables/theme.mjs +7 -10
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/composables/variant.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.ts +27 -27
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/locale/index.mjs +1 -1
- package/lib/locale/index.mjs.map +1 -1
- package/lib/styles/elements/_global.sass +0 -4
- package/lib/styles/generic/_transitions.scss +111 -9
- package/lib/styles/main.css +212 -67
- package/package.json +16 -3
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.8
|
|
5
|
+
"version": "3.1.8",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -46,15 +46,6 @@
|
|
|
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
|
-
}
|
|
58
49
|
}
|
|
59
50
|
],
|
|
60
51
|
"events": [],
|
|
@@ -108,15 +99,6 @@
|
|
|
108
99
|
"type": "string"
|
|
109
100
|
}
|
|
110
101
|
},
|
|
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
|
-
},
|
|
120
102
|
{
|
|
121
103
|
"name": "image",
|
|
122
104
|
"description": "Specifies a [v-img](/components/images) as the component's background.",
|
|
@@ -348,15 +330,6 @@
|
|
|
348
330
|
"description": "",
|
|
349
331
|
"doc-url": "https://vuetifyjs.com/api/v-app-bar-nav-icon",
|
|
350
332
|
"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
|
-
},
|
|
360
333
|
{
|
|
361
334
|
"name": "icon",
|
|
362
335
|
"description": "Apply a specific icon using the [v-icon](/components/icons/) component.",
|
|
@@ -405,15 +378,6 @@
|
|
|
405
378
|
"description": "",
|
|
406
379
|
"doc-url": "https://vuetifyjs.com/api/v-app-bar-title",
|
|
407
380
|
"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
|
-
},
|
|
417
381
|
{
|
|
418
382
|
"name": "tag",
|
|
419
383
|
"description": "Specify a custom tag used on the root element.",
|
|
@@ -479,15 +443,6 @@
|
|
|
479
443
|
"type": "string"
|
|
480
444
|
}
|
|
481
445
|
},
|
|
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
|
-
},
|
|
491
446
|
{
|
|
492
447
|
"name": "position",
|
|
493
448
|
"description": "Specifies the type of positioning method used for the component.",
|
|
@@ -778,15 +733,6 @@
|
|
|
778
733
|
"description": "",
|
|
779
734
|
"doc-url": "https://vuetifyjs.com/api/v-alert-title",
|
|
780
735
|
"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
|
-
},
|
|
790
736
|
{
|
|
791
737
|
"name": "tag",
|
|
792
738
|
"description": "Specify a custom tag used on the root element",
|
|
@@ -859,15 +805,6 @@
|
|
|
859
805
|
},
|
|
860
806
|
"type": "boolean"
|
|
861
807
|
},
|
|
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
|
-
},
|
|
871
808
|
{
|
|
872
809
|
"name": "id",
|
|
873
810
|
"description": "Sets the DOM id on the component",
|
|
@@ -1864,15 +1801,6 @@
|
|
|
1864
1801
|
"type": "string"
|
|
1865
1802
|
}
|
|
1866
1803
|
},
|
|
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
|
-
},
|
|
1876
1804
|
{
|
|
1877
1805
|
"name": "size",
|
|
1878
1806
|
"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**.",
|
|
@@ -2004,15 +1932,6 @@
|
|
|
2004
1932
|
"type": "string"
|
|
2005
1933
|
}
|
|
2006
1934
|
},
|
|
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
|
-
},
|
|
2016
1935
|
{
|
|
2017
1936
|
"name": "modelValue",
|
|
2018
1937
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array",
|
|
@@ -2218,15 +2137,6 @@
|
|
|
2218
2137
|
"type": "string"
|
|
2219
2138
|
}
|
|
2220
2139
|
},
|
|
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
|
-
},
|
|
2230
2140
|
{
|
|
2231
2141
|
"name": "position",
|
|
2232
2142
|
"description": "Specifies the type of positioning method used for the component.",
|
|
@@ -2453,15 +2363,6 @@
|
|
|
2453
2363
|
"description": "",
|
|
2454
2364
|
"doc-url": "https://vuetifyjs.com/api/v-banner-actions",
|
|
2455
2365
|
"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
|
-
},
|
|
2465
2366
|
{
|
|
2466
2367
|
"name": "color",
|
|
2467
2368
|
"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)",
|
|
@@ -2503,15 +2404,6 @@
|
|
|
2503
2404
|
"description": "",
|
|
2504
2405
|
"doc-url": "https://vuetifyjs.com/api/v-banner-text",
|
|
2505
2406
|
"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
|
-
},
|
|
2515
2407
|
{
|
|
2516
2408
|
"name": "tag",
|
|
2517
2409
|
"description": "Specify a custom tag used on the root element",
|
|
@@ -2564,15 +2456,6 @@
|
|
|
2564
2456
|
"type": "string"
|
|
2565
2457
|
}
|
|
2566
2458
|
},
|
|
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
|
-
},
|
|
2576
2459
|
{
|
|
2577
2460
|
"name": "modelValue",
|
|
2578
2461
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array",
|
|
@@ -2798,15 +2681,6 @@
|
|
|
2798
2681
|
"description": "",
|
|
2799
2682
|
"doc-url": "https://vuetifyjs.com/api/v-breadcrumbs",
|
|
2800
2683
|
"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
|
-
},
|
|
2810
2684
|
{
|
|
2811
2685
|
"name": "items",
|
|
2812
2686
|
"description": "An array of strings or objects used for automatically generating children components",
|
|
@@ -2971,15 +2845,6 @@
|
|
|
2971
2845
|
"description": "",
|
|
2972
2846
|
"doc-url": "https://vuetifyjs.com/api/v-breadcrumbs-item",
|
|
2973
2847
|
"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
|
-
},
|
|
2983
2848
|
{
|
|
2984
2849
|
"name": "title",
|
|
2985
2850
|
"description": "Specify a title text for the component.",
|
|
@@ -3162,15 +3027,6 @@
|
|
|
3162
3027
|
"type": "string"
|
|
3163
3028
|
}
|
|
3164
3029
|
},
|
|
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
|
-
},
|
|
3174
3030
|
{
|
|
3175
3031
|
"name": "value",
|
|
3176
3032
|
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used.",
|
|
@@ -3531,15 +3387,6 @@
|
|
|
3531
3387
|
"type": "string"
|
|
3532
3388
|
}
|
|
3533
3389
|
},
|
|
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
|
-
},
|
|
3543
3390
|
{
|
|
3544
3391
|
"name": "color",
|
|
3545
3392
|
"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)",
|
|
@@ -3651,15 +3498,6 @@
|
|
|
3651
3498
|
"type": "string"
|
|
3652
3499
|
}
|
|
3653
3500
|
},
|
|
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
|
-
},
|
|
3663
3501
|
{
|
|
3664
3502
|
"name": "modelValue",
|
|
3665
3503
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array",
|
|
@@ -3875,15 +3713,6 @@
|
|
|
3875
3713
|
"type": "string"
|
|
3876
3714
|
}
|
|
3877
3715
|
},
|
|
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
|
-
},
|
|
3887
3716
|
{
|
|
3888
3717
|
"name": "position",
|
|
3889
3718
|
"description": "Specifies the type of positioning method used for the component.",
|
|
@@ -4252,17 +4081,7 @@
|
|
|
4252
4081
|
},
|
|
4253
4082
|
"description": "",
|
|
4254
4083
|
"doc-url": "https://vuetifyjs.com/api/v-card-actions",
|
|
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
|
-
],
|
|
4084
|
+
"attributes": [],
|
|
4266
4085
|
"events": [],
|
|
4267
4086
|
"slots": [
|
|
4268
4087
|
{
|
|
@@ -4285,15 +4104,6 @@
|
|
|
4285
4104
|
"description": "",
|
|
4286
4105
|
"doc-url": "https://vuetifyjs.com/api/v-card-item",
|
|
4287
4106
|
"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
|
-
},
|
|
4297
4107
|
{
|
|
4298
4108
|
"name": "title",
|
|
4299
4109
|
"description": "Specify a title text for the component.",
|
|
@@ -4401,15 +4211,6 @@
|
|
|
4401
4211
|
"description": "",
|
|
4402
4212
|
"doc-url": "https://vuetifyjs.com/api/v-card-subtitle",
|
|
4403
4213
|
"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
|
-
},
|
|
4413
4214
|
{
|
|
4414
4215
|
"name": "tag",
|
|
4415
4216
|
"description": "Specify a custom tag used on the root element",
|
|
@@ -4443,15 +4244,6 @@
|
|
|
4443
4244
|
"description": "",
|
|
4444
4245
|
"doc-url": "https://vuetifyjs.com/api/v-card-text",
|
|
4445
4246
|
"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
|
-
},
|
|
4455
4247
|
{
|
|
4456
4248
|
"name": "tag",
|
|
4457
4249
|
"description": "Specify a custom tag used on the root element",
|
|
@@ -4485,15 +4277,6 @@
|
|
|
4485
4277
|
"description": "",
|
|
4486
4278
|
"doc-url": "https://vuetifyjs.com/api/v-card-title",
|
|
4487
4279
|
"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
|
-
},
|
|
4497
4280
|
{
|
|
4498
4281
|
"name": "tag",
|
|
4499
4282
|
"description": "Specify a custom tag used on the root element",
|
|
@@ -4527,15 +4310,6 @@
|
|
|
4527
4310
|
"description": "",
|
|
4528
4311
|
"doc-url": "https://vuetifyjs.com/api/v-carousel",
|
|
4529
4312
|
"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
|
-
},
|
|
4539
4313
|
{
|
|
4540
4314
|
"name": "modelValue",
|
|
4541
4315
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array",
|
|
@@ -4721,15 +4495,6 @@
|
|
|
4721
4495
|
"description": "",
|
|
4722
4496
|
"doc-url": "https://vuetifyjs.com/api/v-carousel-item",
|
|
4723
4497
|
"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
|
-
},
|
|
4733
4498
|
{
|
|
4734
4499
|
"name": "value",
|
|
4735
4500
|
"description": "MISSING DESCRIPTION",
|
|
@@ -4804,15 +4569,6 @@
|
|
|
4804
4569
|
"type": "string"
|
|
4805
4570
|
}
|
|
4806
4571
|
},
|
|
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
|
-
},
|
|
4816
4572
|
{
|
|
4817
4573
|
"name": "value",
|
|
4818
4574
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))",
|
|
@@ -5384,15 +5140,6 @@
|
|
|
5384
5140
|
"type": "string"
|
|
5385
5141
|
}
|
|
5386
5142
|
},
|
|
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
|
-
},
|
|
5396
5143
|
{
|
|
5397
5144
|
"name": "value",
|
|
5398
5145
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))",
|
|
@@ -5686,15 +5433,6 @@
|
|
|
5686
5433
|
"type": "string"
|
|
5687
5434
|
}
|
|
5688
5435
|
},
|
|
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
|
-
},
|
|
5698
5436
|
{
|
|
5699
5437
|
"name": "value",
|
|
5700
5438
|
"description": "The value used when a child of a [v-chip-group](/components/chip-groups)",
|
|
@@ -6117,15 +5855,6 @@
|
|
|
6117
5855
|
"type": "string"
|
|
6118
5856
|
}
|
|
6119
5857
|
},
|
|
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
|
-
},
|
|
6129
5858
|
{
|
|
6130
5859
|
"name": "modelValue",
|
|
6131
5860
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array",
|
|
@@ -6270,15 +5999,6 @@
|
|
|
6270
5999
|
"description": "",
|
|
6271
6000
|
"doc-url": "https://vuetifyjs.com/api/v-code",
|
|
6272
6001
|
"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
|
-
},
|
|
6282
6002
|
{
|
|
6283
6003
|
"name": "tag",
|
|
6284
6004
|
"description": "Specify a custom tag used on the root element",
|
|
@@ -6552,15 +6272,6 @@
|
|
|
6552
6272
|
},
|
|
6553
6273
|
"type": "boolean"
|
|
6554
6274
|
},
|
|
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
|
-
},
|
|
6564
6275
|
{
|
|
6565
6276
|
"name": "id",
|
|
6566
6277
|
"description": "Sets the DOM id on the component",
|
|
@@ -7548,15 +7259,6 @@
|
|
|
7548
7259
|
"description": "",
|
|
7549
7260
|
"doc-url": "https://vuetifyjs.com/api/v-counter",
|
|
7550
7261
|
"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
|
-
},
|
|
7560
7262
|
{
|
|
7561
7263
|
"name": "value",
|
|
7562
7264
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-counter.json))",
|
|
@@ -7620,15 +7322,6 @@
|
|
|
7620
7322
|
"description": "",
|
|
7621
7323
|
"doc-url": "https://vuetifyjs.com/api/v-defaults-provider",
|
|
7622
7324
|
"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
|
-
},
|
|
7632
7325
|
{
|
|
7633
7326
|
"name": "root",
|
|
7634
7327
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-defaults-provider.json))",
|
|
@@ -7701,15 +7394,6 @@
|
|
|
7701
7394
|
"type": "string"
|
|
7702
7395
|
}
|
|
7703
7396
|
},
|
|
7704
|
-
{
|
|
7705
|
-
"name": "$slots",
|
|
7706
|
-
"description": "MISSING DESCRIPTION",
|
|
7707
|
-
"doc-url": "https://vuetifyjs.com/api/v-dialog#props",
|
|
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
7397
|
{
|
|
7714
7398
|
"name": "zIndex",
|
|
7715
7399
|
"description": "The z-index used for the component",
|
|
@@ -8147,15 +7831,6 @@
|
|
|
8147
7831
|
"type": "string"
|
|
8148
7832
|
}
|
|
8149
7833
|
},
|
|
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
|
-
},
|
|
8159
7834
|
{
|
|
8160
7835
|
"name": "color",
|
|
8161
7836
|
"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)",
|
|
@@ -8228,15 +7903,6 @@
|
|
|
8228
7903
|
"type": "string"
|
|
8229
7904
|
}
|
|
8230
7905
|
},
|
|
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
|
-
},
|
|
8240
7906
|
{
|
|
8241
7907
|
"name": "modelValue",
|
|
8242
7908
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array",
|
|
@@ -8371,15 +8037,6 @@
|
|
|
8371
8037
|
"description": "",
|
|
8372
8038
|
"doc-url": "https://vuetifyjs.com/api/v-expansion-panel",
|
|
8373
8039
|
"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
|
-
},
|
|
8383
8040
|
{
|
|
8384
8041
|
"name": "value",
|
|
8385
8042
|
"description": "Controls the opened/closed state of content",
|
|
@@ -8582,15 +8239,6 @@
|
|
|
8582
8239
|
"description": "",
|
|
8583
8240
|
"doc-url": "https://vuetifyjs.com/api/v-expansion-panel-text",
|
|
8584
8241
|
"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
|
-
},
|
|
8594
8242
|
{
|
|
8595
8243
|
"name": "eager",
|
|
8596
8244
|
"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.",
|
|
@@ -8625,15 +8273,6 @@
|
|
|
8625
8273
|
"description": "",
|
|
8626
8274
|
"doc-url": "https://vuetifyjs.com/api/v-expansion-panel-title",
|
|
8627
8275
|
"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
|
-
},
|
|
8637
8276
|
{
|
|
8638
8277
|
"name": "color",
|
|
8639
8278
|
"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)",
|
|
@@ -8787,15 +8426,6 @@
|
|
|
8787
8426
|
},
|
|
8788
8427
|
"type": "boolean"
|
|
8789
8428
|
},
|
|
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
|
-
},
|
|
8799
8429
|
{
|
|
8800
8430
|
"name": "id",
|
|
8801
8431
|
"description": "Sets the DOM id on the component",
|
|
@@ -9117,15 +8747,6 @@
|
|
|
9117
8747
|
"description": "",
|
|
9118
8748
|
"doc-url": "https://vuetifyjs.com/api/v-field-label",
|
|
9119
8749
|
"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
|
-
},
|
|
9129
8750
|
{
|
|
9130
8751
|
"name": "floating",
|
|
9131
8752
|
"description": "Elevates the label above the slotted content.",
|
|
@@ -9189,15 +8810,6 @@
|
|
|
9189
8810
|
},
|
|
9190
8811
|
"type": "boolean"
|
|
9191
8812
|
},
|
|
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
|
-
},
|
|
9201
8813
|
{
|
|
9202
8814
|
"name": "id",
|
|
9203
8815
|
"description": "Sets the DOM id on the component",
|
|
@@ -9939,15 +9551,6 @@
|
|
|
9939
9551
|
"type": "string"
|
|
9940
9552
|
}
|
|
9941
9553
|
},
|
|
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
|
-
},
|
|
9951
9554
|
{
|
|
9952
9555
|
"name": "absolute",
|
|
9953
9556
|
"description": "Applies **position: absolute** to the component.",
|
|
@@ -10061,15 +9664,6 @@
|
|
|
10061
9664
|
"description": "",
|
|
10062
9665
|
"doc-url": "https://vuetifyjs.com/api/v-form",
|
|
10063
9666
|
"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
|
-
},
|
|
10073
9667
|
{
|
|
10074
9668
|
"name": "modelValue",
|
|
10075
9669
|
"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.",
|
|
@@ -10170,15 +9764,6 @@
|
|
|
10170
9764
|
"description": "",
|
|
10171
9765
|
"doc-url": "https://vuetifyjs.com/api/v-container",
|
|
10172
9766
|
"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
|
-
},
|
|
10182
9767
|
{
|
|
10183
9768
|
"name": "tag",
|
|
10184
9769
|
"description": "Specify a custom tag used on the root element.",
|
|
@@ -10223,15 +9808,6 @@
|
|
|
10223
9808
|
"description": "",
|
|
10224
9809
|
"doc-url": "https://vuetifyjs.com/api/v-col",
|
|
10225
9810
|
"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
|
-
},
|
|
10235
9811
|
{
|
|
10236
9812
|
"name": "tag",
|
|
10237
9813
|
"description": "Specify a custom tag used on the root element.",
|
|
@@ -10305,15 +9881,6 @@
|
|
|
10305
9881
|
"description": "",
|
|
10306
9882
|
"doc-url": "https://vuetifyjs.com/api/v-row",
|
|
10307
9883
|
"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
|
-
},
|
|
10317
9884
|
{
|
|
10318
9885
|
"name": "tag",
|
|
10319
9886
|
"description": "Specify a custom tag used on the root element.",
|
|
@@ -10399,15 +9966,6 @@
|
|
|
10399
9966
|
"description": "",
|
|
10400
9967
|
"doc-url": "https://vuetifyjs.com/api/v-spacer",
|
|
10401
9968
|
"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
|
-
},
|
|
10411
9969
|
{
|
|
10412
9970
|
"name": "tag",
|
|
10413
9971
|
"description": "Specify a custom tag used on the root element",
|
|
@@ -10441,15 +9999,6 @@
|
|
|
10441
9999
|
"description": "",
|
|
10442
10000
|
"doc-url": "https://vuetifyjs.com/api/v-hover",
|
|
10443
10001
|
"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
|
-
},
|
|
10453
10002
|
{
|
|
10454
10003
|
"name": "modelValue",
|
|
10455
10004
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array",
|
|
@@ -10544,15 +10093,6 @@
|
|
|
10544
10093
|
"type": "string"
|
|
10545
10094
|
}
|
|
10546
10095
|
},
|
|
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
|
-
},
|
|
10556
10096
|
{
|
|
10557
10097
|
"name": "size",
|
|
10558
10098
|
"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**.",
|
|
@@ -10636,15 +10176,6 @@
|
|
|
10636
10176
|
"description": "",
|
|
10637
10177
|
"doc-url": "https://vuetifyjs.com/api/v-component-icon",
|
|
10638
10178
|
"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
|
-
},
|
|
10648
10179
|
{
|
|
10649
10180
|
"name": "tag",
|
|
10650
10181
|
"description": "Specify a custom tag used on the root element",
|
|
@@ -10791,15 +10322,6 @@
|
|
|
10791
10322
|
"description": "",
|
|
10792
10323
|
"doc-url": "https://vuetifyjs.com/api/v-img",
|
|
10793
10324
|
"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
|
-
},
|
|
10803
10325
|
{
|
|
10804
10326
|
"name": "width",
|
|
10805
10327
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-img.json))",
|
|
@@ -10996,15 +10518,6 @@
|
|
|
10996
10518
|
"type": "string"
|
|
10997
10519
|
}
|
|
10998
10520
|
},
|
|
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
|
-
},
|
|
11008
10521
|
{
|
|
11009
10522
|
"name": "id",
|
|
11010
10523
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))",
|
|
@@ -11447,15 +10960,6 @@
|
|
|
11447
10960
|
"type": "string"
|
|
11448
10961
|
}
|
|
11449
10962
|
},
|
|
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
|
-
},
|
|
11459
10963
|
{
|
|
11460
10964
|
"name": "modelValue",
|
|
11461
10965
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array",
|
|
@@ -11561,15 +11065,6 @@
|
|
|
11561
11065
|
"description": "",
|
|
11562
11066
|
"doc-url": "https://vuetifyjs.com/api/v-item",
|
|
11563
11067
|
"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
|
-
},
|
|
11573
11068
|
{
|
|
11574
11069
|
"name": "value",
|
|
11575
11070
|
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used.",
|
|
@@ -11668,15 +11163,6 @@
|
|
|
11668
11163
|
"description": "",
|
|
11669
11164
|
"doc-url": "https://vuetifyjs.com/api/v-kbd",
|
|
11670
11165
|
"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
|
-
},
|
|
11680
11166
|
{
|
|
11681
11167
|
"name": "tag",
|
|
11682
11168
|
"description": "Specify a custom tag used on the root element",
|
|
@@ -11719,15 +11205,6 @@
|
|
|
11719
11205
|
"type": "string"
|
|
11720
11206
|
}
|
|
11721
11207
|
},
|
|
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
|
-
},
|
|
11731
11208
|
{
|
|
11732
11209
|
"name": "text",
|
|
11733
11210
|
"description": "Specify content text for the component.",
|
|
@@ -11791,15 +11268,6 @@
|
|
|
11791
11268
|
"kind": "expression",
|
|
11792
11269
|
"type": "string[]"
|
|
11793
11270
|
}
|
|
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
|
-
}
|
|
11803
11271
|
}
|
|
11804
11272
|
],
|
|
11805
11273
|
"events": [],
|
|
@@ -11833,15 +11301,6 @@
|
|
|
11833
11301
|
"type": "string"
|
|
11834
11302
|
}
|
|
11835
11303
|
},
|
|
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
|
-
},
|
|
11845
11304
|
{
|
|
11846
11305
|
"name": "position",
|
|
11847
11306
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-layout-item.json))",
|
|
@@ -11916,15 +11375,6 @@
|
|
|
11916
11375
|
"description": "",
|
|
11917
11376
|
"doc-url": "https://vuetifyjs.com/api/v-lazy",
|
|
11918
11377
|
"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
|
-
},
|
|
11928
11378
|
{
|
|
11929
11379
|
"name": "modelValue",
|
|
11930
11380
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array",
|
|
@@ -12064,15 +11514,6 @@
|
|
|
12064
11514
|
"type": "string"
|
|
12065
11515
|
}
|
|
12066
11516
|
},
|
|
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
|
-
},
|
|
12076
11517
|
{
|
|
12077
11518
|
"name": "items",
|
|
12078
11519
|
"description": "An array of strings or objects used for automatically generating children components",
|
|
@@ -12458,15 +11899,6 @@
|
|
|
12458
11899
|
"description": "",
|
|
12459
11900
|
"doc-url": "https://vuetifyjs.com/api/v-list-group",
|
|
12460
11901
|
"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
|
-
},
|
|
12470
11902
|
{
|
|
12471
11903
|
"name": "value",
|
|
12472
11904
|
"description": "Expands / Collapse the list-group",
|
|
@@ -12611,15 +12043,6 @@
|
|
|
12611
12043
|
"description": "",
|
|
12612
12044
|
"doc-url": "https://vuetifyjs.com/api/v-list-img",
|
|
12613
12045
|
"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
|
-
},
|
|
12623
12046
|
{
|
|
12624
12047
|
"name": "tag",
|
|
12625
12048
|
"description": "Specify a custom tag used on the root element",
|
|
@@ -12662,15 +12085,6 @@
|
|
|
12662
12085
|
"type": "string"
|
|
12663
12086
|
}
|
|
12664
12087
|
},
|
|
12665
|
-
{
|
|
12666
|
-
"name": "$slots",
|
|
12667
|
-
"description": "MISSING DESCRIPTION",
|
|
12668
|
-
"doc-url": "https://vuetifyjs.com/api/v-list-item#props",
|
|
12669
|
-
"value": {
|
|
12670
|
-
"kind": "expression",
|
|
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 }"
|
|
12672
|
-
}
|
|
12673
|
-
},
|
|
12674
12088
|
{
|
|
12675
12089
|
"name": "value",
|
|
12676
12090
|
"description": "The value used for selection.",
|
|
@@ -13112,15 +12526,6 @@
|
|
|
13112
12526
|
"description": "",
|
|
13113
12527
|
"doc-url": "https://vuetifyjs.com/api/v-list-item-action",
|
|
13114
12528
|
"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
|
-
},
|
|
13124
12529
|
{
|
|
13125
12530
|
"name": "tag",
|
|
13126
12531
|
"description": "Specify a custom tag used on the root element.",
|
|
@@ -13176,15 +12581,6 @@
|
|
|
13176
12581
|
"description": "",
|
|
13177
12582
|
"doc-url": "https://vuetifyjs.com/api/v-list-item-media",
|
|
13178
12583
|
"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
|
-
},
|
|
13188
12584
|
{
|
|
13189
12585
|
"name": "tag",
|
|
13190
12586
|
"description": "Specify a custom tag used on the root element.",
|
|
@@ -13240,15 +12636,6 @@
|
|
|
13240
12636
|
"description": "",
|
|
13241
12637
|
"doc-url": "https://vuetifyjs.com/api/v-list-item-subtitle",
|
|
13242
12638
|
"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
|
-
},
|
|
13252
12639
|
{
|
|
13253
12640
|
"name": "tag",
|
|
13254
12641
|
"description": "Specify a custom tag used on the root element",
|
|
@@ -13282,15 +12669,6 @@
|
|
|
13282
12669
|
"description": "",
|
|
13283
12670
|
"doc-url": "https://vuetifyjs.com/api/v-list-item-title",
|
|
13284
12671
|
"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
|
-
},
|
|
13294
12672
|
{
|
|
13295
12673
|
"name": "tag",
|
|
13296
12674
|
"description": "Specify a custom tag used on the root element",
|
|
@@ -13324,15 +12702,6 @@
|
|
|
13324
12702
|
"description": "",
|
|
13325
12703
|
"doc-url": "https://vuetifyjs.com/api/v-list-subheader",
|
|
13326
12704
|
"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
|
-
},
|
|
13336
12705
|
{
|
|
13337
12706
|
"name": "title",
|
|
13338
12707
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list-subheader.json))",
|
|
@@ -13406,15 +12775,6 @@
|
|
|
13406
12775
|
"description": "",
|
|
13407
12776
|
"doc-url": "https://vuetifyjs.com/api/v-locale-provider",
|
|
13408
12777
|
"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
|
-
},
|
|
13418
12778
|
{
|
|
13419
12779
|
"name": "messages",
|
|
13420
12780
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-locale-provider.json))",
|
|
@@ -13476,15 +12836,6 @@
|
|
|
13476
12836
|
"description": "",
|
|
13477
12837
|
"doc-url": "https://vuetifyjs.com/api/v-main",
|
|
13478
12838
|
"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
|
-
},
|
|
13488
12839
|
{
|
|
13489
12840
|
"name": "tag",
|
|
13490
12841
|
"description": "Specify a custom tag used on the root element.",
|
|
@@ -13538,15 +12889,6 @@
|
|
|
13538
12889
|
"type": "string"
|
|
13539
12890
|
}
|
|
13540
12891
|
},
|
|
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
|
-
},
|
|
13550
12892
|
{
|
|
13551
12893
|
"name": "zIndex",
|
|
13552
12894
|
"description": "The z-index used for the component",
|
|
@@ -13933,15 +13275,6 @@
|
|
|
13933
13275
|
"description": "",
|
|
13934
13276
|
"doc-url": "https://vuetifyjs.com/api/v-messages",
|
|
13935
13277
|
"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
|
-
},
|
|
13945
13278
|
{
|
|
13946
13279
|
"name": "color",
|
|
13947
13280
|
"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)",
|
|
@@ -14029,15 +13362,6 @@
|
|
|
14029
13362
|
"type": "string"
|
|
14030
13363
|
}
|
|
14031
13364
|
},
|
|
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
|
-
},
|
|
14041
13365
|
{
|
|
14042
13366
|
"name": "image",
|
|
14043
13367
|
"description": "Apply a specific background image to the component.",
|
|
@@ -14332,17 +13656,7 @@
|
|
|
14332
13656
|
},
|
|
14333
13657
|
"description": "",
|
|
14334
13658
|
"doc-url": "https://vuetifyjs.com/api/v-no-ssr",
|
|
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
|
-
],
|
|
13659
|
+
"attributes": [],
|
|
14346
13660
|
"events": [],
|
|
14347
13661
|
"slots": [
|
|
14348
13662
|
{
|
|
@@ -14374,15 +13688,6 @@
|
|
|
14374
13688
|
"type": "string"
|
|
14375
13689
|
}
|
|
14376
13690
|
},
|
|
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
|
-
},
|
|
14386
13691
|
{
|
|
14387
13692
|
"name": "zIndex",
|
|
14388
13693
|
"description": "The z-index used for the component",
|
|
@@ -14810,15 +14115,6 @@
|
|
|
14810
14115
|
"type": "string"
|
|
14811
14116
|
}
|
|
14812
14117
|
},
|
|
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
|
-
},
|
|
14822
14118
|
{
|
|
14823
14119
|
"name": "size",
|
|
14824
14120
|
"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**.",
|
|
@@ -15175,15 +14471,6 @@
|
|
|
15175
14471
|
"description": "",
|
|
15176
14472
|
"doc-url": "https://vuetifyjs.com/api/v-parallax",
|
|
15177
14473
|
"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
|
-
},
|
|
15187
14474
|
{
|
|
15188
14475
|
"name": "scale",
|
|
15189
14476
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-parallax.json))",
|
|
@@ -15241,15 +14528,6 @@
|
|
|
15241
14528
|
"type": "string"
|
|
15242
14529
|
}
|
|
15243
14530
|
},
|
|
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
|
-
},
|
|
15253
14531
|
{
|
|
15254
14532
|
"name": "size",
|
|
15255
14533
|
"description": "Sets the diameter of the circle in pixels",
|
|
@@ -15371,15 +14649,6 @@
|
|
|
15371
14649
|
},
|
|
15372
14650
|
"type": "boolean"
|
|
15373
14651
|
},
|
|
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
|
-
},
|
|
15383
14652
|
{
|
|
15384
14653
|
"name": "modelValue",
|
|
15385
14654
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array",
|
|
@@ -15626,15 +14895,6 @@
|
|
|
15626
14895
|
"type": "string"
|
|
15627
14896
|
}
|
|
15628
14897
|
},
|
|
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
|
-
},
|
|
15638
14898
|
{
|
|
15639
14899
|
"name": "value",
|
|
15640
14900
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))",
|
|
@@ -15892,15 +15152,6 @@
|
|
|
15892
15152
|
"type": "string"
|
|
15893
15153
|
}
|
|
15894
15154
|
},
|
|
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
|
-
},
|
|
15904
15155
|
{
|
|
15905
15156
|
"name": "id",
|
|
15906
15157
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))",
|
|
@@ -16416,15 +15667,6 @@
|
|
|
16416
15667
|
},
|
|
16417
15668
|
"type": "boolean"
|
|
16418
15669
|
},
|
|
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
|
-
},
|
|
16428
15670
|
{
|
|
16429
15671
|
"name": "id",
|
|
16430
15672
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))",
|
|
@@ -17064,15 +16306,6 @@
|
|
|
17064
16306
|
"type": "string"
|
|
17065
16307
|
}
|
|
17066
16308
|
},
|
|
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
|
-
},
|
|
17076
16309
|
{
|
|
17077
16310
|
"name": "size",
|
|
17078
16311
|
"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**.",
|
|
@@ -17330,15 +16563,6 @@
|
|
|
17330
16563
|
"description": "",
|
|
17331
16564
|
"doc-url": "https://vuetifyjs.com/api/v-responsive",
|
|
17332
16565
|
"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
|
-
},
|
|
17342
16566
|
{
|
|
17343
16567
|
"name": "height",
|
|
17344
16568
|
"description": "Sets the height for the component.",
|
|
@@ -17478,15 +16702,6 @@
|
|
|
17478
16702
|
},
|
|
17479
16703
|
"type": "boolean"
|
|
17480
16704
|
},
|
|
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
|
-
},
|
|
17490
16705
|
{
|
|
17491
16706
|
"name": "id",
|
|
17492
16707
|
"description": "Sets the DOM id on the component",
|
|
@@ -18432,15 +17647,6 @@
|
|
|
18432
17647
|
"type": "string"
|
|
18433
17648
|
}
|
|
18434
17649
|
},
|
|
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
|
-
},
|
|
18444
17650
|
{
|
|
18445
17651
|
"name": "value",
|
|
18446
17652
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))",
|
|
@@ -18707,15 +17913,6 @@
|
|
|
18707
17913
|
"type": "string"
|
|
18708
17914
|
}
|
|
18709
17915
|
},
|
|
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
|
-
},
|
|
18719
17916
|
{
|
|
18720
17917
|
"name": "id",
|
|
18721
17918
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))",
|
|
@@ -18900,15 +18097,6 @@
|
|
|
18900
18097
|
"type": "string"
|
|
18901
18098
|
}
|
|
18902
18099
|
},
|
|
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
|
-
},
|
|
18912
18100
|
{
|
|
18913
18101
|
"name": "position",
|
|
18914
18102
|
"description": "Specifies the type of positioning method used for the component.",
|
|
@@ -19061,15 +18249,6 @@
|
|
|
19061
18249
|
"type": "any"
|
|
19062
18250
|
}
|
|
19063
18251
|
},
|
|
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
|
-
},
|
|
19073
18252
|
{
|
|
19074
18253
|
"name": "modelValue",
|
|
19075
18254
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array",
|
|
@@ -19290,15 +18469,6 @@
|
|
|
19290
18469
|
"description": "",
|
|
19291
18470
|
"doc-url": "https://vuetifyjs.com/api/v-slide-group-item",
|
|
19292
18471
|
"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
|
-
},
|
|
19302
18472
|
{
|
|
19303
18473
|
"name": "value",
|
|
19304
18474
|
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used.",
|
|
@@ -19401,15 +18571,6 @@
|
|
|
19401
18571
|
},
|
|
19402
18572
|
"type": "boolean"
|
|
19403
18573
|
},
|
|
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
|
-
},
|
|
19413
18574
|
{
|
|
19414
18575
|
"name": "id",
|
|
19415
18576
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))",
|
|
@@ -20019,15 +19180,6 @@
|
|
|
20019
19180
|
"type": "string"
|
|
20020
19181
|
}
|
|
20021
19182
|
},
|
|
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
|
-
},
|
|
20031
19183
|
{
|
|
20032
19184
|
"name": "zIndex",
|
|
20033
19185
|
"description": "The z-index used for the component",
|
|
@@ -20479,15 +19631,6 @@
|
|
|
20479
19631
|
"type": "string"
|
|
20480
19632
|
}
|
|
20481
19633
|
},
|
|
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
|
-
},
|
|
20491
19634
|
{
|
|
20492
19635
|
"name": "value",
|
|
20493
19636
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))",
|
|
@@ -21081,15 +20224,6 @@
|
|
|
21081
20224
|
"type": "string"
|
|
21082
20225
|
}
|
|
21083
20226
|
},
|
|
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
|
-
},
|
|
21093
20227
|
{
|
|
21094
20228
|
"name": "absolute",
|
|
21095
20229
|
"description": "Applies **position: absolute** to the component.",
|
|
@@ -21192,15 +20326,6 @@
|
|
|
21192
20326
|
"description": "",
|
|
21193
20327
|
"doc-url": "https://vuetifyjs.com/api/v-tabs",
|
|
21194
20328
|
"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
|
-
},
|
|
21204
20329
|
{
|
|
21205
20330
|
"name": "items",
|
|
21206
20331
|
"description": "The items to display in the component. This can be an array of strings or objects with a property `title`",
|
|
@@ -21383,24 +20508,15 @@
|
|
|
21383
20508
|
"symbol": "v-tab"
|
|
21384
20509
|
},
|
|
21385
20510
|
"description": "",
|
|
21386
|
-
"doc-url": "https://vuetifyjs.com/api/v-tab",
|
|
21387
|
-
"attributes": [
|
|
21388
|
-
{
|
|
21389
|
-
"name": "theme",
|
|
21390
|
-
"description": "Specify a theme for this component and all of its children",
|
|
21391
|
-
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
|
21392
|
-
"value": {
|
|
21393
|
-
"kind": "expression",
|
|
21394
|
-
"type": "string"
|
|
21395
|
-
}
|
|
21396
|
-
},
|
|
20511
|
+
"doc-url": "https://vuetifyjs.com/api/v-tab",
|
|
20512
|
+
"attributes": [
|
|
21397
20513
|
{
|
|
21398
|
-
"name": "
|
|
21399
|
-
"description": "
|
|
20514
|
+
"name": "theme",
|
|
20515
|
+
"description": "Specify a theme for this component and all of its children",
|
|
21400
20516
|
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
|
21401
20517
|
"value": {
|
|
21402
20518
|
"kind": "expression",
|
|
21403
|
-
"type": "
|
|
20519
|
+
"type": "string"
|
|
21404
20520
|
}
|
|
21405
20521
|
},
|
|
21406
20522
|
{
|
|
@@ -21624,15 +20740,6 @@
|
|
|
21624
20740
|
"type": "string"
|
|
21625
20741
|
}
|
|
21626
20742
|
},
|
|
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
|
-
},
|
|
21636
20743
|
{
|
|
21637
20744
|
"name": "density",
|
|
21638
20745
|
"description": "Adjusts the vertical height used by the component.",
|
|
@@ -21762,15 +20869,6 @@
|
|
|
21762
20869
|
},
|
|
21763
20870
|
"type": "boolean"
|
|
21764
20871
|
},
|
|
21765
|
-
{
|
|
21766
|
-
"name": "$slots",
|
|
21767
|
-
"description": "MISSING DESCRIPTION",
|
|
21768
|
-
"doc-url": "https://vuetifyjs.com/api/v-textarea#props",
|
|
21769
|
-
"value": {
|
|
21770
|
-
"kind": "expression",
|
|
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
20872
|
{
|
|
21775
20873
|
"name": "id",
|
|
21776
20874
|
"description": "Sets the DOM id on the component",
|
|
@@ -22554,15 +21652,6 @@
|
|
|
22554
21652
|
},
|
|
22555
21653
|
"type": "boolean"
|
|
22556
21654
|
},
|
|
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
|
-
},
|
|
22566
21655
|
{
|
|
22567
21656
|
"name": "id",
|
|
22568
21657
|
"description": "Sets the DOM id on the component",
|
|
@@ -23280,15 +22369,6 @@
|
|
|
23280
22369
|
"type": "string"
|
|
23281
22370
|
}
|
|
23282
22371
|
},
|
|
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
|
-
},
|
|
23292
22372
|
{
|
|
23293
22373
|
"name": "tag",
|
|
23294
22374
|
"description": "Specify a custom tag used on the root element.",
|
|
@@ -23342,15 +22422,6 @@
|
|
|
23342
22422
|
"type": "string"
|
|
23343
22423
|
}
|
|
23344
22424
|
},
|
|
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
|
-
},
|
|
23354
22425
|
{
|
|
23355
22426
|
"name": "density",
|
|
23356
22427
|
"description": "Adjusts the vertical height used by the component.",
|
|
@@ -23471,15 +22542,6 @@
|
|
|
23471
22542
|
"description": "",
|
|
23472
22543
|
"doc-url": "https://vuetifyjs.com/api/v-timeline-item",
|
|
23473
22544
|
"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
|
-
},
|
|
23483
22545
|
{
|
|
23484
22546
|
"name": "size",
|
|
23485
22547
|
"description": "Size of the item dot",
|
|
@@ -23704,15 +22766,6 @@
|
|
|
23704
22766
|
"type": "string"
|
|
23705
22767
|
}
|
|
23706
22768
|
},
|
|
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
|
-
},
|
|
23716
22769
|
{
|
|
23717
22770
|
"name": "image",
|
|
23718
22771
|
"description": "Specifies a [v-img](/components/images) as the component's background.",
|
|
@@ -23901,15 +22954,6 @@
|
|
|
23901
22954
|
"description": "",
|
|
23902
22955
|
"doc-url": "https://vuetifyjs.com/api/v-toolbar-title",
|
|
23903
22956
|
"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
|
-
},
|
|
23913
22957
|
{
|
|
23914
22958
|
"name": "tag",
|
|
23915
22959
|
"description": "Specify a custom tag used on the root element.",
|
|
@@ -23957,15 +23001,6 @@
|
|
|
23957
23001
|
"description": "",
|
|
23958
23002
|
"doc-url": "https://vuetifyjs.com/api/v-toolbar-items",
|
|
23959
23003
|
"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
|
-
},
|
|
23969
23004
|
{
|
|
23970
23005
|
"name": "color",
|
|
23971
23006
|
"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)",
|
|
@@ -24017,15 +23052,6 @@
|
|
|
24017
23052
|
"type": "string"
|
|
24018
23053
|
}
|
|
24019
23054
|
},
|
|
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
|
-
},
|
|
24029
23055
|
{
|
|
24030
23056
|
"name": "zIndex",
|
|
24031
23057
|
"description": "The z-index used for the component",
|
|
@@ -24408,15 +23434,6 @@
|
|
|
24408
23434
|
"type": "string"
|
|
24409
23435
|
}
|
|
24410
23436
|
},
|
|
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
|
-
},
|
|
24420
23437
|
{
|
|
24421
23438
|
"name": "error",
|
|
24422
23439
|
"description": "Puts the input in a manual error state",
|
|
@@ -24582,15 +23599,6 @@
|
|
|
24582
23599
|
},
|
|
24583
23600
|
"type": "boolean"
|
|
24584
23601
|
},
|
|
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
|
-
},
|
|
24594
23602
|
{
|
|
24595
23603
|
"name": "modelValue",
|
|
24596
23604
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array",
|
|
@@ -24776,15 +23784,6 @@
|
|
|
24776
23784
|
"description": "",
|
|
24777
23785
|
"doc-url": "https://vuetifyjs.com/api/v-window-item",
|
|
24778
23786
|
"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
|
-
},
|
|
24788
23787
|
{
|
|
24789
23788
|
"name": "value",
|
|
24790
23789
|
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used.",
|
|
@@ -24880,15 +23879,6 @@
|
|
|
24880
23879
|
"description": "",
|
|
24881
23880
|
"doc-url": "https://vuetifyjs.com/api/v-dialog-transition",
|
|
24882
23881
|
"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
|
-
},
|
|
24892
23882
|
{
|
|
24893
23883
|
"name": "target",
|
|
24894
23884
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-dialog-transition.json))",
|
|
@@ -24921,15 +23911,6 @@
|
|
|
24921
23911
|
"description": "",
|
|
24922
23912
|
"doc-url": "https://vuetifyjs.com/api/v-fab-transition",
|
|
24923
23913
|
"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
|
-
},
|
|
24933
23914
|
{
|
|
24934
23915
|
"name": "origin",
|
|
24935
23916
|
"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).",
|
|
@@ -25006,20 +23987,11 @@
|
|
|
25006
23987
|
"description": "",
|
|
25007
23988
|
"doc-url": "https://vuetifyjs.com/api/v-dialog-bottom-transition",
|
|
25008
23989
|
"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
|
-
},
|
|
25018
23990
|
{
|
|
25019
23991
|
"name": "origin",
|
|
25020
23992
|
"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).",
|
|
25021
23993
|
"doc-url": "https://vuetifyjs.com/api/v-dialog-bottom-transition#props",
|
|
25022
|
-
"default": "'
|
|
23994
|
+
"default": "'center center'",
|
|
25023
23995
|
"value": {
|
|
25024
23996
|
"kind": "expression",
|
|
25025
23997
|
"type": "string"
|
|
@@ -25090,20 +24062,11 @@
|
|
|
25090
24062
|
"description": "",
|
|
25091
24063
|
"doc-url": "https://vuetifyjs.com/api/v-dialog-top-transition",
|
|
25092
24064
|
"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
|
-
},
|
|
25102
24065
|
{
|
|
25103
24066
|
"name": "origin",
|
|
25104
24067
|
"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).",
|
|
25105
24068
|
"doc-url": "https://vuetifyjs.com/api/v-dialog-top-transition#props",
|
|
25106
|
-
"default": "'
|
|
24069
|
+
"default": "'center center'",
|
|
25107
24070
|
"value": {
|
|
25108
24071
|
"kind": "expression",
|
|
25109
24072
|
"type": "string"
|
|
@@ -25174,20 +24137,11 @@
|
|
|
25174
24137
|
"description": "",
|
|
25175
24138
|
"doc-url": "https://vuetifyjs.com/api/v-fade-transition",
|
|
25176
24139
|
"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
|
-
},
|
|
25186
24140
|
{
|
|
25187
24141
|
"name": "origin",
|
|
25188
24142
|
"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).",
|
|
25189
24143
|
"doc-url": "https://vuetifyjs.com/api/v-fade-transition#props",
|
|
25190
|
-
"default": "'
|
|
24144
|
+
"default": "'center center'",
|
|
25191
24145
|
"value": {
|
|
25192
24146
|
"kind": "expression",
|
|
25193
24147
|
"type": "string"
|
|
@@ -25258,20 +24212,11 @@
|
|
|
25258
24212
|
"description": "",
|
|
25259
24213
|
"doc-url": "https://vuetifyjs.com/api/v-scale-transition",
|
|
25260
24214
|
"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
|
-
},
|
|
25270
24215
|
{
|
|
25271
24216
|
"name": "origin",
|
|
25272
24217
|
"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).",
|
|
25273
24218
|
"doc-url": "https://vuetifyjs.com/api/v-scale-transition#props",
|
|
25274
|
-
"default": "'
|
|
24219
|
+
"default": "'center center'",
|
|
25275
24220
|
"value": {
|
|
25276
24221
|
"kind": "expression",
|
|
25277
24222
|
"type": "string"
|
|
@@ -25342,20 +24287,11 @@
|
|
|
25342
24287
|
"description": "",
|
|
25343
24288
|
"doc-url": "https://vuetifyjs.com/api/v-scroll-x-transition",
|
|
25344
24289
|
"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
|
-
},
|
|
25354
24290
|
{
|
|
25355
24291
|
"name": "origin",
|
|
25356
24292
|
"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).",
|
|
25357
24293
|
"doc-url": "https://vuetifyjs.com/api/v-scroll-x-transition#props",
|
|
25358
|
-
"default": "'
|
|
24294
|
+
"default": "'center center'",
|
|
25359
24295
|
"value": {
|
|
25360
24296
|
"kind": "expression",
|
|
25361
24297
|
"type": "string"
|
|
@@ -25426,20 +24362,11 @@
|
|
|
25426
24362
|
"description": "",
|
|
25427
24363
|
"doc-url": "https://vuetifyjs.com/api/v-scroll-x-reverse-transition",
|
|
25428
24364
|
"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
|
-
},
|
|
25438
24365
|
{
|
|
25439
24366
|
"name": "origin",
|
|
25440
24367
|
"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).",
|
|
25441
24368
|
"doc-url": "https://vuetifyjs.com/api/v-scroll-x-reverse-transition#props",
|
|
25442
|
-
"default": "'
|
|
24369
|
+
"default": "'center center'",
|
|
25443
24370
|
"value": {
|
|
25444
24371
|
"kind": "expression",
|
|
25445
24372
|
"type": "string"
|
|
@@ -25510,20 +24437,11 @@
|
|
|
25510
24437
|
"description": "",
|
|
25511
24438
|
"doc-url": "https://vuetifyjs.com/api/v-scroll-y-transition",
|
|
25512
24439
|
"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
|
-
},
|
|
25522
24440
|
{
|
|
25523
24441
|
"name": "origin",
|
|
25524
24442
|
"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).",
|
|
25525
24443
|
"doc-url": "https://vuetifyjs.com/api/v-scroll-y-transition#props",
|
|
25526
|
-
"default": "'
|
|
24444
|
+
"default": "'center center'",
|
|
25527
24445
|
"value": {
|
|
25528
24446
|
"kind": "expression",
|
|
25529
24447
|
"type": "string"
|
|
@@ -25594,20 +24512,11 @@
|
|
|
25594
24512
|
"description": "",
|
|
25595
24513
|
"doc-url": "https://vuetifyjs.com/api/v-scroll-y-reverse-transition",
|
|
25596
24514
|
"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
|
-
},
|
|
25606
24515
|
{
|
|
25607
24516
|
"name": "origin",
|
|
25608
24517
|
"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).",
|
|
25609
24518
|
"doc-url": "https://vuetifyjs.com/api/v-scroll-y-reverse-transition#props",
|
|
25610
|
-
"default": "'
|
|
24519
|
+
"default": "'center center'",
|
|
25611
24520
|
"value": {
|
|
25612
24521
|
"kind": "expression",
|
|
25613
24522
|
"type": "string"
|
|
@@ -25678,20 +24587,11 @@
|
|
|
25678
24587
|
"description": "",
|
|
25679
24588
|
"doc-url": "https://vuetifyjs.com/api/v-slide-x-transition",
|
|
25680
24589
|
"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
|
-
},
|
|
25690
24590
|
{
|
|
25691
24591
|
"name": "origin",
|
|
25692
24592
|
"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).",
|
|
25693
24593
|
"doc-url": "https://vuetifyjs.com/api/v-slide-x-transition#props",
|
|
25694
|
-
"default": "'
|
|
24594
|
+
"default": "'center center'",
|
|
25695
24595
|
"value": {
|
|
25696
24596
|
"kind": "expression",
|
|
25697
24597
|
"type": "string"
|
|
@@ -25762,20 +24662,11 @@
|
|
|
25762
24662
|
"description": "",
|
|
25763
24663
|
"doc-url": "https://vuetifyjs.com/api/v-slide-x-reverse-transition",
|
|
25764
24664
|
"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
|
-
},
|
|
25774
24665
|
{
|
|
25775
24666
|
"name": "origin",
|
|
25776
24667
|
"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).",
|
|
25777
24668
|
"doc-url": "https://vuetifyjs.com/api/v-slide-x-reverse-transition#props",
|
|
25778
|
-
"default": "'
|
|
24669
|
+
"default": "'center center'",
|
|
25779
24670
|
"value": {
|
|
25780
24671
|
"kind": "expression",
|
|
25781
24672
|
"type": "string"
|
|
@@ -25846,20 +24737,11 @@
|
|
|
25846
24737
|
"description": "",
|
|
25847
24738
|
"doc-url": "https://vuetifyjs.com/api/v-slide-y-transition",
|
|
25848
24739
|
"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
|
-
},
|
|
25858
24740
|
{
|
|
25859
24741
|
"name": "origin",
|
|
25860
24742
|
"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).",
|
|
25861
24743
|
"doc-url": "https://vuetifyjs.com/api/v-slide-y-transition#props",
|
|
25862
|
-
"default": "'
|
|
24744
|
+
"default": "'center center'",
|
|
25863
24745
|
"value": {
|
|
25864
24746
|
"kind": "expression",
|
|
25865
24747
|
"type": "string"
|
|
@@ -25930,20 +24812,11 @@
|
|
|
25930
24812
|
"description": "",
|
|
25931
24813
|
"doc-url": "https://vuetifyjs.com/api/v-slide-y-reverse-transition",
|
|
25932
24814
|
"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
|
-
},
|
|
25942
24815
|
{
|
|
25943
24816
|
"name": "origin",
|
|
25944
24817
|
"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).",
|
|
25945
24818
|
"doc-url": "https://vuetifyjs.com/api/v-slide-y-reverse-transition#props",
|
|
25946
|
-
"default": "'
|
|
24819
|
+
"default": "'center center'",
|
|
25947
24820
|
"value": {
|
|
25948
24821
|
"kind": "expression",
|
|
25949
24822
|
"type": "string"
|
|
@@ -26014,15 +24887,6 @@
|
|
|
26014
24887
|
"description": "",
|
|
26015
24888
|
"doc-url": "https://vuetifyjs.com/api/v-expand-transition",
|
|
26016
24889
|
"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
|
-
},
|
|
26026
24890
|
{
|
|
26027
24891
|
"name": "mode",
|
|
26028
24892
|
"description": "Sets the transition mode (does not apply to transition-group).",
|
|
@@ -26056,15 +24920,6 @@
|
|
|
26056
24920
|
"description": "",
|
|
26057
24921
|
"doc-url": "https://vuetifyjs.com/api/v-expand-x-transition",
|
|
26058
24922
|
"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
|
-
},
|
|
26068
24923
|
{
|
|
26069
24924
|
"name": "mode",
|
|
26070
24925
|
"description": "Sets the transition mode (does not apply to transition-group).",
|
|
@@ -26098,15 +24953,6 @@
|
|
|
26098
24953
|
"description": "",
|
|
26099
24954
|
"doc-url": "https://vuetifyjs.com/api/v-data-table",
|
|
26100
24955
|
"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
|
-
},
|
|
26110
24956
|
{
|
|
26111
24957
|
"name": "items",
|
|
26112
24958
|
"description": "An array of strings or objects used for automatically generating children components",
|
|
@@ -26796,15 +25642,6 @@
|
|
|
26796
25642
|
"description": "",
|
|
26797
25643
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-rows",
|
|
26798
25644
|
"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
|
-
},
|
|
26808
25645
|
{
|
|
26809
25646
|
"name": "items",
|
|
26810
25647
|
"description": "An array of strings or objects used for automatically generating children components",
|
|
@@ -27154,15 +25991,6 @@
|
|
|
27154
25991
|
"description": "",
|
|
27155
25992
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual",
|
|
27156
25993
|
"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
|
-
},
|
|
27166
25994
|
{
|
|
27167
25995
|
"name": "items",
|
|
27168
25996
|
"description": "An array of strings or objects used for automatically generating children components",
|
|
@@ -27800,15 +26628,6 @@
|
|
|
27800
26628
|
"description": "",
|
|
27801
26629
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-server",
|
|
27802
26630
|
"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
|
-
},
|
|
27812
26631
|
{
|
|
27813
26632
|
"name": "items",
|
|
27814
26633
|
"description": "An array of strings or objects used for automatically generating children components",
|
|
@@ -28496,15 +27315,6 @@
|
|
|
28496
27315
|
"description": "",
|
|
28497
27316
|
"doc-url": "https://vuetifyjs.com/api/v-virtual-scroll",
|
|
28498
27317
|
"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
|
-
},
|
|
28508
27318
|
{
|
|
28509
27319
|
"name": "items",
|
|
28510
27320
|
"description": "The array of items to display",
|