vuetify 3.11.0 → 3.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +1155 -1155
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +152 -152
- package/dist/json/web-types.json +2308 -2308
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +4129 -4129
- package/dist/vuetify-labs.d.ts +57 -57
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +3 -3
- package/dist/vuetify.css +3557 -3557
- package/dist/vuetify.d.ts +57 -57
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +57 -57
- package/lib/framework.js +1 -1
- package/package.json +1 -1
|
@@ -119,14 +119,14 @@
|
|
|
119
119
|
"type": "string\n",
|
|
120
120
|
"description": "Specify a custom tag used on the root element."
|
|
121
121
|
},
|
|
122
|
-
"VApp/theme": {
|
|
123
|
-
"type": "string\n",
|
|
124
|
-
"description": "Specify a theme for this component and all of its children."
|
|
125
|
-
},
|
|
126
122
|
"VApp/overlaps": {
|
|
127
123
|
"type": "string[]\n",
|
|
128
124
|
"description": "**FOR INTERNAL USE ONLY**"
|
|
129
125
|
},
|
|
126
|
+
"VApp/theme": {
|
|
127
|
+
"type": "string\n",
|
|
128
|
+
"description": "Specify a theme for this component and all of its children."
|
|
129
|
+
},
|
|
130
130
|
"VAppBar/flat": {
|
|
131
131
|
"type": "boolean\n",
|
|
132
132
|
"description": "Removes the component's **box-shadow**."
|
|
@@ -147,6 +147,10 @@
|
|
|
147
147
|
"type": "string | number\n",
|
|
148
148
|
"description": "Designates a specific height for the toolbar. Overrides the heights imposed by other props, e.g. **prominent**, **dense**, **extended**, etc."
|
|
149
149
|
},
|
|
150
|
+
"VAppBar/theme": {
|
|
151
|
+
"type": "string\n",
|
|
152
|
+
"description": "Specify a theme for this component and all of its children."
|
|
153
|
+
},
|
|
150
154
|
"VAppBar/image": {
|
|
151
155
|
"type": "string\n",
|
|
152
156
|
"description": "Specifies a [v-img](/components/images) as the component's background."
|
|
@@ -207,10 +211,6 @@
|
|
|
207
211
|
"type": "boolean\n",
|
|
208
212
|
"description": "Removes any applied **border-radius** from the component."
|
|
209
213
|
},
|
|
210
|
-
"VAppBar/theme": {
|
|
211
|
-
"type": "string\n",
|
|
212
|
-
"description": "Specify a theme for this component and all of its children."
|
|
213
|
-
},
|
|
214
214
|
"VAppBar/order": {
|
|
215
215
|
"type": "string | number\n",
|
|
216
216
|
"description": "Adjust the order of the component in relation to its registration order."
|
|
@@ -491,10 +491,6 @@
|
|
|
491
491
|
"type": "boolean\n",
|
|
492
492
|
"description": "Enables autofocus."
|
|
493
493
|
},
|
|
494
|
-
"VAutocomplete/items": {
|
|
495
|
-
"type": "any[]\n",
|
|
496
|
-
"description": "Can be an array of objects or strings. By default objects should have **title** and **value** properties, and can optionally have a **props** property containing any [VListItem props](/api/v-list-item/#props). Keys to use for these can be changed with the **item-title**, **item-value**, and **item-props** props."
|
|
497
|
-
},
|
|
498
494
|
"VAutocomplete/active": {
|
|
499
495
|
"type": "boolean\n",
|
|
500
496
|
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
|
@@ -579,6 +575,10 @@
|
|
|
579
575
|
"type": "string\n",
|
|
580
576
|
"description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (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)."
|
|
581
577
|
},
|
|
578
|
+
"VAutocomplete/items": {
|
|
579
|
+
"type": "any[]\n",
|
|
580
|
+
"description": "Can be an array of objects or strings. By default objects should have **title** and **value** properties, and can optionally have a **props** property containing any [VListItem props](/api/v-list-item/#props). Keys to use for these can be changed with the **item-title**, **item-value**, and **item-props** props."
|
|
581
|
+
},
|
|
582
582
|
"VAutocomplete/item-title": {
|
|
583
583
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L61-L65\" target=\"_blank\">SelectItemKey</a>\n",
|
|
584
584
|
"description": "Property on supplied `items` that contains its title."
|
|
@@ -751,6 +751,10 @@
|
|
|
751
751
|
"type": "string | number\n",
|
|
752
752
|
"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**."
|
|
753
753
|
},
|
|
754
|
+
"VAvatar/theme": {
|
|
755
|
+
"type": "string\n",
|
|
756
|
+
"description": "Specify a theme for this component and all of its children."
|
|
757
|
+
},
|
|
754
758
|
"VAvatar/image": {
|
|
755
759
|
"type": "string\n",
|
|
756
760
|
"description": "Apply a specific image using [v-img](/components/images/)."
|
|
@@ -783,10 +787,6 @@
|
|
|
783
787
|
"type": "boolean\n",
|
|
784
788
|
"description": "Removes any applied **border-radius** from the component."
|
|
785
789
|
},
|
|
786
|
-
"VAvatar/theme": {
|
|
787
|
-
"type": "string\n",
|
|
788
|
-
"description": "Specify a theme for this component and all of its children."
|
|
789
|
-
},
|
|
790
790
|
"VAvatar/text": {
|
|
791
791
|
"type": "string\n",
|
|
792
792
|
"description": "Specify content text for the component."
|
|
@@ -819,6 +819,10 @@
|
|
|
819
819
|
"type": "string | number\n",
|
|
820
820
|
"description": "Sets the width for the component."
|
|
821
821
|
},
|
|
822
|
+
"VBadge/theme": {
|
|
823
|
+
"type": "string\n",
|
|
824
|
+
"description": "Specify a theme for this component and all of its children."
|
|
825
|
+
},
|
|
822
826
|
"VBadge/model-value": {
|
|
823
827
|
"type": "boolean\n",
|
|
824
828
|
"description": "Controls whether the component is visible or hidden."
|
|
@@ -843,10 +847,6 @@
|
|
|
843
847
|
"type": "boolean\n",
|
|
844
848
|
"description": "Removes any applied **border-radius** from the component."
|
|
845
849
|
},
|
|
846
|
-
"VBadge/theme": {
|
|
847
|
-
"type": "string\n",
|
|
848
|
-
"description": "Specify a theme for this component and all of its children."
|
|
849
|
-
},
|
|
850
850
|
"VBadge/icon": {
|
|
851
851
|
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
|
852
852
|
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
|
@@ -911,6 +911,10 @@
|
|
|
911
911
|
"type": "string | number\n",
|
|
912
912
|
"description": "Sets the width for the component."
|
|
913
913
|
},
|
|
914
|
+
"VBanner/theme": {
|
|
915
|
+
"type": "string\n",
|
|
916
|
+
"description": "Specify a theme for this component and all of its children."
|
|
917
|
+
},
|
|
914
918
|
"VBanner/location": {
|
|
915
919
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
|
916
920
|
"description": "Specifies the component's location. Can combine by using a space separated string."
|
|
@@ -939,10 +943,6 @@
|
|
|
939
943
|
"type": "boolean\n",
|
|
940
944
|
"description": "Removes any applied **border-radius** from the component."
|
|
941
945
|
},
|
|
942
|
-
"VBanner/theme": {
|
|
943
|
-
"type": "string\n",
|
|
944
|
-
"description": "Specify a theme for this component and all of its children."
|
|
945
|
-
},
|
|
946
946
|
"VBanner/text": {
|
|
947
947
|
"type": "string\n",
|
|
948
948
|
"description": "Specify content text for the component."
|
|
@@ -992,7 +992,7 @@
|
|
|
992
992
|
"description": "Overrides the display configuration default screen size that the component should be considered in mobile."
|
|
993
993
|
},
|
|
994
994
|
"VBanner/position": {
|
|
995
|
-
"type": "'fixed' | '
|
|
995
|
+
"type": "'fixed' | 'relative' | 'absolute' | 'sticky' | 'static'\n",
|
|
996
996
|
"description": "Sets the position for the component."
|
|
997
997
|
},
|
|
998
998
|
"VBanner/lines": {
|
|
@@ -1039,6 +1039,10 @@
|
|
|
1039
1039
|
"type": "boolean\n",
|
|
1040
1040
|
"description": "Allows one to select multiple items."
|
|
1041
1041
|
},
|
|
1042
|
+
"VBottomNavigation/theme": {
|
|
1043
|
+
"type": "string\n",
|
|
1044
|
+
"description": "Specify a theme for this component and all of its children."
|
|
1045
|
+
},
|
|
1042
1046
|
"VBottomNavigation/model-value": {
|
|
1043
1047
|
"type": "unknown\n",
|
|
1044
1048
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
@@ -1071,10 +1075,6 @@
|
|
|
1071
1075
|
"type": "boolean\n",
|
|
1072
1076
|
"description": "Removes any applied **border-radius** from the component."
|
|
1073
1077
|
},
|
|
1074
|
-
"VBottomNavigation/theme": {
|
|
1075
|
-
"type": "string\n",
|
|
1076
|
-
"description": "Specify a theme for this component and all of its children."
|
|
1077
|
-
},
|
|
1078
1078
|
"VBottomNavigation/order": {
|
|
1079
1079
|
"type": "string | number\n",
|
|
1080
1080
|
"description": "Adjust the order of the component in relation to its registration order."
|
|
@@ -1115,6 +1115,10 @@
|
|
|
1115
1115
|
"type": "string | number\n",
|
|
1116
1116
|
"description": "Sets the width for the component."
|
|
1117
1117
|
},
|
|
1118
|
+
"VBottomSheet/theme": {
|
|
1119
|
+
"type": "string\n",
|
|
1120
|
+
"description": "Specify a theme for this component and all of its children."
|
|
1121
|
+
},
|
|
1118
1122
|
"VBottomSheet/model-value": {
|
|
1119
1123
|
"type": "boolean\n",
|
|
1120
1124
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
@@ -1127,10 +1131,6 @@
|
|
|
1127
1131
|
"type": "boolean\n",
|
|
1128
1132
|
"description": "Applies **position: absolute** to the content element."
|
|
1129
1133
|
},
|
|
1130
|
-
"VBottomSheet/theme": {
|
|
1131
|
-
"type": "string\n",
|
|
1132
|
-
"description": "Specify a theme for this component and all of its children."
|
|
1133
|
-
},
|
|
1134
1134
|
"VBottomSheet/transition": {
|
|
1135
1135
|
"type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | {\n component: ComponentPublicInstanceConstructor<\n CreateComponentPublicInstanceWithMixins<\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | { $stable?: boolean | undefined }\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => JSX.Element,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n PublicProps,\n {},\n true,\n {},\n SlotsType<Partial<MakeSlots<{ default: never }>>>,\n GlobalComponents,\n GlobalDirectives,\n string,\n {},\n any,\n ComponentProvideOptions,\n OptionTypesType<{}, {}, {}, {}, {}, {}>,\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | { $stable?: boolean | undefined }\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => JSX.Element,\n {},\n {},\n {},\n {}\n >,\n any,\n any,\n any,\n ComputedOptions,\n MethodOptions\n > &\n ComponentOptionsBase<\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | { $stable?: boolean | undefined }\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => JSX.Element,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n string,\n {},\n {},\n string,\n SlotsType<Partial<MakeSlots<{ default: never }>>>,\n GlobalComponents,\n GlobalDirectives,\n string,\n ComponentProvideOptions\n > &\n VNodeProps &\n AllowedComponentProps &\n ComponentCustomProps & {\n filterProps: (props: T) => Partial<Pick<T, U>>\n }\n }\n",
|
|
1136
1136
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
@@ -1283,6 +1283,10 @@
|
|
|
1283
1283
|
"type": "boolean\n",
|
|
1284
1284
|
"description": "Removes the ability to click or target the component."
|
|
1285
1285
|
},
|
|
1286
|
+
"VBreadcrumbs/items": {
|
|
1287
|
+
"type": "(\n | string\n | (Partial<LinkProps> & { title: string; disabled: boolean })\n)[]\n",
|
|
1288
|
+
"description": "An array of strings or objects used for automatically generating children components."
|
|
1289
|
+
},
|
|
1286
1290
|
"VBreadcrumbs/color": {
|
|
1287
1291
|
"type": "string\n",
|
|
1288
1292
|
"description": "Applies specified color to the control - supports utility colors (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)."
|
|
@@ -1319,10 +1323,6 @@
|
|
|
1319
1323
|
"type": "string\n",
|
|
1320
1324
|
"description": "The applied color when the component is in an active state."
|
|
1321
1325
|
},
|
|
1322
|
-
"VBreadcrumbs/items": {
|
|
1323
|
-
"type": "(\n | string\n | (Partial<LinkProps> & { title: string; disabled: boolean })\n)[]\n",
|
|
1324
|
-
"description": "An array of strings or objects used for automatically generating children components."
|
|
1325
|
-
},
|
|
1326
1326
|
"VBreadcrumbs/item-props": {
|
|
1327
1327
|
"type": "boolean\n",
|
|
1328
1328
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VBreadcrumbs.json))"
|
|
@@ -1419,6 +1419,10 @@
|
|
|
1419
1419
|
"type": "string | number\n",
|
|
1420
1420
|
"description": "Sets the width for the component."
|
|
1421
1421
|
},
|
|
1422
|
+
"VBtn/theme": {
|
|
1423
|
+
"type": "string\n",
|
|
1424
|
+
"description": "Specify a theme for this component and all of its children."
|
|
1425
|
+
},
|
|
1422
1426
|
"VBtn/location": {
|
|
1423
1427
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
|
1424
1428
|
"description": "Specifies the component's location. Can combine by using a space separated string."
|
|
@@ -1447,10 +1451,6 @@
|
|
|
1447
1451
|
"type": "boolean\n",
|
|
1448
1452
|
"description": "Removes any applied **border-radius** from the component."
|
|
1449
1453
|
},
|
|
1450
|
-
"VBtn/theme": {
|
|
1451
|
-
"type": "string\n",
|
|
1452
|
-
"description": "Specify a theme for this component and all of its children."
|
|
1453
|
-
},
|
|
1454
1454
|
"VBtn/text": {
|
|
1455
1455
|
"type": "string | number | boolean\n",
|
|
1456
1456
|
"description": "Specify content text for the component."
|
|
@@ -1484,7 +1484,7 @@
|
|
|
1484
1484
|
"description": "Displays the button as a flex-column."
|
|
1485
1485
|
},
|
|
1486
1486
|
"VBtn/position": {
|
|
1487
|
-
"type": "'fixed' | '
|
|
1487
|
+
"type": "'fixed' | 'relative' | 'absolute' | 'sticky' | 'static'\n",
|
|
1488
1488
|
"description": "Sets the position for the component."
|
|
1489
1489
|
},
|
|
1490
1490
|
"VBtn/base-color": {
|
|
@@ -1551,6 +1551,10 @@
|
|
|
1551
1551
|
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
1552
1552
|
"description": "Specify a custom tag used on the root element."
|
|
1553
1553
|
},
|
|
1554
|
+
"VBtnGroup/theme": {
|
|
1555
|
+
"type": "string\n",
|
|
1556
|
+
"description": "Specify a theme for this component and all of its children."
|
|
1557
|
+
},
|
|
1554
1558
|
"VBtnGroup/color": {
|
|
1555
1559
|
"type": "string\n",
|
|
1556
1560
|
"description": "Applies specified color to the control - supports utility colors (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)."
|
|
@@ -1575,10 +1579,6 @@
|
|
|
1575
1579
|
"type": "boolean\n",
|
|
1576
1580
|
"description": "Removes any applied **border-radius** from the component."
|
|
1577
1581
|
},
|
|
1578
|
-
"VBtnGroup/theme": {
|
|
1579
|
-
"type": "string\n",
|
|
1580
|
-
"description": "Specify a theme for this component and all of its children."
|
|
1581
|
-
},
|
|
1582
1582
|
"VBtnGroup/variant": {
|
|
1583
1583
|
"type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
|
|
1584
1584
|
"description": "Applies a distinct style to the component."
|
|
@@ -1611,6 +1611,10 @@
|
|
|
1611
1611
|
"type": "boolean\n",
|
|
1612
1612
|
"description": "Allows one to select multiple items."
|
|
1613
1613
|
},
|
|
1614
|
+
"VBtnToggle/theme": {
|
|
1615
|
+
"type": "string\n",
|
|
1616
|
+
"description": "Specify a theme for this component and all of its children."
|
|
1617
|
+
},
|
|
1614
1618
|
"VBtnToggle/model-value": {
|
|
1615
1619
|
"type": "unknown\n",
|
|
1616
1620
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
@@ -1639,10 +1643,6 @@
|
|
|
1639
1643
|
"type": "boolean\n",
|
|
1640
1644
|
"description": "Removes the component's border-radius."
|
|
1641
1645
|
},
|
|
1642
|
-
"VBtnToggle/theme": {
|
|
1643
|
-
"type": "string\n",
|
|
1644
|
-
"description": "Specify a theme for this component and all of its children."
|
|
1645
|
-
},
|
|
1646
1646
|
"VBtnToggle/variant": {
|
|
1647
1647
|
"type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
|
|
1648
1648
|
"description": "Applies a distinct style to the component."
|
|
@@ -1831,6 +1831,10 @@
|
|
|
1831
1831
|
"type": "string | number\n",
|
|
1832
1832
|
"description": "Sets the width for the component."
|
|
1833
1833
|
},
|
|
1834
|
+
"VCard/theme": {
|
|
1835
|
+
"type": "string\n",
|
|
1836
|
+
"description": "Specify a theme for this component and all of its children."
|
|
1837
|
+
},
|
|
1834
1838
|
"VCard/image": {
|
|
1835
1839
|
"type": "string\n",
|
|
1836
1840
|
"description": "Apply a specific background image to the component."
|
|
@@ -1863,10 +1867,6 @@
|
|
|
1863
1867
|
"type": "boolean\n",
|
|
1864
1868
|
"description": "Removes any applied **border-radius** from the component."
|
|
1865
1869
|
},
|
|
1866
|
-
"VCard/theme": {
|
|
1867
|
-
"type": "string\n",
|
|
1868
|
-
"description": "Specify a theme for this component and all of its children."
|
|
1869
|
-
},
|
|
1870
1870
|
"VCard/text": {
|
|
1871
1871
|
"type": "string | number | boolean\n",
|
|
1872
1872
|
"description": "Specify content text for the component."
|
|
@@ -1892,7 +1892,7 @@
|
|
|
1892
1892
|
"description": "Sets the minimum width for the component."
|
|
1893
1893
|
},
|
|
1894
1894
|
"VCard/position": {
|
|
1895
|
-
"type": "'fixed' | '
|
|
1895
|
+
"type": "'fixed' | 'relative' | 'absolute' | 'sticky' | 'static'\n",
|
|
1896
1896
|
"description": "Sets the position for the component."
|
|
1897
1897
|
},
|
|
1898
1898
|
"VCard/href": {
|
|
@@ -2015,6 +2015,14 @@
|
|
|
2015
2015
|
"type": "string | number\n",
|
|
2016
2016
|
"description": "Sets the height for the component."
|
|
2017
2017
|
},
|
|
2018
|
+
"VCarousel/theme": {
|
|
2019
|
+
"type": "string\n",
|
|
2020
|
+
"description": "Specify a theme for this component and all of its children."
|
|
2021
|
+
},
|
|
2022
|
+
"VCarousel/cycle": {
|
|
2023
|
+
"type": "boolean\n",
|
|
2024
|
+
"description": "Determines if the carousel should cycle through images."
|
|
2025
|
+
},
|
|
2018
2026
|
"VCarousel/model-value": {
|
|
2019
2027
|
"type": "unknown\n",
|
|
2020
2028
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
@@ -2023,10 +2031,6 @@
|
|
|
2023
2031
|
"type": "string\n",
|
|
2024
2032
|
"description": "Applies a color to the navigation dots - supports utility colors (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)."
|
|
2025
2033
|
},
|
|
2026
|
-
"VCarousel/theme": {
|
|
2027
|
-
"type": "string\n",
|
|
2028
|
-
"description": "Specify a theme for this component and all of its children."
|
|
2029
|
-
},
|
|
2030
2034
|
"VCarousel/selected-class": {
|
|
2031
2035
|
"type": "string\n",
|
|
2032
2036
|
"description": "Configure the active CSS class applied when an item is selected."
|
|
@@ -2043,10 +2047,6 @@
|
|
|
2043
2047
|
"type": "string | number\n",
|
|
2044
2048
|
"description": "The duration between image cycles. Requires the **cycle** prop."
|
|
2045
2049
|
},
|
|
2046
|
-
"VCarousel/cycle": {
|
|
2047
|
-
"type": "boolean\n",
|
|
2048
|
-
"description": "Determines if the carousel should cycle through images."
|
|
2049
|
-
},
|
|
2050
2050
|
"VCarousel/delimiter-icon": {
|
|
2051
2051
|
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
|
2052
2052
|
"description": "Sets icon for carousel delimiter."
|
|
@@ -2259,6 +2259,10 @@
|
|
|
2259
2259
|
"type": "string\n",
|
|
2260
2260
|
"description": "Sets the DOM id on the component."
|
|
2261
2261
|
},
|
|
2262
|
+
"VCheckbox/theme": {
|
|
2263
|
+
"type": "string\n",
|
|
2264
|
+
"description": "Specify a theme for this component and all of its children."
|
|
2265
|
+
},
|
|
2262
2266
|
"VCheckbox/model-value": {
|
|
2263
2267
|
"type": "unknown\n",
|
|
2264
2268
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
@@ -2271,10 +2275,6 @@
|
|
|
2271
2275
|
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
2272
2276
|
"description": "Adjusts the vertical height used by the component."
|
|
2273
2277
|
},
|
|
2274
|
-
"VCheckbox/theme": {
|
|
2275
|
-
"type": "string\n",
|
|
2276
|
-
"description": "Specify a theme for this component and all of its children."
|
|
2277
|
-
},
|
|
2278
2278
|
"VCheckbox/max-width": {
|
|
2279
2279
|
"type": "string | number\n",
|
|
2280
2280
|
"description": "Sets the maximum width for the component."
|
|
@@ -2427,6 +2427,10 @@
|
|
|
2427
2427
|
"type": "string\n",
|
|
2428
2428
|
"description": "Sets the DOM id on the component."
|
|
2429
2429
|
},
|
|
2430
|
+
"VCheckboxBtn/theme": {
|
|
2431
|
+
"type": "string\n",
|
|
2432
|
+
"description": "Specify a theme for this component and all of its children."
|
|
2433
|
+
},
|
|
2430
2434
|
"VCheckboxBtn/model-value": {
|
|
2431
2435
|
"type": "unknown\n",
|
|
2432
2436
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
@@ -2439,10 +2443,6 @@
|
|
|
2439
2443
|
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
2440
2444
|
"description": "Adjusts the vertical height used by the component."
|
|
2441
2445
|
},
|
|
2442
|
-
"VCheckboxBtn/theme": {
|
|
2443
|
-
"type": "string\n",
|
|
2444
|
-
"description": "Specify a theme for this component and all of its children."
|
|
2445
|
-
},
|
|
2446
2446
|
"VCheckboxBtn/inline": {
|
|
2447
2447
|
"type": "boolean\n",
|
|
2448
2448
|
"description": "Puts children inputs into a row."
|
|
@@ -2523,6 +2523,10 @@
|
|
|
2523
2523
|
"type": "boolean\n",
|
|
2524
2524
|
"description": "Makes the chip draggable."
|
|
2525
2525
|
},
|
|
2526
|
+
"VChip/theme": {
|
|
2527
|
+
"type": "string\n",
|
|
2528
|
+
"description": "Specify a theme for this component and all of its children."
|
|
2529
|
+
},
|
|
2526
2530
|
"VChip/model-value": {
|
|
2527
2531
|
"type": "boolean\n",
|
|
2528
2532
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
@@ -2551,10 +2555,6 @@
|
|
|
2551
2555
|
"type": "boolean\n",
|
|
2552
2556
|
"description": "Removes any applied **border-radius** from the component."
|
|
2553
2557
|
},
|
|
2554
|
-
"VChip/theme": {
|
|
2555
|
-
"type": "string\n",
|
|
2556
|
-
"description": "Specify a theme for this component and all of its children."
|
|
2557
|
-
},
|
|
2558
2558
|
"VChip/text": {
|
|
2559
2559
|
"type": "string | number | boolean\n",
|
|
2560
2560
|
"description": "Specify content text for the component."
|
|
@@ -2651,6 +2651,10 @@
|
|
|
2651
2651
|
"type": "boolean\n",
|
|
2652
2652
|
"description": "Allows one to select multiple items."
|
|
2653
2653
|
},
|
|
2654
|
+
"VChipGroup/theme": {
|
|
2655
|
+
"type": "string\n",
|
|
2656
|
+
"description": "Specify a theme for this component and all of its children."
|
|
2657
|
+
},
|
|
2654
2658
|
"VChipGroup/model-value": {
|
|
2655
2659
|
"type": "unknown\n",
|
|
2656
2660
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
@@ -2659,10 +2663,6 @@
|
|
|
2659
2663
|
"type": "string\n",
|
|
2660
2664
|
"description": "Applies specified color to the control - supports utility colors (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)."
|
|
2661
2665
|
},
|
|
2662
|
-
"VChipGroup/theme": {
|
|
2663
|
-
"type": "string\n",
|
|
2664
|
-
"description": "Specify a theme for this component and all of its children."
|
|
2665
|
-
},
|
|
2666
2666
|
"VChipGroup/variant": {
|
|
2667
2667
|
"type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
|
|
2668
2668
|
"description": "Applies a distinct style to the component."
|
|
@@ -2739,9 +2739,13 @@
|
|
|
2739
2739
|
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
2740
2740
|
"description": "Specify a custom tag used on the root element."
|
|
2741
2741
|
},
|
|
2742
|
-
"VCol/
|
|
2742
|
+
"VCol/offset": {
|
|
2743
2743
|
"type": "string | number\n",
|
|
2744
|
-
"description": "Sets the default
|
|
2744
|
+
"description": "Sets the default offset for the column."
|
|
2745
|
+
},
|
|
2746
|
+
"VCol/cols": {
|
|
2747
|
+
"type": "string | number | boolean\n",
|
|
2748
|
+
"description": "Sets the default number of columns the component extends. Available options are: **1 -> 12** and **auto**."
|
|
2745
2749
|
},
|
|
2746
2750
|
"VCol/sm": {
|
|
2747
2751
|
"type": "string | number | boolean\n",
|
|
@@ -2763,14 +2767,6 @@
|
|
|
2763
2767
|
"type": "string | number | boolean\n",
|
|
2764
2768
|
"description": "Changes the number of columns on extra extra large and greater breakpoints."
|
|
2765
2769
|
},
|
|
2766
|
-
"VCol/offset": {
|
|
2767
|
-
"type": "string | number\n",
|
|
2768
|
-
"description": "Sets the default offset for the column."
|
|
2769
|
-
},
|
|
2770
|
-
"VCol/cols": {
|
|
2771
|
-
"type": "string | number | boolean\n",
|
|
2772
|
-
"description": "Sets the default number of columns the component extends. Available options are: **1 -> 12** and **auto**."
|
|
2773
|
-
},
|
|
2774
2770
|
"VCol/offset-sm": {
|
|
2775
2771
|
"type": "string | number\n",
|
|
2776
2772
|
"description": "Changes the offset of the component on small and greater breakpoints."
|
|
@@ -2791,6 +2787,10 @@
|
|
|
2791
2787
|
"type": "string | number\n",
|
|
2792
2788
|
"description": "Changes the offset of the component on extra extra large and greater breakpoints."
|
|
2793
2789
|
},
|
|
2790
|
+
"VCol/order": {
|
|
2791
|
+
"type": "string | number\n",
|
|
2792
|
+
"description": "Sets the default [order](https://developer.mozilla.org/en-US/docs/Web/CSS/order) for the column."
|
|
2793
|
+
},
|
|
2794
2794
|
"VCol/order-sm": {
|
|
2795
2795
|
"type": "string | number\n",
|
|
2796
2796
|
"description": "Changes the order of the component on small and greater breakpoints."
|
|
@@ -2812,88 +2812,44 @@
|
|
|
2812
2812
|
"description": "Changes the order of the component on extra extra large and greater breakpoints."
|
|
2813
2813
|
},
|
|
2814
2814
|
"VCol/align-self": {
|
|
2815
|
-
"type": "'
|
|
2815
|
+
"type": "'end' | 'start' | 'center' | 'auto' | 'baseline' | 'stretch'\n",
|
|
2816
2816
|
"description": "Applies the [align-items](https://developer.mozilla.org/en-US/docs/Web/CSS/align-items) css property. Available options are: **start**, **center**, **end**, **auto**, **baseline** and **stretch**."
|
|
2817
2817
|
},
|
|
2818
|
-
"VColorInput/title": {
|
|
2819
|
-
"type": "string\n",
|
|
2820
|
-
"description": "Specify a title text for the component."
|
|
2821
|
-
},
|
|
2822
2818
|
"VColorInput/flat": {
|
|
2823
2819
|
"type": "boolean\n",
|
|
2824
2820
|
"description": "Removes box shadow when using a variant with elevation."
|
|
2825
2821
|
},
|
|
2826
|
-
"VColorInput/
|
|
2827
|
-
"type": "string |
|
|
2828
|
-
"description": "
|
|
2822
|
+
"VColorInput/tag": {
|
|
2823
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
2824
|
+
"description": "Specify a custom tag used on the root element."
|
|
2829
2825
|
},
|
|
2830
2826
|
"VColorInput/type": {
|
|
2831
2827
|
"type": "string\n",
|
|
2832
2828
|
"description": "Sets input type."
|
|
2833
2829
|
},
|
|
2834
|
-
"VColorInput/model-value": {
|
|
2835
|
-
"type": "string | Record<string, unknown>\n",
|
|
2836
|
-
"description": "Represents the committed v-model value"
|
|
2837
|
-
},
|
|
2838
|
-
"VColorInput/error": {
|
|
2839
|
-
"type": "boolean\n",
|
|
2840
|
-
"description": "Puts the input in a manual error state."
|
|
2841
|
-
},
|
|
2842
2830
|
"VColorInput/reverse": {
|
|
2843
2831
|
"type": "boolean\n",
|
|
2844
2832
|
"description": "Reverses the orientation."
|
|
2845
2833
|
},
|
|
2846
|
-
"VColorInput/
|
|
2847
|
-
"type": "
|
|
2848
|
-
"description": "
|
|
2849
|
-
},
|
|
2850
|
-
"VColorInput/max-width": {
|
|
2851
|
-
"type": "string | number\n",
|
|
2852
|
-
"description": "Sets the maximum width for the component."
|
|
2853
|
-
},
|
|
2854
|
-
"VColorInput/min-width": {
|
|
2855
|
-
"type": "string | number\n",
|
|
2856
|
-
"description": "Sets the minimum width for the component."
|
|
2857
|
-
},
|
|
2858
|
-
"VColorInput/width": {
|
|
2859
|
-
"type": "string | number\n",
|
|
2860
|
-
"description": "Sets the width of the color picker."
|
|
2861
|
-
},
|
|
2862
|
-
"VColorInput/elevation": {
|
|
2863
|
-
"type": "string | number\n",
|
|
2864
|
-
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
2865
|
-
},
|
|
2866
|
-
"VColorInput/position": {
|
|
2867
|
-
"type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n",
|
|
2868
|
-
"description": "Sets the position for the component."
|
|
2834
|
+
"VColorInput/name": {
|
|
2835
|
+
"type": "string\n",
|
|
2836
|
+
"description": "Sets the component's name attribute."
|
|
2869
2837
|
},
|
|
2870
|
-
"VColorInput/
|
|
2871
|
-
"type": "
|
|
2872
|
-
"description": "
|
|
2838
|
+
"VColorInput/mode": {
|
|
2839
|
+
"type": "'rgb' | 'rgba' | 'hsl' | 'hsla' | 'hex' | 'hexa'\n",
|
|
2840
|
+
"description": "The current selected input type. Syncable with `v-model:mode`."
|
|
2873
2841
|
},
|
|
2874
|
-
"VColorInput/
|
|
2842
|
+
"VColorInput/error": {
|
|
2875
2843
|
"type": "boolean\n",
|
|
2876
|
-
"description": "
|
|
2877
|
-
},
|
|
2878
|
-
"VColorInput/tag": {
|
|
2879
|
-
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
2880
|
-
"description": "Specify a custom tag used on the root element."
|
|
2881
|
-
},
|
|
2882
|
-
"VColorInput/theme": {
|
|
2883
|
-
"type": "string\n",
|
|
2884
|
-
"description": "Specify a theme for this component and all of its children."
|
|
2844
|
+
"description": "Puts the input in a manual error state."
|
|
2885
2845
|
},
|
|
2886
|
-
"VColorInput/
|
|
2846
|
+
"VColorInput/label": {
|
|
2887
2847
|
"type": "string\n",
|
|
2888
|
-
"description": "
|
|
2889
|
-
},
|
|
2890
|
-
"VColorInput/variant": {
|
|
2891
|
-
"type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
|
|
2892
|
-
"description": "Applies a distinct style to the component."
|
|
2848
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
|
|
2893
2849
|
},
|
|
2894
|
-
"VColorInput/
|
|
2850
|
+
"VColorInput/title": {
|
|
2895
2851
|
"type": "string\n",
|
|
2896
|
-
"description": "
|
|
2852
|
+
"description": "Specify a title text for the component."
|
|
2897
2853
|
},
|
|
2898
2854
|
"VColorInput/autocomplete": {
|
|
2899
2855
|
"type": "string\n",
|
|
@@ -2907,6 +2863,10 @@
|
|
|
2907
2863
|
"type": "string\n",
|
|
2908
2864
|
"description": "Sets the input’s placeholder text."
|
|
2909
2865
|
},
|
|
2866
|
+
"VColorInput/width": {
|
|
2867
|
+
"type": "string | number\n",
|
|
2868
|
+
"description": "Sets the width of the color picker."
|
|
2869
|
+
},
|
|
2910
2870
|
"VColorInput/id": {
|
|
2911
2871
|
"type": "string\n",
|
|
2912
2872
|
"description": "Sets the DOM id on the component."
|
|
@@ -2923,20 +2883,72 @@
|
|
|
2923
2883
|
"type": "boolean\n",
|
|
2924
2884
|
"description": "Enables autofocus."
|
|
2925
2885
|
},
|
|
2926
|
-
"VColorInput/
|
|
2927
|
-
"type": "
|
|
2928
|
-
"description": "
|
|
2929
|
-
},
|
|
2930
|
-
"VColorInput/
|
|
2886
|
+
"VColorInput/theme": {
|
|
2887
|
+
"type": "string\n",
|
|
2888
|
+
"description": "Specify a theme for this component and all of its children."
|
|
2889
|
+
},
|
|
2890
|
+
"VColorInput/model-value": {
|
|
2891
|
+
"type": "string | Record<string, unknown>\n",
|
|
2892
|
+
"description": "Represents the committed v-model value"
|
|
2893
|
+
},
|
|
2894
|
+
"VColorInput/color": {
|
|
2895
|
+
"type": "string\n",
|
|
2896
|
+
"description": "Applies specified color to the control - supports utility colors (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)."
|
|
2897
|
+
},
|
|
2898
|
+
"VColorInput/density": {
|
|
2899
|
+
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
2900
|
+
"description": "Adjusts the vertical height used by the component."
|
|
2901
|
+
},
|
|
2902
|
+
"VColorInput/border": {
|
|
2903
|
+
"type": "string | number | boolean\n",
|
|
2904
|
+
"description": "Applies utility border classes to the component. To use it, you need to omit the `border-` prefix, (for example use `border-sm` as `border=\"sm\"`). Find a list of the built-in border classes on the [borders page](/styles/borders)."
|
|
2905
|
+
},
|
|
2906
|
+
"VColorInput/elevation": {
|
|
2907
|
+
"type": "string | number\n",
|
|
2908
|
+
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
2909
|
+
},
|
|
2910
|
+
"VColorInput/rounded": {
|
|
2911
|
+
"type": "string | number | boolean\n",
|
|
2912
|
+
"description": "Adds a border radius to the input."
|
|
2913
|
+
},
|
|
2914
|
+
"VColorInput/tile": {
|
|
2915
|
+
"type": "boolean\n",
|
|
2916
|
+
"description": "Removes any applied **border-radius** from the component."
|
|
2917
|
+
},
|
|
2918
|
+
"VColorInput/variant": {
|
|
2919
|
+
"type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
|
|
2920
|
+
"description": "Applies a distinct style to the component."
|
|
2921
|
+
},
|
|
2922
|
+
"VColorInput/max-width": {
|
|
2923
|
+
"type": "string | number\n",
|
|
2924
|
+
"description": "Sets the maximum width for the component."
|
|
2925
|
+
},
|
|
2926
|
+
"VColorInput/min-width": {
|
|
2927
|
+
"type": "string | number\n",
|
|
2928
|
+
"description": "Sets the minimum width for the component."
|
|
2929
|
+
},
|
|
2930
|
+
"VColorInput/bg-color": {
|
|
2931
|
+
"type": "string\n",
|
|
2932
|
+
"description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (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)."
|
|
2933
|
+
},
|
|
2934
|
+
"VColorInput/position": {
|
|
2935
|
+
"type": "'fixed' | 'relative' | 'absolute' | 'sticky' | 'static'\n",
|
|
2936
|
+
"description": "Sets the position for the component."
|
|
2937
|
+
},
|
|
2938
|
+
"VColorInput/base-color": {
|
|
2931
2939
|
"type": "string\n",
|
|
2932
2940
|
"description": "Sets the color of the input when it is not focused."
|
|
2933
2941
|
},
|
|
2942
|
+
"VColorInput/active": {
|
|
2943
|
+
"type": "boolean\n",
|
|
2944
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
|
2945
|
+
},
|
|
2934
2946
|
"VColorInput/prepend-icon": {
|
|
2935
|
-
"type": " | string\n | (
|
|
2947
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
|
2936
2948
|
"description": "Prepends an icon to the outside the component's input, uses the same syntax as `v-icon`."
|
|
2937
2949
|
},
|
|
2938
2950
|
"VColorInput/append-icon": {
|
|
2939
|
-
"type": " | string\n | (
|
|
2951
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
|
2940
2952
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
|
2941
2953
|
},
|
|
2942
2954
|
"VColorInput/readonly": {
|
|
@@ -2947,33 +2959,21 @@
|
|
|
2947
2959
|
"type": "string | boolean\n",
|
|
2948
2960
|
"description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color."
|
|
2949
2961
|
},
|
|
2950
|
-
"VColorInput/
|
|
2951
|
-
"type": "string\n",
|
|
2952
|
-
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
|
|
2953
|
-
},
|
|
2954
|
-
"VColorInput/bg-color": {
|
|
2955
|
-
"type": "string\n",
|
|
2956
|
-
"description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (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)."
|
|
2957
|
-
},
|
|
2958
|
-
"VColorInput/mode": {
|
|
2959
|
-
"type": "'rgb' | 'rgba' | 'hsl' | 'hsla' | 'hex' | 'hexa'\n",
|
|
2960
|
-
"description": "The current selected input type. Syncable with `v-model:mode`."
|
|
2961
|
-
},
|
|
2962
|
-
"VColorInput/counter": {
|
|
2963
|
-
"type": "string | number | boolean\n",
|
|
2964
|
-
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
|
2965
|
-
},
|
|
2966
|
-
"VColorInput/persistent-placeholder": {
|
|
2962
|
+
"VColorInput/divided": {
|
|
2967
2963
|
"type": "boolean\n",
|
|
2968
|
-
"description": "
|
|
2964
|
+
"description": "Adds a divider between the header and controls."
|
|
2969
2965
|
},
|
|
2970
|
-
"VColorInput/
|
|
2966
|
+
"VColorInput/direction": {
|
|
2967
|
+
"type": "'horizontal' | 'vertical'\n",
|
|
2968
|
+
"description": "Changes the direction of the input."
|
|
2969
|
+
},
|
|
2970
|
+
"VColorInput/hide-header": {
|
|
2971
2971
|
"type": "boolean\n",
|
|
2972
|
-
"description": "
|
|
2972
|
+
"description": "Hide the picker header."
|
|
2973
2973
|
},
|
|
2974
|
-
"VColorInput/
|
|
2975
|
-
"type": "string\n",
|
|
2976
|
-
"description": "Displays
|
|
2974
|
+
"VColorInput/messages": {
|
|
2975
|
+
"type": "string | string[]\n",
|
|
2976
|
+
"description": "Displays a list of messages or a single message if using a string."
|
|
2977
2977
|
},
|
|
2978
2978
|
"VColorInput/center-affix": {
|
|
2979
2979
|
"type": "boolean\n",
|
|
@@ -2999,14 +2999,6 @@
|
|
|
2999
2999
|
"type": "boolean\n",
|
|
3000
3000
|
"description": "Forces [hint](#props-hint) to always be visible."
|
|
3001
3001
|
},
|
|
3002
|
-
"VColorInput/messages": {
|
|
3003
|
-
"type": "string | string[]\n",
|
|
3004
|
-
"description": "Displays a list of messages or a single message if using a string."
|
|
3005
|
-
},
|
|
3006
|
-
"VColorInput/direction": {
|
|
3007
|
-
"type": "'horizontal' | 'vertical'\n",
|
|
3008
|
-
"description": "Changes the direction of the input."
|
|
3009
|
-
},
|
|
3010
3002
|
"VColorInput/error-messages": {
|
|
3011
3003
|
"type": "string | string[]\n",
|
|
3012
3004
|
"description": "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the **rules** prop. This field will not trigger validation."
|
|
@@ -3035,8 +3027,56 @@
|
|
|
3035
3027
|
"type": "boolean | 'auto'\n",
|
|
3036
3028
|
"description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display."
|
|
3037
3029
|
},
|
|
3030
|
+
"VColorInput/counter": {
|
|
3031
|
+
"type": "string | number | boolean\n",
|
|
3032
|
+
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
|
3033
|
+
},
|
|
3034
|
+
"VColorInput/hide-pip": {
|
|
3035
|
+
"type": "boolean\n",
|
|
3036
|
+
"description": "Hide pip icon"
|
|
3037
|
+
},
|
|
3038
|
+
"VColorInput/color-pip": {
|
|
3039
|
+
"type": "boolean\n",
|
|
3040
|
+
"description": "Synchronize pip color with current value"
|
|
3041
|
+
},
|
|
3042
|
+
"VColorInput/pip-icon": {
|
|
3043
|
+
"type": "string\n",
|
|
3044
|
+
"description": "The icon used for pip"
|
|
3045
|
+
},
|
|
3046
|
+
"VColorInput/pip-location": {
|
|
3047
|
+
"type": "'append' | 'prepend' | 'prepend-inner' | 'append-inner'\n",
|
|
3048
|
+
"description": "Move pip icon to a different slot"
|
|
3049
|
+
},
|
|
3050
|
+
"VColorInput/pip-variant": {
|
|
3051
|
+
"type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
|
|
3052
|
+
"description": "Variant of the pip control"
|
|
3053
|
+
},
|
|
3054
|
+
"VColorInput/cancel-text": {
|
|
3055
|
+
"type": "string\n",
|
|
3056
|
+
"description": "Text for the cancel button"
|
|
3057
|
+
},
|
|
3058
|
+
"VColorInput/ok-text": {
|
|
3059
|
+
"type": "string\n",
|
|
3060
|
+
"description": "Text for the ok button"
|
|
3061
|
+
},
|
|
3062
|
+
"VColorInput/hide-actions": {
|
|
3063
|
+
"type": "boolean\n",
|
|
3064
|
+
"description": "Prevent showing the default actions buttons. Does not affect `<component :is=\"actions\" />`"
|
|
3065
|
+
},
|
|
3066
|
+
"VColorInput/persistent-placeholder": {
|
|
3067
|
+
"type": "boolean\n",
|
|
3068
|
+
"description": "Forces placeholder to always be visible."
|
|
3069
|
+
},
|
|
3070
|
+
"VColorInput/persistent-counter": {
|
|
3071
|
+
"type": "boolean\n",
|
|
3072
|
+
"description": "Forces counter to always be visible."
|
|
3073
|
+
},
|
|
3074
|
+
"VColorInput/suffix": {
|
|
3075
|
+
"type": "string\n",
|
|
3076
|
+
"description": "Displays suffix text."
|
|
3077
|
+
},
|
|
3038
3078
|
"VColorInput/append-inner-icon": {
|
|
3039
|
-
"type": " | string\n | (
|
|
3079
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
|
3040
3080
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot."
|
|
3041
3081
|
},
|
|
3042
3082
|
"VColorInput/clearable": {
|
|
@@ -3044,7 +3084,7 @@
|
|
|
3044
3084
|
"description": "Allows for the component to be cleared."
|
|
3045
3085
|
},
|
|
3046
3086
|
"VColorInput/clear-icon": {
|
|
3047
|
-
"type": " | string\n | (
|
|
3087
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
|
3048
3088
|
"description": "The icon used when the **clearable** prop is set to true."
|
|
3049
3089
|
},
|
|
3050
3090
|
"VColorInput/dirty": {
|
|
@@ -3056,7 +3096,7 @@
|
|
|
3056
3096
|
"description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)."
|
|
3057
3097
|
},
|
|
3058
3098
|
"VColorInput/prepend-inner-icon": {
|
|
3059
|
-
"type": " | string\n | (
|
|
3099
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
|
3060
3100
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot."
|
|
3061
3101
|
},
|
|
3062
3102
|
"VColorInput/single-line": {
|
|
@@ -3071,38 +3111,6 @@
|
|
|
3071
3111
|
"type": "unknown\n",
|
|
3072
3112
|
"description": "**FOR INTERNAL USE ONLY**"
|
|
3073
3113
|
},
|
|
3074
|
-
"VColorInput/hide-pip": {
|
|
3075
|
-
"type": "boolean\n",
|
|
3076
|
-
"description": "Hide pip icon"
|
|
3077
|
-
},
|
|
3078
|
-
"VColorInput/color-pip": {
|
|
3079
|
-
"type": "boolean\n",
|
|
3080
|
-
"description": "Synchronize pip color with current value"
|
|
3081
|
-
},
|
|
3082
|
-
"VColorInput/pip-icon": {
|
|
3083
|
-
"type": "string\n",
|
|
3084
|
-
"description": "The icon used for pip"
|
|
3085
|
-
},
|
|
3086
|
-
"VColorInput/pip-location": {
|
|
3087
|
-
"type": "'prepend' | 'append' | 'prepend-inner' | 'append-inner'\n",
|
|
3088
|
-
"description": "Move pip icon to a different slot"
|
|
3089
|
-
},
|
|
3090
|
-
"VColorInput/pip-variant": {
|
|
3091
|
-
"type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
|
|
3092
|
-
"description": "Variant of the pip control"
|
|
3093
|
-
},
|
|
3094
|
-
"VColorInput/cancel-text": {
|
|
3095
|
-
"type": "string\n",
|
|
3096
|
-
"description": "Text for the cancel button"
|
|
3097
|
-
},
|
|
3098
|
-
"VColorInput/ok-text": {
|
|
3099
|
-
"type": "string\n",
|
|
3100
|
-
"description": "Text for the ok button"
|
|
3101
|
-
},
|
|
3102
|
-
"VColorInput/hide-actions": {
|
|
3103
|
-
"type": "boolean\n",
|
|
3104
|
-
"description": "Prevent showing the default actions buttons. Does not affect `<component :is=\"actions\" />`"
|
|
3105
|
-
},
|
|
3106
3114
|
"VColorInput/canvas-height": {
|
|
3107
3115
|
"type": "string | number\n",
|
|
3108
3116
|
"description": "Height of canvas."
|
|
@@ -3135,18 +3143,10 @@
|
|
|
3135
3143
|
"type": "string | number\n",
|
|
3136
3144
|
"description": "Sets the maximum height of the swatches section."
|
|
3137
3145
|
},
|
|
3138
|
-
"VColorInput/divided": {
|
|
3139
|
-
"type": "boolean\n",
|
|
3140
|
-
"description": "Adds a divider between the header and controls."
|
|
3141
|
-
},
|
|
3142
3146
|
"VColorInput/landscape": {
|
|
3143
3147
|
"type": "boolean\n",
|
|
3144
3148
|
"description": "Puts the picker into landscape mode."
|
|
3145
3149
|
},
|
|
3146
|
-
"VColorInput/hide-header": {
|
|
3147
|
-
"type": "boolean\n",
|
|
3148
|
-
"description": "Hide the picker header."
|
|
3149
|
-
},
|
|
3150
3150
|
"VColorInput/hide-title": {
|
|
3151
3151
|
"type": "boolean\n",
|
|
3152
3152
|
"description": "Hide the picker title."
|
|
@@ -3156,57 +3156,61 @@
|
|
|
3156
3156
|
"description": "Hides eyedropper icon."
|
|
3157
3157
|
},
|
|
3158
3158
|
"VColorInput/eye-dropper-icon": {
|
|
3159
|
-
"type": " | string\n | (
|
|
3159
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
|
3160
3160
|
"description": "Icon used to trigger EyeDropper API."
|
|
3161
3161
|
},
|
|
3162
3162
|
"VColorInput/swatches": {
|
|
3163
3163
|
"type": "(\n | string\n | number\n | {\n readonly h: number\n readonly s: number\n readonly v: number\n readonly a?: number | undefined\n }\n | {\n readonly r: number\n readonly g: number\n readonly b: number\n readonly a?: number | undefined\n }\n | {\n readonly h: number\n readonly s: number\n readonly l: number\n readonly a?: number | undefined\n }\n)[][]\n",
|
|
3164
3164
|
"description": "Sets the available color swatches to select from. 2D array of rows and columns, accepts any color format the picker does."
|
|
3165
3165
|
},
|
|
3166
|
-
"VColorPicker/tag": {
|
|
3167
|
-
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
3168
|
-
"description": "Specify a custom tag used on the root element."
|
|
3169
|
-
},
|
|
3170
|
-
"VColorPicker/mode": {
|
|
3171
|
-
"type": "'rgb' | 'rgba' | 'hsl' | 'hsla' | 'hex' | 'hexa'\n",
|
|
3172
|
-
"description": "The current selected input type. Syncable with `v-model:mode`."
|
|
3173
|
-
},
|
|
3174
3166
|
"VColorPicker/title": {
|
|
3175
3167
|
"type": "string\n",
|
|
3176
3168
|
"description": "Specify a title text for the component."
|
|
3177
3169
|
},
|
|
3178
|
-
"VColorPicker/
|
|
3179
|
-
"type": "boolean\n",
|
|
3180
|
-
"description": "
|
|
3170
|
+
"VColorPicker/border": {
|
|
3171
|
+
"type": "string | number | boolean\n",
|
|
3172
|
+
"description": "Applies utility border classes to the component. To use it, you need to omit the `border-` prefix, (for example use `border-sm` as `border=\"sm\"`). Find a list of the built-in border classes on the [borders page](/styles/borders)."
|
|
3173
|
+
},
|
|
3174
|
+
"VColorPicker/model-value": {
|
|
3175
|
+
"type": "string | Record<string, unknown>\n",
|
|
3176
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
3181
3177
|
},
|
|
3182
3178
|
"VColorPicker/height": {
|
|
3183
3179
|
"type": "string | number\n",
|
|
3184
3180
|
"description": "Sets the height for the component."
|
|
3185
3181
|
},
|
|
3186
|
-
"VColorPicker/
|
|
3182
|
+
"VColorPicker/max-height": {
|
|
3187
3183
|
"type": "string | number\n",
|
|
3188
|
-
"description": "Sets the
|
|
3184
|
+
"description": "Sets the maximum height for the component."
|
|
3189
3185
|
},
|
|
3190
|
-
"VColorPicker/
|
|
3191
|
-
"type": "string |
|
|
3192
|
-
"description": "
|
|
3186
|
+
"VColorPicker/max-width": {
|
|
3187
|
+
"type": "string | number\n",
|
|
3188
|
+
"description": "Sets the maximum width for the component."
|
|
3193
3189
|
},
|
|
3194
|
-
"VColorPicker/
|
|
3195
|
-
"type": "
|
|
3196
|
-
"description": "
|
|
3190
|
+
"VColorPicker/min-height": {
|
|
3191
|
+
"type": "string | number\n",
|
|
3192
|
+
"description": "Sets the minimum height for the component."
|
|
3197
3193
|
},
|
|
3198
|
-
"VColorPicker/
|
|
3199
|
-
"type": "string\n",
|
|
3200
|
-
"description": "
|
|
3194
|
+
"VColorPicker/min-width": {
|
|
3195
|
+
"type": "string | number\n",
|
|
3196
|
+
"description": "Sets the minimum width for the component."
|
|
3201
3197
|
},
|
|
3202
|
-
"VColorPicker/
|
|
3203
|
-
"type": "string | number
|
|
3204
|
-
"description": "
|
|
3198
|
+
"VColorPicker/width": {
|
|
3199
|
+
"type": "string | number\n",
|
|
3200
|
+
"description": "Sets the width of the color picker."
|
|
3205
3201
|
},
|
|
3206
3202
|
"VColorPicker/elevation": {
|
|
3207
3203
|
"type": "string | number\n",
|
|
3208
3204
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
3209
3205
|
},
|
|
3206
|
+
"VColorPicker/location": {
|
|
3207
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
|
3208
|
+
"description": "Specifies the component's location. Can combine by using a space separated string."
|
|
3209
|
+
},
|
|
3210
|
+
"VColorPicker/position": {
|
|
3211
|
+
"type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n",
|
|
3212
|
+
"description": "Sets the position for the component."
|
|
3213
|
+
},
|
|
3210
3214
|
"VColorPicker/rounded": {
|
|
3211
3215
|
"type": "string | number | boolean\n",
|
|
3212
3216
|
"description": "Designates the **border-radius** applied to the component. This can be **0**, **xs**, **sm**, true, **lg**, **xl**, **pill**, **circle**, and **shaped**. Find more information on available border radius classes on the [Border Radius page](/styles/border-radius)."
|
|
@@ -3215,41 +3219,29 @@
|
|
|
3215
3219
|
"type": "boolean\n",
|
|
3216
3220
|
"description": "Removes any applied **border-radius** from the component."
|
|
3217
3221
|
},
|
|
3222
|
+
"VColorPicker/tag": {
|
|
3223
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
3224
|
+
"description": "Specify a custom tag used on the root element."
|
|
3225
|
+
},
|
|
3218
3226
|
"VColorPicker/theme": {
|
|
3219
3227
|
"type": "string\n",
|
|
3220
3228
|
"description": "Specify a theme for this component and all of its children."
|
|
3221
3229
|
},
|
|
3222
|
-
"VColorPicker/
|
|
3223
|
-
"type": "string
|
|
3224
|
-
"description": "
|
|
3225
|
-
},
|
|
3226
|
-
"VColorPicker/max-width": {
|
|
3227
|
-
"type": "string | number\n",
|
|
3228
|
-
"description": "Sets the maximum width for the component."
|
|
3229
|
-
},
|
|
3230
|
-
"VColorPicker/min-height": {
|
|
3231
|
-
"type": "string | number\n",
|
|
3232
|
-
"description": "Sets the minimum height for the component."
|
|
3230
|
+
"VColorPicker/color": {
|
|
3231
|
+
"type": "string\n",
|
|
3232
|
+
"description": "Applies specified color to the control - supports utility colors (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)."
|
|
3233
3233
|
},
|
|
3234
|
-
"VColorPicker/
|
|
3235
|
-
"type": "
|
|
3236
|
-
"description": "
|
|
3234
|
+
"VColorPicker/disabled": {
|
|
3235
|
+
"type": "boolean\n",
|
|
3236
|
+
"description": "Removes the ability to click or target the component."
|
|
3237
3237
|
},
|
|
3238
3238
|
"VColorPicker/bg-color": {
|
|
3239
3239
|
"type": "string\n",
|
|
3240
3240
|
"description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (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)."
|
|
3241
3241
|
},
|
|
3242
|
-
"VColorPicker/
|
|
3243
|
-
"type": "'
|
|
3244
|
-
"description": "
|
|
3245
|
-
},
|
|
3246
|
-
"VColorPicker/divided": {
|
|
3247
|
-
"type": "boolean\n",
|
|
3248
|
-
"description": "Adds a divider between the header and controls."
|
|
3249
|
-
},
|
|
3250
|
-
"VColorPicker/hide-header": {
|
|
3251
|
-
"type": "boolean\n",
|
|
3252
|
-
"description": "Hide the picker header."
|
|
3242
|
+
"VColorPicker/mode": {
|
|
3243
|
+
"type": "'rgb' | 'rgba' | 'hsl' | 'hsla' | 'hex' | 'hexa'\n",
|
|
3244
|
+
"description": "The current selected input type. Syncable with `v-model:mode`."
|
|
3253
3245
|
},
|
|
3254
3246
|
"VColorPicker/canvas-height": {
|
|
3255
3247
|
"type": "string | number\n",
|
|
@@ -3283,10 +3275,18 @@
|
|
|
3283
3275
|
"type": "string | number\n",
|
|
3284
3276
|
"description": "Sets the maximum height of the swatches section."
|
|
3285
3277
|
},
|
|
3278
|
+
"VColorPicker/divided": {
|
|
3279
|
+
"type": "boolean\n",
|
|
3280
|
+
"description": "Adds a divider between the header and controls."
|
|
3281
|
+
},
|
|
3286
3282
|
"VColorPicker/landscape": {
|
|
3287
3283
|
"type": "boolean\n",
|
|
3288
3284
|
"description": "Puts the picker into landscape mode."
|
|
3289
3285
|
},
|
|
3286
|
+
"VColorPicker/hide-header": {
|
|
3287
|
+
"type": "boolean\n",
|
|
3288
|
+
"description": "Hide the picker header."
|
|
3289
|
+
},
|
|
3290
3290
|
"VColorPicker/hide-title": {
|
|
3291
3291
|
"type": "boolean\n",
|
|
3292
3292
|
"description": "Hide the picker title."
|
|
@@ -3296,7 +3296,7 @@
|
|
|
3296
3296
|
"description": "Hides eyedropper icon."
|
|
3297
3297
|
},
|
|
3298
3298
|
"VColorPicker/eye-dropper-icon": {
|
|
3299
|
-
"type": " | string\n | (new () => any)\n | FunctionalComponent\n
|
|
3299
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
3300
3300
|
"description": "Icon used to trigger EyeDropper API."
|
|
3301
3301
|
},
|
|
3302
3302
|
"VColorPicker/swatches": {
|
|
@@ -3371,6 +3371,14 @@
|
|
|
3371
3371
|
"type": "boolean\n",
|
|
3372
3372
|
"description": "Enables autofocus."
|
|
3373
3373
|
},
|
|
3374
|
+
"VCombobox/theme": {
|
|
3375
|
+
"type": "string\n",
|
|
3376
|
+
"description": "Specify a theme for this component and all of its children."
|
|
3377
|
+
},
|
|
3378
|
+
"VCombobox/items": {
|
|
3379
|
+
"type": "any[]\n",
|
|
3380
|
+
"description": "Can be an array of objects or strings. By default objects should have **title** and **value** properties, and can optionally have a **props** property containing any [VListItem props](/api/v-list-item/#props). Keys to use for these can be changed with the **item-title**, **item-value**, and **item-props** props."
|
|
3381
|
+
},
|
|
3374
3382
|
"VCombobox/model-value": {
|
|
3375
3383
|
"type": "any\n",
|
|
3376
3384
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
@@ -3391,10 +3399,6 @@
|
|
|
3391
3399
|
"type": "boolean\n",
|
|
3392
3400
|
"description": "Removes any applied **border-radius** from the component."
|
|
3393
3401
|
},
|
|
3394
|
-
"VCombobox/theme": {
|
|
3395
|
-
"type": "string\n",
|
|
3396
|
-
"description": "Specify a theme for this component and all of its children."
|
|
3397
|
-
},
|
|
3398
3402
|
"VCombobox/variant": {
|
|
3399
3403
|
"type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
|
|
3400
3404
|
"description": "Applies a distinct style to the component."
|
|
@@ -3423,10 +3427,6 @@
|
|
|
3423
3427
|
"type": "boolean\n",
|
|
3424
3428
|
"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."
|
|
3425
3429
|
},
|
|
3426
|
-
"VCombobox/items": {
|
|
3427
|
-
"type": "any[]\n",
|
|
3428
|
-
"description": "Can be an array of objects or strings. By default objects should have **title** and **value** properties, and can optionally have a **props** property containing any [VListItem props](/api/v-list-item/#props). Keys to use for these can be changed with the **item-title**, **item-value**, and **item-props** props."
|
|
3429
|
-
},
|
|
3430
3430
|
"VCombobox/item-props": {
|
|
3431
3431
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L61-L65\" target=\"_blank\">SelectItemKey</a>\n",
|
|
3432
3432
|
"description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component."
|
|
@@ -3507,6 +3507,50 @@
|
|
|
3507
3507
|
"type": "((a: any, b: any, recursionCache: { delete: (key: WeakKey) => boolean; get: (key: WeakKey) => any; has: (key: WeakKey) => boolean; set: (key: WeakKey, value: any) => WeakMap<WeakKey, any>; __@toStringTag@3612: string }) => boolean)",
|
|
3508
3508
|
"description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
|
|
3509
3509
|
},
|
|
3510
|
+
"VCombobox/counter": {
|
|
3511
|
+
"type": "string | number | boolean\n",
|
|
3512
|
+
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
|
3513
|
+
},
|
|
3514
|
+
"VCombobox/persistent-placeholder": {
|
|
3515
|
+
"type": "boolean\n",
|
|
3516
|
+
"description": "Forces placeholder to always be visible."
|
|
3517
|
+
},
|
|
3518
|
+
"VCombobox/persistent-counter": {
|
|
3519
|
+
"type": "boolean\n",
|
|
3520
|
+
"description": "Forces counter to always be visible."
|
|
3521
|
+
},
|
|
3522
|
+
"VCombobox/suffix": {
|
|
3523
|
+
"type": "string\n",
|
|
3524
|
+
"description": "Displays suffix text."
|
|
3525
|
+
},
|
|
3526
|
+
"VCombobox/clearable": {
|
|
3527
|
+
"type": "boolean\n",
|
|
3528
|
+
"description": "Allows for the component to be cleared."
|
|
3529
|
+
},
|
|
3530
|
+
"VCombobox/clear-icon": {
|
|
3531
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
|
3532
|
+
"description": "The icon used when the **clearable** prop is set to true."
|
|
3533
|
+
},
|
|
3534
|
+
"VCombobox/persistent-clear": {
|
|
3535
|
+
"type": "boolean\n",
|
|
3536
|
+
"description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)."
|
|
3537
|
+
},
|
|
3538
|
+
"VCombobox/prepend-inner-icon": {
|
|
3539
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
|
3540
|
+
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot."
|
|
3541
|
+
},
|
|
3542
|
+
"VCombobox/single-line": {
|
|
3543
|
+
"type": "boolean\n",
|
|
3544
|
+
"description": "Label does not move on focus/dirty."
|
|
3545
|
+
},
|
|
3546
|
+
"VCombobox/counter-value": {
|
|
3547
|
+
"type": "number | ((value: any) => number)\n",
|
|
3548
|
+
"description": "Function returns the counter display text."
|
|
3549
|
+
},
|
|
3550
|
+
"VCombobox/model-modifiers": {
|
|
3551
|
+
"type": "unknown\n",
|
|
3552
|
+
"description": "**FOR INTERNAL USE ONLY**"
|
|
3553
|
+
},
|
|
3510
3554
|
"VCombobox/always-filter": {
|
|
3511
3555
|
"type": "boolean\n",
|
|
3512
3556
|
"description": "When enabled, dropdown list will always show items matching non-empty value within the field. Recommended when the list is meant to show suggestions rather than options to choose from. For optimal UX, should be combined with `:menu-icon=\"false\"` and `hide-selected`."
|
|
@@ -3611,50 +3655,6 @@
|
|
|
3611
3655
|
"type": "string\n",
|
|
3612
3656
|
"description": "Text set to the inputs **aria-label** and **title** when input menu is open."
|
|
3613
3657
|
},
|
|
3614
|
-
"VCombobox/counter": {
|
|
3615
|
-
"type": "string | number | boolean\n",
|
|
3616
|
-
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
|
3617
|
-
},
|
|
3618
|
-
"VCombobox/persistent-placeholder": {
|
|
3619
|
-
"type": "boolean\n",
|
|
3620
|
-
"description": "Forces placeholder to always be visible."
|
|
3621
|
-
},
|
|
3622
|
-
"VCombobox/persistent-counter": {
|
|
3623
|
-
"type": "boolean\n",
|
|
3624
|
-
"description": "Forces counter to always be visible."
|
|
3625
|
-
},
|
|
3626
|
-
"VCombobox/suffix": {
|
|
3627
|
-
"type": "string\n",
|
|
3628
|
-
"description": "Displays suffix text."
|
|
3629
|
-
},
|
|
3630
|
-
"VCombobox/clearable": {
|
|
3631
|
-
"type": "boolean\n",
|
|
3632
|
-
"description": "Allows for the component to be cleared."
|
|
3633
|
-
},
|
|
3634
|
-
"VCombobox/clear-icon": {
|
|
3635
|
-
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
|
3636
|
-
"description": "The icon used when the **clearable** prop is set to true."
|
|
3637
|
-
},
|
|
3638
|
-
"VCombobox/persistent-clear": {
|
|
3639
|
-
"type": "boolean\n",
|
|
3640
|
-
"description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)."
|
|
3641
|
-
},
|
|
3642
|
-
"VCombobox/prepend-inner-icon": {
|
|
3643
|
-
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
|
3644
|
-
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot."
|
|
3645
|
-
},
|
|
3646
|
-
"VCombobox/single-line": {
|
|
3647
|
-
"type": "boolean\n",
|
|
3648
|
-
"description": "Label does not move on focus/dirty."
|
|
3649
|
-
},
|
|
3650
|
-
"VCombobox/counter-value": {
|
|
3651
|
-
"type": "number | ((value: any) => number)\n",
|
|
3652
|
-
"description": "Function returns the counter display text."
|
|
3653
|
-
},
|
|
3654
|
-
"VCombobox/model-modifiers": {
|
|
3655
|
-
"type": "unknown\n",
|
|
3656
|
-
"description": "**FOR INTERNAL USE ONLY**"
|
|
3657
|
-
},
|
|
3658
3658
|
"VComponentIcon/icon": {
|
|
3659
3659
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
3660
3660
|
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
|
@@ -3751,10 +3751,6 @@
|
|
|
3751
3751
|
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
3752
3752
|
"description": "Specify a custom tag used on the root element."
|
|
3753
3753
|
},
|
|
3754
|
-
"VDataIterator/items": {
|
|
3755
|
-
"type": "unknown[]\n",
|
|
3756
|
-
"description": "An array of strings or objects used for automatically generating children components."
|
|
3757
|
-
},
|
|
3758
3754
|
"VDataIterator/loading": {
|
|
3759
3755
|
"type": "boolean\n",
|
|
3760
3756
|
"description": "If `true` and no items are provided, then a loading text will be shown."
|
|
@@ -3783,6 +3779,10 @@
|
|
|
3783
3779
|
"type": "'single' | 'page' | 'all'\n",
|
|
3784
3780
|
"description": "Defines the strategy of selecting items in the list. Possible values are: 'single' (only one item can be selected at a time), 'page' ('Select all' button will select only items on the current page), 'all' ('Select all' button will select all items in the list)."
|
|
3785
3781
|
},
|
|
3782
|
+
"VDataIterator/items": {
|
|
3783
|
+
"type": "unknown[]\n",
|
|
3784
|
+
"description": "An array of strings or objects used for automatically generating children components."
|
|
3785
|
+
},
|
|
3786
3786
|
"VDataIterator/item-value": {
|
|
3787
3787
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L61-L65\" target=\"_blank\">SelectItemKey</a>\n",
|
|
3788
3788
|
"description": "Property on supplied `items` that contains its value."
|
|
@@ -3887,10 +3887,6 @@
|
|
|
3887
3887
|
"type": "string\n",
|
|
3888
3888
|
"description": "Applies a color to sort badges in the table header."
|
|
3889
3889
|
},
|
|
3890
|
-
"VDataTable/items": {
|
|
3891
|
-
"type": "any[]\n",
|
|
3892
|
-
"description": "An array of strings or objects used for automatically generating children components."
|
|
3893
|
-
},
|
|
3894
3890
|
"VDataTable/loading": {
|
|
3895
3891
|
"type": "string | boolean\n",
|
|
3896
3892
|
"description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color."
|
|
@@ -3931,6 +3927,10 @@
|
|
|
3931
3927
|
"type": "'single' | 'page' | 'all'\n",
|
|
3932
3928
|
"description": "Defines the strategy of selecting items in the list. Possible values are: 'single' (only one item can be selected at a time), 'page' ('Select all' button will select only items on the current page), 'all' ('Select all' button will select all items in the list)."
|
|
3933
3929
|
},
|
|
3930
|
+
"VDataTable/items": {
|
|
3931
|
+
"type": "any[]\n",
|
|
3932
|
+
"description": "An array of strings or objects used for automatically generating children components."
|
|
3933
|
+
},
|
|
3934
3934
|
"VDataTable/item-value": {
|
|
3935
3935
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L61-L65\" target=\"_blank\">SelectItemKey</a>\n",
|
|
3936
3936
|
"description": "Property on supplied `items` that contains its value."
|
|
@@ -4024,7 +4024,7 @@
|
|
|
4024
4024
|
"description": "Text shown when the data is loading."
|
|
4025
4025
|
},
|
|
4026
4026
|
"VDataTable/mobile-breakpoint": {
|
|
4027
|
-
"type": "number | '
|
|
4027
|
+
"type": "number | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'xs'\n",
|
|
4028
4028
|
"description": "Overrides the display configuration default screen size that the component should be considered in mobile."
|
|
4029
4029
|
},
|
|
4030
4030
|
"VDataTable/group-collapse-icon": {
|
|
@@ -4208,7 +4208,7 @@
|
|
|
4208
4208
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableHeaders.json))"
|
|
4209
4209
|
},
|
|
4210
4210
|
"VDataTableHeaders/mobile-breakpoint": {
|
|
4211
|
-
"type": "number | '
|
|
4211
|
+
"type": "number | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'xs'\n",
|
|
4212
4212
|
"description": "Overrides the display configuration default screen size that the component should be considered in mobile."
|
|
4213
4213
|
},
|
|
4214
4214
|
"VDataTableHeaders/fixed-header": {
|
|
@@ -4256,7 +4256,7 @@
|
|
|
4256
4256
|
"description": "Row index."
|
|
4257
4257
|
},
|
|
4258
4258
|
"VDataTableRow/mobile-breakpoint": {
|
|
4259
|
-
"type": "number | '
|
|
4259
|
+
"type": "number | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'xs'\n",
|
|
4260
4260
|
"description": "Overrides the display configuration default screen size that the component should be considered in mobile."
|
|
4261
4261
|
},
|
|
4262
4262
|
"VDataTableRows/density": {
|
|
@@ -4267,10 +4267,6 @@
|
|
|
4267
4267
|
"type": "string\n",
|
|
4268
4268
|
"description": "Applies specified color to the control - supports utility colors (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)."
|
|
4269
4269
|
},
|
|
4270
|
-
"VDataTableRows/items": {
|
|
4271
|
-
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L49-L55\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L27-L34\" target=\"_blank\">GroupSummary</a>)[]\n",
|
|
4272
|
-
"description": "An array of strings or objects used for automatically generating children components."
|
|
4273
|
-
},
|
|
4274
4270
|
"VDataTableRows/loading": {
|
|
4275
4271
|
"type": "string | boolean\n",
|
|
4276
4272
|
"description": "Displays `loading` slot if set to `true`"
|
|
@@ -4287,6 +4283,10 @@
|
|
|
4287
4283
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
4288
4284
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableRow.json))"
|
|
4289
4285
|
},
|
|
4286
|
+
"VDataTableRows/items": {
|
|
4287
|
+
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L49-L55\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L27-L34\" target=\"_blank\">GroupSummary</a>)[]\n",
|
|
4288
|
+
"description": "An array of strings or objects used for automatically generating children components."
|
|
4289
|
+
},
|
|
4290
4290
|
"VDataTableRows/no-data-text": {
|
|
4291
4291
|
"type": "string\n",
|
|
4292
4292
|
"description": "Text shown when no items are provided to the component."
|
|
@@ -4304,7 +4304,7 @@
|
|
|
4304
4304
|
"description": "Text shown when the data is loading."
|
|
4305
4305
|
},
|
|
4306
4306
|
"VDataTableRows/mobile-breakpoint": {
|
|
4307
|
-
"type": "number | '
|
|
4307
|
+
"type": "number | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'xs'\n",
|
|
4308
4308
|
"description": "Overrides the display configuration default screen size that the component should be considered in mobile."
|
|
4309
4309
|
},
|
|
4310
4310
|
"VDataTableRows/group-collapse-icon": {
|
|
@@ -4355,10 +4355,6 @@
|
|
|
4355
4355
|
"type": "string\n",
|
|
4356
4356
|
"description": "Applies a color to sort badges in the table header."
|
|
4357
4357
|
},
|
|
4358
|
-
"VDataTableServer/items": {
|
|
4359
|
-
"type": "any[]\n",
|
|
4360
|
-
"description": "An array of strings or objects used for automatically generating children components."
|
|
4361
|
-
},
|
|
4362
4358
|
"VDataTableServer/loading": {
|
|
4363
4359
|
"type": "string | boolean\n",
|
|
4364
4360
|
"description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color."
|
|
@@ -4379,6 +4375,10 @@
|
|
|
4379
4375
|
"type": "'single' | 'page' | 'all'\n",
|
|
4380
4376
|
"description": "Defines the strategy of selecting items in the list. Possible values are: 'single' (only one item can be selected at a time), 'page' ('Select all' button will select only items on the current page), 'all' ('Select all' button will select all items in the list)."
|
|
4381
4377
|
},
|
|
4378
|
+
"VDataTableServer/items": {
|
|
4379
|
+
"type": "any[]\n",
|
|
4380
|
+
"description": "An array of strings or objects used for automatically generating children components."
|
|
4381
|
+
},
|
|
4382
4382
|
"VDataTableServer/item-value": {
|
|
4383
4383
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L61-L65\" target=\"_blank\">SelectItemKey</a>\n",
|
|
4384
4384
|
"description": "Property on supplied `items` that contains its value."
|
|
@@ -4476,7 +4476,7 @@
|
|
|
4476
4476
|
"description": "Text shown when the data is loading."
|
|
4477
4477
|
},
|
|
4478
4478
|
"VDataTableServer/mobile-breakpoint": {
|
|
4479
|
-
"type": "number | '
|
|
4479
|
+
"type": "number | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'xs'\n",
|
|
4480
4480
|
"description": "Overrides the display configuration default screen size that the component should be considered in mobile."
|
|
4481
4481
|
},
|
|
4482
4482
|
"VDataTableServer/group-collapse-icon": {
|
|
@@ -4611,10 +4611,6 @@
|
|
|
4611
4611
|
"type": "string\n",
|
|
4612
4612
|
"description": "Applies a color to sort badges in the table header."
|
|
4613
4613
|
},
|
|
4614
|
-
"VDataTableVirtual/items": {
|
|
4615
|
-
"type": "any[]\n",
|
|
4616
|
-
"description": "An array of strings or objects used for automatically generating children components."
|
|
4617
|
-
},
|
|
4618
4614
|
"VDataTableVirtual/loading": {
|
|
4619
4615
|
"type": "string | boolean\n",
|
|
4620
4616
|
"description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color."
|
|
@@ -4655,6 +4651,10 @@
|
|
|
4655
4651
|
"type": "'single' | 'page' | 'all'\n",
|
|
4656
4652
|
"description": "Defines the strategy of selecting items in the list. Possible values are: 'single' (only one item can be selected at a time), 'page' ('Select all' button will select only items on the current page), 'all' ('Select all' button will select all items in the list)."
|
|
4657
4653
|
},
|
|
4654
|
+
"VDataTableVirtual/items": {
|
|
4655
|
+
"type": "any[]\n",
|
|
4656
|
+
"description": "An array of strings or objects used for automatically generating children components."
|
|
4657
|
+
},
|
|
4658
4658
|
"VDataTableVirtual/item-value": {
|
|
4659
4659
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L61-L65\" target=\"_blank\">SelectItemKey</a>\n",
|
|
4660
4660
|
"description": "Property on supplied `items` that contains its value."
|
|
@@ -4740,7 +4740,7 @@
|
|
|
4740
4740
|
"description": "Text shown when the data is loading."
|
|
4741
4741
|
},
|
|
4742
4742
|
"VDataTableVirtual/mobile-breakpoint": {
|
|
4743
|
-
"type": "number | '
|
|
4743
|
+
"type": "number | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'xs'\n",
|
|
4744
4744
|
"description": "Overrides the display configuration default screen size that the component should be considered in mobile."
|
|
4745
4745
|
},
|
|
4746
4746
|
"VDataTableVirtual/group-collapse-icon": {
|
|
@@ -5083,18 +5083,6 @@
|
|
|
5083
5083
|
"type": "boolean\n",
|
|
5084
5084
|
"description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
|
|
5085
5085
|
},
|
|
5086
|
-
"VDateInput/cancel-text": {
|
|
5087
|
-
"type": "string\n",
|
|
5088
|
-
"description": "Text for the cancel button"
|
|
5089
|
-
},
|
|
5090
|
-
"VDateInput/ok-text": {
|
|
5091
|
-
"type": "string\n",
|
|
5092
|
-
"description": "Text for the ok button"
|
|
5093
|
-
},
|
|
5094
|
-
"VDateInput/hide-actions": {
|
|
5095
|
-
"type": "boolean\n",
|
|
5096
|
-
"description": "Hide the Cancel and OK buttons, and automatically update the value when a date is selected."
|
|
5097
|
-
},
|
|
5098
5086
|
"VDateInput/divided": {
|
|
5099
5087
|
"type": "boolean\n",
|
|
5100
5088
|
"description": "Adds a divider between the header and controls."
|
|
@@ -5107,12 +5095,24 @@
|
|
|
5107
5095
|
"type": "boolean\n",
|
|
5108
5096
|
"description": "Hide the picker header."
|
|
5109
5097
|
},
|
|
5110
|
-
"VDateInput/hide-title": {
|
|
5098
|
+
"VDateInput/hide-title": {
|
|
5099
|
+
"type": "boolean\n",
|
|
5100
|
+
"description": "Hide the picker title."
|
|
5101
|
+
},
|
|
5102
|
+
"VDateInput/cancel-text": {
|
|
5103
|
+
"type": "string\n",
|
|
5104
|
+
"description": "Text for the cancel button"
|
|
5105
|
+
},
|
|
5106
|
+
"VDateInput/ok-text": {
|
|
5107
|
+
"type": "string\n",
|
|
5108
|
+
"description": "Text for the ok button"
|
|
5109
|
+
},
|
|
5110
|
+
"VDateInput/hide-actions": {
|
|
5111
5111
|
"type": "boolean\n",
|
|
5112
|
-
"description": "Hide the
|
|
5112
|
+
"description": "Hide the Cancel and OK buttons, and automatically update the value when a date is selected."
|
|
5113
5113
|
},
|
|
5114
5114
|
"VDateInput/mobile-breakpoint": {
|
|
5115
|
-
"type": "number | '
|
|
5115
|
+
"type": "number | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'xs'\n",
|
|
5116
5116
|
"description": "Overrides the display configuration default screen size that the component should be considered in mobile."
|
|
5117
5117
|
},
|
|
5118
5118
|
"VDateInput/prev-icon": {
|
|
@@ -5275,6 +5275,10 @@
|
|
|
5275
5275
|
"type": "string | number\n",
|
|
5276
5276
|
"description": "Width of the picker."
|
|
5277
5277
|
},
|
|
5278
|
+
"VDatePicker/theme": {
|
|
5279
|
+
"type": "string\n",
|
|
5280
|
+
"description": "Specify a theme for this component and all of its children."
|
|
5281
|
+
},
|
|
5278
5282
|
"VDatePicker/model-value": {
|
|
5279
5283
|
"type": "unknown\n",
|
|
5280
5284
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
@@ -5303,10 +5307,6 @@
|
|
|
5303
5307
|
"type": "boolean\n",
|
|
5304
5308
|
"description": "Removes any applied **border-radius** from the component."
|
|
5305
5309
|
},
|
|
5306
|
-
"VDatePicker/theme": {
|
|
5307
|
-
"type": "string\n",
|
|
5308
|
-
"description": "Specify a theme for this component and all of its children."
|
|
5309
|
-
},
|
|
5310
5310
|
"VDatePicker/text": {
|
|
5311
5311
|
"type": "string\n",
|
|
5312
5312
|
"description": "Specify content text for the component."
|
|
@@ -5336,7 +5336,7 @@
|
|
|
5336
5336
|
"description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (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)."
|
|
5337
5337
|
},
|
|
5338
5338
|
"VDatePicker/position": {
|
|
5339
|
-
"type": "'fixed' | '
|
|
5339
|
+
"type": "'fixed' | 'relative' | 'absolute' | 'sticky' | 'static'\n",
|
|
5340
5340
|
"description": "Sets the position for the component."
|
|
5341
5341
|
},
|
|
5342
5342
|
"VDatePicker/active": {
|
|
@@ -5703,6 +5703,10 @@
|
|
|
5703
5703
|
"type": "string | number\n",
|
|
5704
5704
|
"description": "Sets the width for the component."
|
|
5705
5705
|
},
|
|
5706
|
+
"VDialog/theme": {
|
|
5707
|
+
"type": "string\n",
|
|
5708
|
+
"description": "Specify a theme for this component and all of its children."
|
|
5709
|
+
},
|
|
5706
5710
|
"VDialog/model-value": {
|
|
5707
5711
|
"type": "boolean\n",
|
|
5708
5712
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
@@ -5715,10 +5719,6 @@
|
|
|
5715
5719
|
"type": "boolean\n",
|
|
5716
5720
|
"description": "Applies **position: absolute** to the content element."
|
|
5717
5721
|
},
|
|
5718
|
-
"VDialog/theme": {
|
|
5719
|
-
"type": "string\n",
|
|
5720
|
-
"description": "Specify a theme for this component and all of its children."
|
|
5721
|
-
},
|
|
5722
5722
|
"VDialog/transition": {
|
|
5723
5723
|
"type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | {\n component: ComponentPublicInstanceConstructor<\n CreateComponentPublicInstanceWithMixins<\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | { $stable?: boolean | undefined }\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => JSX.Element,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n PublicProps,\n {},\n true,\n {},\n SlotsType<Partial<MakeSlots<{ default: never }>>>,\n GlobalComponents,\n GlobalDirectives,\n string,\n {},\n any,\n ComponentProvideOptions,\n OptionTypesType<{}, {}, {}, {}, {}, {}>,\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | { $stable?: boolean | undefined }\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => JSX.Element,\n {},\n {},\n {},\n {}\n >,\n any,\n any,\n any,\n ComputedOptions,\n MethodOptions\n > &\n ComponentOptionsBase<\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | { $stable?: boolean | undefined }\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => JSX.Element,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n string,\n {},\n {},\n string,\n SlotsType<Partial<MakeSlots<{ default: never }>>>,\n GlobalComponents,\n GlobalDirectives,\n string,\n ComponentProvideOptions\n > &\n VNodeProps &\n AllowedComponentProps &\n ComponentCustomProps & {\n filterProps: (props: T) => Partial<Pick<T, U>>\n }\n }\n",
|
|
5724
5724
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
@@ -5915,14 +5915,14 @@
|
|
|
5915
5915
|
"type": "string | number\n",
|
|
5916
5916
|
"description": "Sets the dividers length. Default unit is px."
|
|
5917
5917
|
},
|
|
5918
|
-
"VDivider/color": {
|
|
5919
|
-
"type": "string\n",
|
|
5920
|
-
"description": "Applies specified color to the control - supports utility colors (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)."
|
|
5921
|
-
},
|
|
5922
5918
|
"VDivider/theme": {
|
|
5923
5919
|
"type": "string\n",
|
|
5924
5920
|
"description": "Specify a theme for this component and all of its children."
|
|
5925
5921
|
},
|
|
5922
|
+
"VDivider/color": {
|
|
5923
|
+
"type": "string\n",
|
|
5924
|
+
"description": "Applies specified color to the control - supports utility colors (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)."
|
|
5925
|
+
},
|
|
5926
5926
|
"VDivider/variant": {
|
|
5927
5927
|
"type": "'dotted' | 'dashed' | 'solid' | 'double'\n",
|
|
5928
5928
|
"description": "Applies `border-style`."
|
|
@@ -5967,6 +5967,10 @@
|
|
|
5967
5967
|
"type": "string | number\n",
|
|
5968
5968
|
"description": "Sets the width for the component."
|
|
5969
5969
|
},
|
|
5970
|
+
"VEmptyState/theme": {
|
|
5971
|
+
"type": "string\n",
|
|
5972
|
+
"description": "Specify a theme for this component and all of its children."
|
|
5973
|
+
},
|
|
5970
5974
|
"VEmptyState/image": {
|
|
5971
5975
|
"type": "string\n",
|
|
5972
5976
|
"description": "Apply a specific image using [v-img](/components/images/)."
|
|
@@ -5975,10 +5979,6 @@
|
|
|
5975
5979
|
"type": "string\n",
|
|
5976
5980
|
"description": "Applies specified color to the control - supports utility colors (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)."
|
|
5977
5981
|
},
|
|
5978
|
-
"VEmptyState/theme": {
|
|
5979
|
-
"type": "string\n",
|
|
5980
|
-
"description": "Specify a theme for this component and all of its children."
|
|
5981
|
-
},
|
|
5982
5982
|
"VEmptyState/text": {
|
|
5983
5983
|
"type": "string\n",
|
|
5984
5984
|
"description": "Specify content text for the component."
|
|
@@ -6139,6 +6139,10 @@
|
|
|
6139
6139
|
"type": "boolean | { class: string; keys: string[] }\n",
|
|
6140
6140
|
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
6141
6141
|
},
|
|
6142
|
+
"VExpansionPanel/hide-actions": {
|
|
6143
|
+
"type": "boolean\n",
|
|
6144
|
+
"description": "Hide the expand icon in the content title."
|
|
6145
|
+
},
|
|
6142
6146
|
"VExpansionPanel/expand-icon": {
|
|
6143
6147
|
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
|
6144
6148
|
"description": "Icon used when the expansion panel is in a expandable state."
|
|
@@ -6147,10 +6151,6 @@
|
|
|
6147
6151
|
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
|
6148
6152
|
"description": "Icon used when the expansion panel is in a collapsable state."
|
|
6149
6153
|
},
|
|
6150
|
-
"VExpansionPanel/hide-actions": {
|
|
6151
|
-
"type": "boolean\n",
|
|
6152
|
-
"description": "Hide the expand icon in the content title."
|
|
6153
|
-
},
|
|
6154
6154
|
"VExpansionPanel/focusable": {
|
|
6155
6155
|
"type": "boolean\n",
|
|
6156
6156
|
"description": "Makes the expansion panel content focusable."
|
|
@@ -6199,6 +6199,10 @@
|
|
|
6199
6199
|
"type": "boolean | { class: string; keys: string[] }\n",
|
|
6200
6200
|
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
6201
6201
|
},
|
|
6202
|
+
"VExpansionPanelTitle/hide-actions": {
|
|
6203
|
+
"type": "boolean\n",
|
|
6204
|
+
"description": "Hide the expand icon in the content title."
|
|
6205
|
+
},
|
|
6202
6206
|
"VExpansionPanelTitle/expand-icon": {
|
|
6203
6207
|
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
|
6204
6208
|
"description": "Icon used when the expansion panel is in a expandable state."
|
|
@@ -6207,10 +6211,6 @@
|
|
|
6207
6211
|
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
|
6208
6212
|
"description": "Icon used when the expansion panel is in a collapsable state."
|
|
6209
6213
|
},
|
|
6210
|
-
"VExpansionPanelTitle/hide-actions": {
|
|
6211
|
-
"type": "boolean\n",
|
|
6212
|
-
"description": "Hide the expand icon in the content title."
|
|
6213
|
-
},
|
|
6214
6214
|
"VExpansionPanelTitle/focusable": {
|
|
6215
6215
|
"type": "boolean\n",
|
|
6216
6216
|
"description": "Makes the expansion panel headers focusable."
|
|
@@ -6235,6 +6235,10 @@
|
|
|
6235
6235
|
"type": "boolean\n",
|
|
6236
6236
|
"description": "Allows one to select multiple items."
|
|
6237
6237
|
},
|
|
6238
|
+
"VExpansionPanels/theme": {
|
|
6239
|
+
"type": "string\n",
|
|
6240
|
+
"description": "Specify a theme for this component and all of its children."
|
|
6241
|
+
},
|
|
6238
6242
|
"VExpansionPanels/model-value": {
|
|
6239
6243
|
"type": "any\n",
|
|
6240
6244
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
@@ -6255,10 +6259,6 @@
|
|
|
6255
6259
|
"type": "boolean\n",
|
|
6256
6260
|
"description": "Removes the border-radius."
|
|
6257
6261
|
},
|
|
6258
|
-
"VExpansionPanels/theme": {
|
|
6259
|
-
"type": "string\n",
|
|
6260
|
-
"description": "Specify a theme for this component and all of its children."
|
|
6261
|
-
},
|
|
6262
6262
|
"VExpansionPanels/variant": {
|
|
6263
6263
|
"type": "'default' | 'inset' | 'accordion' | 'popout'\n",
|
|
6264
6264
|
"description": "Applies a distinct style to the component."
|
|
@@ -6291,6 +6291,10 @@
|
|
|
6291
6291
|
"type": "boolean | { class: string; keys: string[] }\n",
|
|
6292
6292
|
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
6293
6293
|
},
|
|
6294
|
+
"VExpansionPanels/hide-actions": {
|
|
6295
|
+
"type": "boolean\n",
|
|
6296
|
+
"description": "Hide the expand icon in the content title."
|
|
6297
|
+
},
|
|
6294
6298
|
"VExpansionPanels/expand-icon": {
|
|
6295
6299
|
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
|
6296
6300
|
"description": "Icon used when the expansion panel is in a expandable state."
|
|
@@ -6299,10 +6303,6 @@
|
|
|
6299
6303
|
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
|
6300
6304
|
"description": "Icon used when the expansion panel is in a collapsable state."
|
|
6301
6305
|
},
|
|
6302
|
-
"VExpansionPanels/hide-actions": {
|
|
6303
|
-
"type": "boolean\n",
|
|
6304
|
-
"description": "Hide the expand icon in the content title."
|
|
6305
|
-
},
|
|
6306
6306
|
"VExpansionPanels/focusable": {
|
|
6307
6307
|
"type": "boolean\n",
|
|
6308
6308
|
"description": "Makes the expansion-panel headers focusable."
|
|
@@ -6347,6 +6347,14 @@
|
|
|
6347
6347
|
"type": "string | number\n",
|
|
6348
6348
|
"description": "Sets the width for the component."
|
|
6349
6349
|
},
|
|
6350
|
+
"VFab/layout": {
|
|
6351
|
+
"type": "boolean\n",
|
|
6352
|
+
"description": "If true, will effect layout dimensions based on size and position."
|
|
6353
|
+
},
|
|
6354
|
+
"VFab/theme": {
|
|
6355
|
+
"type": "string\n",
|
|
6356
|
+
"description": "Specify a theme for this component and all of its children."
|
|
6357
|
+
},
|
|
6350
6358
|
"VFab/model-value": {
|
|
6351
6359
|
"type": "boolean\n",
|
|
6352
6360
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
@@ -6387,10 +6395,6 @@
|
|
|
6387
6395
|
"type": "boolean\n",
|
|
6388
6396
|
"description": "Removes any applied **border-radius** from the component."
|
|
6389
6397
|
},
|
|
6390
|
-
"VFab/theme": {
|
|
6391
|
-
"type": "string\n",
|
|
6392
|
-
"description": "Specify a theme for this component and all of its children."
|
|
6393
|
-
},
|
|
6394
6398
|
"VFab/order": {
|
|
6395
6399
|
"type": "string | number\n",
|
|
6396
6400
|
"description": "Adjust the order of the component in relation to its registration order."
|
|
@@ -6432,7 +6436,7 @@
|
|
|
6432
6436
|
"description": "Displays the button as a flex-column."
|
|
6433
6437
|
},
|
|
6434
6438
|
"VFab/position": {
|
|
6435
|
-
"type": "'fixed' | '
|
|
6439
|
+
"type": "'fixed' | 'relative' | 'absolute' | 'sticky' | 'static'\n",
|
|
6436
6440
|
"description": "Sets the position for the component."
|
|
6437
6441
|
},
|
|
6438
6442
|
"VFab/base-color": {
|
|
@@ -6503,10 +6507,6 @@
|
|
|
6503
6507
|
"type": "boolean\n",
|
|
6504
6508
|
"description": "Used to control the animation of the FAB."
|
|
6505
6509
|
},
|
|
6506
|
-
"VFab/layout": {
|
|
6507
|
-
"type": "boolean\n",
|
|
6508
|
-
"description": "If true, will effect layout dimensions based on size and position."
|
|
6509
|
-
},
|
|
6510
6510
|
"VFabTransition/mode": {
|
|
6511
6511
|
"type": "string\n",
|
|
6512
6512
|
"description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition)."
|
|
@@ -6583,6 +6583,10 @@
|
|
|
6583
6583
|
"type": "string\n",
|
|
6584
6584
|
"description": "Sets the DOM id on the component."
|
|
6585
6585
|
},
|
|
6586
|
+
"VField/theme": {
|
|
6587
|
+
"type": "string\n",
|
|
6588
|
+
"description": "Specify a theme for this component and all of its children."
|
|
6589
|
+
},
|
|
6586
6590
|
"VField/model-value": {
|
|
6587
6591
|
"type": "unknown\n",
|
|
6588
6592
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
@@ -6599,10 +6603,6 @@
|
|
|
6599
6603
|
"type": "boolean\n",
|
|
6600
6604
|
"description": "Removes any applied **border-radius** from the component."
|
|
6601
6605
|
},
|
|
6602
|
-
"VField/theme": {
|
|
6603
|
-
"type": "string\n",
|
|
6604
|
-
"description": "Specify a theme for this component and all of its children."
|
|
6605
|
-
},
|
|
6606
6606
|
"VField/variant": {
|
|
6607
6607
|
"type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
|
|
6608
6608
|
"description": "Applies a distinct style to the component."
|
|
@@ -6707,6 +6707,10 @@
|
|
|
6707
6707
|
"type": "string\n",
|
|
6708
6708
|
"description": "Sets the DOM id on the component."
|
|
6709
6709
|
},
|
|
6710
|
+
"VFileInput/theme": {
|
|
6711
|
+
"type": "string\n",
|
|
6712
|
+
"description": "Specify a theme for this component and all of its children."
|
|
6713
|
+
},
|
|
6710
6714
|
"VFileInput/model-value": {
|
|
6711
6715
|
"type": "File | File[]\n",
|
|
6712
6716
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
@@ -6727,10 +6731,6 @@
|
|
|
6727
6731
|
"type": "boolean\n",
|
|
6728
6732
|
"description": "Removes any applied **border-radius** from the component."
|
|
6729
6733
|
},
|
|
6730
|
-
"VFileInput/theme": {
|
|
6731
|
-
"type": "string\n",
|
|
6732
|
-
"description": "Specify a theme for this component and all of its children."
|
|
6733
|
-
},
|
|
6734
6734
|
"VFileInput/variant": {
|
|
6735
6735
|
"type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
|
|
6736
6736
|
"description": "Applies a distinct style to the component."
|
|
@@ -6831,10 +6831,6 @@
|
|
|
6831
6831
|
"type": "boolean | 'auto'\n",
|
|
6832
6832
|
"description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display."
|
|
6833
6833
|
},
|
|
6834
|
-
"VFileInput/chips": {
|
|
6835
|
-
"type": "boolean\n",
|
|
6836
|
-
"description": "Changes display of selections to chips."
|
|
6837
|
-
},
|
|
6838
6834
|
"VFileInput/counter": {
|
|
6839
6835
|
"type": "boolean\n",
|
|
6840
6836
|
"description": "Displays the number of selected files."
|
|
@@ -6867,6 +6863,10 @@
|
|
|
6867
6863
|
"type": "boolean\n",
|
|
6868
6864
|
"description": "Label does not move on focus/dirty."
|
|
6869
6865
|
},
|
|
6866
|
+
"VFileInput/chips": {
|
|
6867
|
+
"type": "boolean\n",
|
|
6868
|
+
"description": "Changes display of selections to chips."
|
|
6869
|
+
},
|
|
6870
6870
|
"VFileInput/counter-size-string": {
|
|
6871
6871
|
"type": "string\n",
|
|
6872
6872
|
"description": "The text displayed when using the **counter** and **show-size** props. Can also be customized globally on the [internationalization page](/customization/internationalization)."
|
|
@@ -6923,6 +6923,10 @@
|
|
|
6923
6923
|
"type": "string | number\n",
|
|
6924
6924
|
"description": "Sets the width for the component."
|
|
6925
6925
|
},
|
|
6926
|
+
"VFileUpload/theme": {
|
|
6927
|
+
"type": "string\n",
|
|
6928
|
+
"description": "Specify a theme for this component and all of its children."
|
|
6929
|
+
},
|
|
6926
6930
|
"VFileUpload/model-value": {
|
|
6927
6931
|
"type": "File | File[]\n",
|
|
6928
6932
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
@@ -6955,10 +6959,6 @@
|
|
|
6955
6959
|
"type": "boolean\n",
|
|
6956
6960
|
"description": "Removes any applied **border-radius** from the component."
|
|
6957
6961
|
},
|
|
6958
|
-
"VFileUpload/theme": {
|
|
6959
|
-
"type": "string\n",
|
|
6960
|
-
"description": "Specify a theme for this component and all of its children."
|
|
6961
|
-
},
|
|
6962
6962
|
"VFileUpload/icon": {
|
|
6963
6963
|
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
|
6964
6964
|
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
|
@@ -6980,7 +6980,7 @@
|
|
|
6980
6980
|
"description": "Sets the minimum width for the component."
|
|
6981
6981
|
},
|
|
6982
6982
|
"VFileUpload/position": {
|
|
6983
|
-
"type": "'fixed' | '
|
|
6983
|
+
"type": "'fixed' | 'relative' | 'absolute' | 'sticky' | 'static'\n",
|
|
6984
6984
|
"description": "Sets the position for the component."
|
|
6985
6985
|
},
|
|
6986
6986
|
"VFileUpload/opacity": {
|
|
@@ -7207,6 +7207,10 @@
|
|
|
7207
7207
|
"type": "string | number\n",
|
|
7208
7208
|
"description": "Sets the height for the component."
|
|
7209
7209
|
},
|
|
7210
|
+
"VFooter/theme": {
|
|
7211
|
+
"type": "string\n",
|
|
7212
|
+
"description": "Specify a theme for this component and all of its children."
|
|
7213
|
+
},
|
|
7210
7214
|
"VFooter/absolute": {
|
|
7211
7215
|
"type": "boolean\n",
|
|
7212
7216
|
"description": "Applies **position: absolute** to the component."
|
|
@@ -7231,10 +7235,6 @@
|
|
|
7231
7235
|
"type": "boolean\n",
|
|
7232
7236
|
"description": "Removes any applied **border-radius** from the component."
|
|
7233
7237
|
},
|
|
7234
|
-
"VFooter/theme": {
|
|
7235
|
-
"type": "string\n",
|
|
7236
|
-
"description": "Specify a theme for this component and all of its children."
|
|
7237
|
-
},
|
|
7238
7238
|
"VFooter/order": {
|
|
7239
7239
|
"type": "string | number\n",
|
|
7240
7240
|
"description": "Adjust the order of the component in relation to its registration order."
|
|
@@ -7243,14 +7243,14 @@
|
|
|
7243
7243
|
"type": "boolean\n",
|
|
7244
7244
|
"description": "Determines the position of the footer. If true, the footer would be given a fixed position at the bottom of the viewport. If false, the footer is set to the bottom of the page."
|
|
7245
7245
|
},
|
|
7246
|
-
"VForm/model-value": {
|
|
7247
|
-
"type": "boolean\n",
|
|
7248
|
-
"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."
|
|
7249
|
-
},
|
|
7250
7246
|
"VForm/disabled": {
|
|
7251
7247
|
"type": "boolean\n",
|
|
7252
7248
|
"description": "Puts all children inputs into a disabled state."
|
|
7253
7249
|
},
|
|
7250
|
+
"VForm/model-value": {
|
|
7251
|
+
"type": "boolean\n",
|
|
7252
|
+
"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."
|
|
7253
|
+
},
|
|
7254
7254
|
"VForm/readonly": {
|
|
7255
7255
|
"type": "boolean\n",
|
|
7256
7256
|
"description": "Puts all children inputs into a readonly state."
|
|
@@ -7267,18 +7267,6 @@
|
|
|
7267
7267
|
"type": "string\n",
|
|
7268
7268
|
"description": "String representing keyboard shortcuts to display. Supports multiple formats:\n- **Single keys:** `\"k\"`, `\"enter\"`, `\"escape\"`\n- **Key combinations:** `\"ctrl+k\"`, `\"meta+shift+p\"`, `\"alt+arrowup\"`\n- **Sequential actions:** `\"ctrl+k-then-p\"` (use dash for 'then' relationships)\n- **Multiple shortcuts:** `\"ctrl+k meta+p\"` (space-separated for alternative shortcuts)\n\nSupports platform-aware key names like `meta` (becomes Cmd on Mac, Ctrl on PC) and `alt` (becomes Option on Mac)."
|
|
7269
7269
|
},
|
|
7270
|
-
"VHotkey/disabled": {
|
|
7271
|
-
"type": "boolean\n",
|
|
7272
|
-
"description": "Applies a disabled visual state to the component."
|
|
7273
|
-
},
|
|
7274
|
-
"VHotkey/prefix": {
|
|
7275
|
-
"type": "string\n",
|
|
7276
|
-
"description": "Text to display before the hotkey."
|
|
7277
|
-
},
|
|
7278
|
-
"VHotkey/color": {
|
|
7279
|
-
"type": "string\n",
|
|
7280
|
-
"description": "Applies specified color to the control - supports utility colors (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)."
|
|
7281
|
-
},
|
|
7282
7270
|
"VHotkey/border": {
|
|
7283
7271
|
"type": "string | number | boolean\n",
|
|
7284
7272
|
"description": "Applies utility border classes to the component. To use it, you need to omit the `border-` prefix, (for example use `border-sm` as `border=\"sm\"`). Find a list of the built-in border classes on the [borders page](/styles/borders)."
|
|
@@ -7299,13 +7287,21 @@
|
|
|
7299
7287
|
"type": "string\n",
|
|
7300
7288
|
"description": "Specify a theme for this component and all of its children."
|
|
7301
7289
|
},
|
|
7290
|
+
"VHotkey/color": {
|
|
7291
|
+
"type": "string\n",
|
|
7292
|
+
"description": "Applies specified color to the control - supports utility colors (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)."
|
|
7293
|
+
},
|
|
7302
7294
|
"VHotkey/variant": {
|
|
7303
|
-
"type": " | '
|
|
7295
|
+
"type": " | 'text'\n | 'flat'\n | 'elevated'\n | 'tonal'\n | 'outlined'\n | 'plain'\n | 'contained'\n",
|
|
7304
7296
|
"description": "Controls the visual style and presentation of the hotkey component. Supports standard Vuetify variants plus a special contained variant:\n\n**Standard Variants** (apply styling to individual key elements):\n- **elevated (default):** Raised appearance with shadow, good for standalone hotkey displays\n- **flat:** Solid background without shadow, clean and minimal\n- **tonal:** Subtle tinted background without border, balances visibility with restraint\n- **outlined:** Border-only styling without elevation, lightweight and unobtrusive\n- **text:** Minimal styling with text color emphasis only, blends with content\n- **plain:** No background or border, most subtle option\n\n**Special Variant** (different visual structure):\n- **contained:** Follows MDN's nested `<kbd>` pattern - wraps all keys in a single styled container with unstyled nested elements. Creates a cohesive visual unit that clearly groups related keys together. Cannot be combined with standard variants. Ideal for complex key combinations where you want to show the entire sequence as one unit."
|
|
7305
7297
|
},
|
|
7306
|
-
"VHotkey/
|
|
7298
|
+
"VHotkey/disabled": {
|
|
7307
7299
|
"type": "boolean\n",
|
|
7308
|
-
"description": "
|
|
7300
|
+
"description": "Applies a disabled visual state to the component."
|
|
7301
|
+
},
|
|
7302
|
+
"VHotkey/prefix": {
|
|
7303
|
+
"type": "string\n",
|
|
7304
|
+
"description": "Text to display before the hotkey."
|
|
7309
7305
|
},
|
|
7310
7306
|
"VHotkey/suffix": {
|
|
7311
7307
|
"type": "string\n",
|
|
@@ -7323,14 +7319,18 @@
|
|
|
7323
7319
|
"type": "'auto' | 'pc' | 'mac'\n",
|
|
7324
7320
|
"description": "Controls platform-specific rendering behavior for keyboard shortcuts. Accepts three values:\n- **`'auto'` (default):** Automatically detects the user's platform based on user agent and renders appropriately\n- **`'mac'`:** Forces Mac-style rendering (Command symbols, icons, Option key, etc.)\n- **`'pc'`:** Forces PC-style rendering (Ctrl text, Alt key, etc.)\n\nThis is particularly useful for:\n- **Cross-platform testing:** Verify how shortcuts appear on different platforms\n- **Design consistency:** Ensure specific platform rendering in demos and prototypes\n- **Development workflow:** Test platform-specific behaviors without switching devices\n- **Documentation:** Show platform-specific examples in help content"
|
|
7325
7321
|
},
|
|
7326
|
-
"
|
|
7322
|
+
"VHotkey/inline": {
|
|
7327
7323
|
"type": "boolean\n",
|
|
7328
|
-
"description": "
|
|
7324
|
+
"description": "Optimizes the component for seamless integration within text content and documentation. Applies compact styling with baseline alignment, constrained height (1lh), and responsive typography that inherits from parent text. Ideal for help documentation, tooltips, and instructional content. When using multiple inline hotkeys in the same paragraph, increase line-height to prevent visual overlap on text wrapping."
|
|
7329
7325
|
},
|
|
7330
7326
|
"VHover/disabled": {
|
|
7331
7327
|
"type": "boolean\n",
|
|
7332
7328
|
"description": "Removes hover functionality."
|
|
7333
7329
|
},
|
|
7330
|
+
"VHover/model-value": {
|
|
7331
|
+
"type": "boolean\n",
|
|
7332
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
7333
|
+
},
|
|
7334
7334
|
"VHover/close-delay": {
|
|
7335
7335
|
"type": "string | number\n",
|
|
7336
7336
|
"description": "Milliseconds to wait before closing component. Only applies to hover and focus events."
|
|
@@ -7351,6 +7351,10 @@
|
|
|
7351
7351
|
"type": "string | number\n",
|
|
7352
7352
|
"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**."
|
|
7353
7353
|
},
|
|
7354
|
+
"VIcon/theme": {
|
|
7355
|
+
"type": "string\n",
|
|
7356
|
+
"description": "Specify a theme for this component and all of its children."
|
|
7357
|
+
},
|
|
7354
7358
|
"VIcon/start": {
|
|
7355
7359
|
"type": "boolean\n",
|
|
7356
7360
|
"description": "Applies margin at the end of the component."
|
|
@@ -7363,10 +7367,6 @@
|
|
|
7363
7367
|
"type": "string\n",
|
|
7364
7368
|
"description": "Applies specified color to the control - supports utility colors (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)."
|
|
7365
7369
|
},
|
|
7366
|
-
"VIcon/theme": {
|
|
7367
|
-
"type": "string\n",
|
|
7368
|
-
"description": "Specify a theme for this component and all of its children."
|
|
7369
|
-
},
|
|
7370
7370
|
"VIcon/icon": {
|
|
7371
7371
|
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
|
7372
7372
|
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
|
@@ -7675,6 +7675,10 @@
|
|
|
7675
7675
|
"type": "string\n",
|
|
7676
7676
|
"description": "Sets the DOM id on the component."
|
|
7677
7677
|
},
|
|
7678
|
+
"VInput/theme": {
|
|
7679
|
+
"type": "string\n",
|
|
7680
|
+
"description": "Specify a theme for this component and all of its children."
|
|
7681
|
+
},
|
|
7678
7682
|
"VInput/model-value": {
|
|
7679
7683
|
"type": "unknown\n",
|
|
7680
7684
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
@@ -7687,10 +7691,6 @@
|
|
|
7687
7691
|
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
7688
7692
|
"description": "Adjusts the vertical height used by the component."
|
|
7689
7693
|
},
|
|
7690
|
-
"VInput/theme": {
|
|
7691
|
-
"type": "string\n",
|
|
7692
|
-
"description": "Specify a theme for this component and all of its children."
|
|
7693
|
-
},
|
|
7694
7694
|
"VInput/max-width": {
|
|
7695
7695
|
"type": "string | number\n",
|
|
7696
7696
|
"description": "Sets the maximum width for the component."
|
|
@@ -7803,14 +7803,14 @@
|
|
|
7803
7803
|
"type": "boolean\n",
|
|
7804
7804
|
"description": "Allows one to select multiple items."
|
|
7805
7805
|
},
|
|
7806
|
-
"VItemGroup/model-value": {
|
|
7807
|
-
"type": "unknown\n",
|
|
7808
|
-
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
7809
|
-
},
|
|
7810
7806
|
"VItemGroup/theme": {
|
|
7811
7807
|
"type": "string\n",
|
|
7812
7808
|
"description": "Specify a theme for this component and all of its children."
|
|
7813
7809
|
},
|
|
7810
|
+
"VItemGroup/model-value": {
|
|
7811
|
+
"type": "unknown\n",
|
|
7812
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
7813
|
+
},
|
|
7814
7814
|
"VItemGroup/selected-class": {
|
|
7815
7815
|
"type": "string\n",
|
|
7816
7816
|
"description": "Configure the selected CSS class. This class will be available in `v-item` default scoped slot."
|
|
@@ -7908,7 +7908,7 @@
|
|
|
7908
7908
|
"description": "Adjust the order of the component in relation to its registration order."
|
|
7909
7909
|
},
|
|
7910
7910
|
"VLayoutItem/position": {
|
|
7911
|
-
"type": "'top' | '
|
|
7911
|
+
"type": "'top' | 'left' | 'right' | 'bottom'\n",
|
|
7912
7912
|
"description": "The position of the item."
|
|
7913
7913
|
},
|
|
7914
7914
|
"VLazy/model-value": {
|
|
@@ -8027,10 +8027,6 @@
|
|
|
8027
8027
|
"type": "boolean\n",
|
|
8028
8028
|
"description": "Puts all children inputs into a disabled state."
|
|
8029
8029
|
},
|
|
8030
|
-
"VList/items": {
|
|
8031
|
-
"type": "any[]\n",
|
|
8032
|
-
"description": "Can be an array of objects or strings. By default objects should have a **title** property, and can optionally have a **props** property containing any [VListItem props](/api/v-list-item/#props), a **value** property to allow selection, and a **children** property containing more item objects. Keys to use for these can be changed with the **item-title**, **item-value**, **item-props**, and **item-children** props."
|
|
8033
|
-
},
|
|
8034
8030
|
"VList/active-color": {
|
|
8035
8031
|
"type": "string\n",
|
|
8036
8032
|
"description": "Deprecated, use `color` instead."
|
|
@@ -8115,6 +8111,10 @@
|
|
|
8115
8111
|
"type": "'list' | 'multiple' | 'single' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L20-L23\" target=\"_blank\">OpenStrategy</a>\n",
|
|
8116
8112
|
"description": "Affects how items with children behave when expanded.\n- **multiple:** Any number of groups can be open at once.\n- **single:** Only one group at each level can be open, opening a group will cause others to close.\n- **list:** Multiple, but all other groups will close when an item is selected."
|
|
8117
8113
|
},
|
|
8114
|
+
"VList/items": {
|
|
8115
|
+
"type": "any[]\n",
|
|
8116
|
+
"description": "Can be an array of objects or strings. By default objects should have a **title** property, and can optionally have a **props** property containing any [VListItem props](/api/v-list-item/#props), a **value** property to allow selection, and a **children** property containing more item objects. Keys to use for these can be changed with the **item-title**, **item-value**, **item-props**, and **item-children** props."
|
|
8117
|
+
},
|
|
8118
8118
|
"VList/item-title": {
|
|
8119
8119
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L61-L65\" target=\"_blank\">SelectItemKey</a>\n",
|
|
8120
8120
|
"description": "Property on supplied `items` that contains its title."
|
|
@@ -8711,6 +8711,10 @@
|
|
|
8711
8711
|
"type": "string\n",
|
|
8712
8712
|
"description": "The unique identifier of the component."
|
|
8713
8713
|
},
|
|
8714
|
+
"VMenu/theme": {
|
|
8715
|
+
"type": "string\n",
|
|
8716
|
+
"description": "Specify a theme for this component and all of its children."
|
|
8717
|
+
},
|
|
8714
8718
|
"VMenu/model-value": {
|
|
8715
8719
|
"type": "boolean\n",
|
|
8716
8720
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
@@ -8719,10 +8723,6 @@
|
|
|
8719
8723
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
|
8720
8724
|
"description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
|
|
8721
8725
|
},
|
|
8722
|
-
"VMenu/theme": {
|
|
8723
|
-
"type": "string\n",
|
|
8724
|
-
"description": "Specify a theme for this component and all of its children."
|
|
8725
|
-
},
|
|
8726
8726
|
"VMenu/transition": {
|
|
8727
8727
|
"type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | {\n component: ComponentPublicInstanceConstructor<\n CreateComponentPublicInstanceWithMixins<\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | { $stable?: boolean | undefined }\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => JSX.Element,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n PublicProps,\n {},\n true,\n {},\n SlotsType<Partial<MakeSlots<{ default: never }>>>,\n GlobalComponents,\n GlobalDirectives,\n string,\n {},\n any,\n ComponentProvideOptions,\n OptionTypesType<{}, {}, {}, {}, {}, {}>,\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | { $stable?: boolean | undefined }\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => JSX.Element,\n {},\n {},\n {},\n {}\n >,\n any,\n any,\n any,\n ComputedOptions,\n MethodOptions\n > &\n ComponentOptionsBase<\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | { $stable?: boolean | undefined }\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => JSX.Element,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n string,\n {},\n {},\n string,\n SlotsType<Partial<MakeSlots<{ default: never }>>>,\n GlobalComponents,\n GlobalDirectives,\n string,\n ComponentProvideOptions\n > &\n VNodeProps &\n AllowedComponentProps &\n ComponentCustomProps & {\n filterProps: (props: T) => Partial<Pick<T, U>>\n }\n }\n",
|
|
8728
8728
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
@@ -8891,6 +8891,10 @@
|
|
|
8891
8891
|
"type": "string | number\n",
|
|
8892
8892
|
"description": "Sets the width for the component."
|
|
8893
8893
|
},
|
|
8894
|
+
"VNavigationDrawer/theme": {
|
|
8895
|
+
"type": "string\n",
|
|
8896
|
+
"description": "Specify a theme for this component and all of its children."
|
|
8897
|
+
},
|
|
8894
8898
|
"VNavigationDrawer/image": {
|
|
8895
8899
|
"type": "string\n",
|
|
8896
8900
|
"description": "Apply a specific background image to the component."
|
|
@@ -8900,7 +8904,7 @@
|
|
|
8900
8904
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
8901
8905
|
},
|
|
8902
8906
|
"VNavigationDrawer/location": {
|
|
8903
|
-
"type": "'top' | '
|
|
8907
|
+
"type": "'top' | 'left' | 'right' | 'bottom' | 'start' | 'end'\n",
|
|
8904
8908
|
"description": "Controls the edge of the screen the drawer is attached to."
|
|
8905
8909
|
},
|
|
8906
8910
|
"VNavigationDrawer/absolute": {
|
|
@@ -8931,10 +8935,6 @@
|
|
|
8931
8935
|
"type": "boolean\n",
|
|
8932
8936
|
"description": "Removes any applied **border-radius** from the component."
|
|
8933
8937
|
},
|
|
8934
|
-
"VNavigationDrawer/theme": {
|
|
8935
|
-
"type": "string\n",
|
|
8936
|
-
"description": "Specify a theme for this component and all of its children."
|
|
8937
|
-
},
|
|
8938
8938
|
"VNavigationDrawer/order": {
|
|
8939
8939
|
"type": "string | number\n",
|
|
8940
8940
|
"description": "Adjust the order of the component in relation to its registration order."
|
|
@@ -9075,6 +9075,10 @@
|
|
|
9075
9075
|
"type": "boolean\n",
|
|
9076
9076
|
"description": "Enables autofocus."
|
|
9077
9077
|
},
|
|
9078
|
+
"VNumberInput/theme": {
|
|
9079
|
+
"type": "string\n",
|
|
9080
|
+
"description": "Specify a theme for this component and all of its children."
|
|
9081
|
+
},
|
|
9078
9082
|
"VNumberInput/model-value": {
|
|
9079
9083
|
"type": "number\n",
|
|
9080
9084
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
@@ -9095,10 +9099,6 @@
|
|
|
9095
9099
|
"type": "boolean\n",
|
|
9096
9100
|
"description": "Removes any applied **border-radius** from the component."
|
|
9097
9101
|
},
|
|
9098
|
-
"VNumberInput/theme": {
|
|
9099
|
-
"type": "string\n",
|
|
9100
|
-
"description": "Specify a theme for this component and all of its children."
|
|
9101
|
-
},
|
|
9102
9102
|
"VNumberInput/variant": {
|
|
9103
9103
|
"type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
|
|
9104
9104
|
"description": "Applies a distinct style to the component."
|
|
@@ -9735,18 +9735,14 @@
|
|
|
9735
9735
|
"type": "string\n",
|
|
9736
9736
|
"description": "Specify a custom tag used on the root element."
|
|
9737
9737
|
},
|
|
9738
|
+
"VPie/legend": {
|
|
9739
|
+
"type": " | boolean\n | {\n position: 'top' | 'left' | 'right' | 'bottom'\n textFormat:\n | string\n | ((v: {\n key: string | number | symbol\n color: string\n value: number\n title: string\n pattern: string\n isActive: boolean\n raw: Record<string, any>\n }) => string)\n }\n",
|
|
9740
|
+
"description": "Controls legend visibility, position and text format."
|
|
9741
|
+
},
|
|
9738
9742
|
"VPie/title": {
|
|
9739
9743
|
"type": "string\n",
|
|
9740
9744
|
"description": "Specify a title text for the component."
|
|
9741
9745
|
},
|
|
9742
|
-
"VPie/density": {
|
|
9743
|
-
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
9744
|
-
"description": "Adjusts the vertical height used by the component."
|
|
9745
|
-
},
|
|
9746
|
-
"VPie/rounded": {
|
|
9747
|
-
"type": "string | number\n",
|
|
9748
|
-
"description": "Number passed as corner radius relative to 100x100 SVG viewport"
|
|
9749
|
-
},
|
|
9750
9746
|
"VPie/size": {
|
|
9751
9747
|
"type": "string | number\n",
|
|
9752
9748
|
"description": "Sets the height and width of the chart (excluding title and legend)."
|
|
@@ -9755,6 +9751,14 @@
|
|
|
9755
9751
|
"type": "Record<string, any> | { color: string; pattern: string }[]\n",
|
|
9756
9752
|
"description": "Data items expected to contain `key`, `title` and `value`."
|
|
9757
9753
|
},
|
|
9754
|
+
"VPie/density": {
|
|
9755
|
+
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
9756
|
+
"description": "Adjusts the vertical height used by the component."
|
|
9757
|
+
},
|
|
9758
|
+
"VPie/rounded": {
|
|
9759
|
+
"type": "string | number\n",
|
|
9760
|
+
"description": "Number passed as corner radius relative to 100x100 SVG viewport"
|
|
9761
|
+
},
|
|
9758
9762
|
"VPie/bg-color": {
|
|
9759
9763
|
"type": "string\n",
|
|
9760
9764
|
"description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (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)."
|
|
@@ -9767,18 +9771,6 @@
|
|
|
9767
9771
|
"type": "string\n",
|
|
9768
9772
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VPie.json))"
|
|
9769
9773
|
},
|
|
9770
|
-
"VPie/legend": {
|
|
9771
|
-
"type": " | boolean\n | {\n position: 'top' | 'bottom' | 'left' | 'right'\n textFormat:\n | string\n | ((v: {\n key: string | number | symbol\n color: string\n value: number\n title: string\n pattern: string\n isActive: boolean\n raw: Record<string, any>\n }) => string)\n }\n",
|
|
9772
|
-
"description": "Controls legend visibility, position and text format."
|
|
9773
|
-
},
|
|
9774
|
-
"VPie/item-key": {
|
|
9775
|
-
"type": "string\n",
|
|
9776
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VPie.json))"
|
|
9777
|
-
},
|
|
9778
|
-
"VPie/rotate": {
|
|
9779
|
-
"type": "string | number\n",
|
|
9780
|
-
"description": "Rotates the chart segments clockwise."
|
|
9781
|
-
},
|
|
9782
9774
|
"VPie/tooltip": {
|
|
9783
9775
|
"type": " | boolean\n | {\n titleFormat:\n | string\n | ((v: {\n key: string | number | symbol\n color: string\n value: number\n title: string\n pattern: string\n isActive: boolean\n raw: Record<string, any>\n }) => string)\n subtitleFormat:\n | string\n | ((v: {\n key: string | number | symbol\n color: string\n value: number\n title: string\n pattern: string\n isActive: boolean\n raw: Record<string, any>\n }) => string)\n avatarSize: number\n transition: string | false | true | TransitionProps\n offset: number\n }\n",
|
|
9784
9776
|
"description": "Controls tooltip visibility, transition, offset from the cursor and formats of title and subtitle."
|
|
@@ -9787,6 +9779,14 @@
|
|
|
9787
9779
|
"type": "(string | { color: string; pattern: string })[]\n",
|
|
9788
9780
|
"description": "Defines colors and patterns to be applied based on the data items order. Data items can also define their colors."
|
|
9789
9781
|
},
|
|
9782
|
+
"VPie/item-key": {
|
|
9783
|
+
"type": "string\n",
|
|
9784
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VPie.json))"
|
|
9785
|
+
},
|
|
9786
|
+
"VPie/rotate": {
|
|
9787
|
+
"type": "string | number\n",
|
|
9788
|
+
"description": "Rotates the chart segments clockwise."
|
|
9789
|
+
},
|
|
9790
9790
|
"VPie/gauge-cut": {
|
|
9791
9791
|
"type": "string | number\n",
|
|
9792
9792
|
"description": "Allows removing bottom part of the chart to make it into a gauge. Expects angle (0-180)."
|
|
@@ -9931,9 +9931,9 @@
|
|
|
9931
9931
|
"type": "string | number\n",
|
|
9932
9932
|
"description": "Rotates the circle start point in degrees."
|
|
9933
9933
|
},
|
|
9934
|
-
"VProgressLinear/
|
|
9935
|
-
"type": "string |
|
|
9936
|
-
"description": "
|
|
9934
|
+
"VProgressLinear/tag": {
|
|
9935
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
9936
|
+
"description": "Specify a custom tag used on the root element."
|
|
9937
9937
|
},
|
|
9938
9938
|
"VProgressLinear/reverse": {
|
|
9939
9939
|
"type": "boolean\n",
|
|
@@ -9943,6 +9943,22 @@
|
|
|
9943
9943
|
"type": "string | number\n",
|
|
9944
9944
|
"description": "Sets the height for the component."
|
|
9945
9945
|
},
|
|
9946
|
+
"VProgressLinear/indeterminate": {
|
|
9947
|
+
"type": "boolean\n",
|
|
9948
|
+
"description": "Constantly animates, use when loading progress is unknown."
|
|
9949
|
+
},
|
|
9950
|
+
"VProgressLinear/max": {
|
|
9951
|
+
"type": "string | number\n",
|
|
9952
|
+
"description": "Sets the maximum value the progress can reach."
|
|
9953
|
+
},
|
|
9954
|
+
"VProgressLinear/theme": {
|
|
9955
|
+
"type": "string\n",
|
|
9956
|
+
"description": "Specify a theme for this component and all of its children."
|
|
9957
|
+
},
|
|
9958
|
+
"VProgressLinear/model-value": {
|
|
9959
|
+
"type": "string | number\n",
|
|
9960
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
9961
|
+
},
|
|
9946
9962
|
"VProgressLinear/location": {
|
|
9947
9963
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
|
9948
9964
|
"description": "Specifies the component's location. Can combine by using a space separated string."
|
|
@@ -9951,6 +9967,10 @@
|
|
|
9951
9967
|
"type": "boolean\n",
|
|
9952
9968
|
"description": "Applies position: absolute to the component."
|
|
9953
9969
|
},
|
|
9970
|
+
"VProgressLinear/color": {
|
|
9971
|
+
"type": "string\n",
|
|
9972
|
+
"description": "Applies specified color to the control - supports utility colors (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)."
|
|
9973
|
+
},
|
|
9954
9974
|
"VProgressLinear/rounded": {
|
|
9955
9975
|
"type": "string | number | boolean\n",
|
|
9956
9976
|
"description": "Designates the **border-radius** applied to the component. This can be **0**, **xs**, **sm**, true, **lg**, **xl**, **pill**, **circle**, and **shaped**. Find more information on available border radius classes on the [Border Radius page](/styles/border-radius)."
|
|
@@ -9959,42 +9979,18 @@
|
|
|
9959
9979
|
"type": "boolean\n",
|
|
9960
9980
|
"description": "Removes any applied **border-radius** from the component."
|
|
9961
9981
|
},
|
|
9962
|
-
"VProgressLinear/
|
|
9963
|
-
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
9964
|
-
"description": "Specify a custom tag used on the root element."
|
|
9965
|
-
},
|
|
9966
|
-
"VProgressLinear/theme": {
|
|
9967
|
-
"type": "string\n",
|
|
9968
|
-
"description": "Specify a theme for this component and all of its children."
|
|
9969
|
-
},
|
|
9970
|
-
"VProgressLinear/color": {
|
|
9982
|
+
"VProgressLinear/bg-color": {
|
|
9971
9983
|
"type": "string\n",
|
|
9972
|
-
"description": "Applies specified color to the control - supports utility colors (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)."
|
|
9973
|
-
},
|
|
9974
|
-
"VProgressLinear/indeterminate": {
|
|
9975
|
-
"type": "boolean\n",
|
|
9976
|
-
"description": "Constantly animates, use when loading progress is unknown."
|
|
9977
|
-
},
|
|
9978
|
-
"VProgressLinear/max": {
|
|
9979
|
-
"type": "string | number\n",
|
|
9980
|
-
"description": "Sets the maximum value the progress can reach."
|
|
9984
|
+
"description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (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)."
|
|
9981
9985
|
},
|
|
9982
9986
|
"VProgressLinear/active": {
|
|
9983
9987
|
"type": "boolean\n",
|
|
9984
9988
|
"description": "Reduce the height to 0, hiding component."
|
|
9985
9989
|
},
|
|
9986
|
-
"VProgressLinear/bg-color": {
|
|
9987
|
-
"type": "string\n",
|
|
9988
|
-
"description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (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)."
|
|
9989
|
-
},
|
|
9990
9990
|
"VProgressLinear/opacity": {
|
|
9991
9991
|
"type": "string | number\n",
|
|
9992
9992
|
"description": "Set the opacity of the progress bar."
|
|
9993
9993
|
},
|
|
9994
|
-
"VProgressLinear/striped": {
|
|
9995
|
-
"type": "boolean\n",
|
|
9996
|
-
"description": "Adds a stripe background to the filled portion of the progress component."
|
|
9997
|
-
},
|
|
9998
9994
|
"VProgressLinear/stream": {
|
|
9999
9995
|
"type": "boolean\n",
|
|
10000
9996
|
"description": "An alternative style for portraying loading that works in tandem with **buffer-value**."
|
|
@@ -10019,6 +10015,10 @@
|
|
|
10019
10015
|
"type": "boolean\n",
|
|
10020
10016
|
"description": "Clicking on the progress track will automatically set the value."
|
|
10021
10017
|
},
|
|
10018
|
+
"VProgressLinear/striped": {
|
|
10019
|
+
"type": "boolean\n",
|
|
10020
|
+
"description": "Adds a stripe background to the filled portion of the progress component."
|
|
10021
|
+
},
|
|
10022
10022
|
"VProgressLinear/rounded-bar": {
|
|
10023
10023
|
"type": "boolean\n",
|
|
10024
10024
|
"description": "Applies a border radius to the progress bar."
|
|
@@ -10047,17 +10047,29 @@
|
|
|
10047
10047
|
"type": "string\n",
|
|
10048
10048
|
"description": "Provides the default type for children selection controls."
|
|
10049
10049
|
},
|
|
10050
|
-
"VRadio/
|
|
10051
|
-
"type": "
|
|
10052
|
-
"description": "
|
|
10050
|
+
"VRadio/model-value": {
|
|
10051
|
+
"type": "any\n",
|
|
10052
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
10053
10053
|
},
|
|
10054
10054
|
"VRadio/error": {
|
|
10055
10055
|
"type": "boolean\n",
|
|
10056
10056
|
"description": "Puts the input in a manual error state."
|
|
10057
10057
|
},
|
|
10058
|
-
"VRadio/
|
|
10058
|
+
"VRadio/density": {
|
|
10059
|
+
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
10060
|
+
"description": "Adjusts the vertical height used by the component."
|
|
10061
|
+
},
|
|
10062
|
+
"VRadio/theme": {
|
|
10059
10063
|
"type": "string\n",
|
|
10060
|
-
"description": "
|
|
10064
|
+
"description": "Specify a theme for this component and all of its children."
|
|
10065
|
+
},
|
|
10066
|
+
"VRadio/color": {
|
|
10067
|
+
"type": "string\n",
|
|
10068
|
+
"description": "Applies specified color to the control - supports utility colors (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)."
|
|
10069
|
+
},
|
|
10070
|
+
"VRadio/name": {
|
|
10071
|
+
"type": "string\n",
|
|
10072
|
+
"description": "Sets the component's name attribute."
|
|
10061
10073
|
},
|
|
10062
10074
|
"VRadio/disabled": {
|
|
10063
10075
|
"type": "boolean\n",
|
|
@@ -10075,26 +10087,6 @@
|
|
|
10075
10087
|
"type": "string\n",
|
|
10076
10088
|
"description": "Sets the DOM id on the component."
|
|
10077
10089
|
},
|
|
10078
|
-
"VRadio/model-value": {
|
|
10079
|
-
"type": "any\n",
|
|
10080
|
-
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
10081
|
-
},
|
|
10082
|
-
"VRadio/color": {
|
|
10083
|
-
"type": "string\n",
|
|
10084
|
-
"description": "Applies specified color to the control - supports utility colors (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)."
|
|
10085
|
-
},
|
|
10086
|
-
"VRadio/density": {
|
|
10087
|
-
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
10088
|
-
"description": "Adjusts the vertical height used by the component."
|
|
10089
|
-
},
|
|
10090
|
-
"VRadio/theme": {
|
|
10091
|
-
"type": "string\n",
|
|
10092
|
-
"description": "Specify a theme for this component and all of its children."
|
|
10093
|
-
},
|
|
10094
|
-
"VRadio/inline": {
|
|
10095
|
-
"type": "boolean\n",
|
|
10096
|
-
"description": "Puts children inputs into a row."
|
|
10097
|
-
},
|
|
10098
10090
|
"VRadio/base-color": {
|
|
10099
10091
|
"type": "string\n",
|
|
10100
10092
|
"description": "Sets the color of the input when it is not focused."
|
|
@@ -10107,6 +10099,18 @@
|
|
|
10107
10099
|
"type": "boolean | { class: string; keys: string[] }\n",
|
|
10108
10100
|
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
10109
10101
|
},
|
|
10102
|
+
"VRadio/label": {
|
|
10103
|
+
"type": "string\n",
|
|
10104
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
|
|
10105
|
+
},
|
|
10106
|
+
"VRadio/value-comparator": {
|
|
10107
|
+
"type": "((a: any, b: any, recursionCache: { delete: (key: WeakKey) => boolean; get: (key: WeakKey) => any; has: (key: WeakKey) => boolean; set: (key: WeakKey, value: any) => WeakMap<WeakKey, any>; __@toStringTag@3771: string }) => boolean)",
|
|
10108
|
+
"description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
|
|
10109
|
+
},
|
|
10110
|
+
"VRadio/inline": {
|
|
10111
|
+
"type": "boolean\n",
|
|
10112
|
+
"description": "Puts children inputs into a row."
|
|
10113
|
+
},
|
|
10110
10114
|
"VRadio/true-value": {
|
|
10111
10115
|
"type": "any\n",
|
|
10112
10116
|
"description": "Sets value for truthy state."
|
|
@@ -10120,79 +10124,83 @@
|
|
|
10120
10124
|
"description": "The target component to provide defaults values for."
|
|
10121
10125
|
},
|
|
10122
10126
|
"VRadio/false-icon": {
|
|
10123
|
-
"type": " | string\n | (new () => any)\n | FunctionalComponent\n
|
|
10127
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
10124
10128
|
"description": "The icon used when inactive."
|
|
10125
10129
|
},
|
|
10126
10130
|
"VRadio/true-icon": {
|
|
10127
|
-
"type": " | string\n | (new () => any)\n | FunctionalComponent\n
|
|
10131
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
10128
10132
|
"description": "The icon used when active."
|
|
10129
10133
|
},
|
|
10130
|
-
"VRadio/value-comparator": {
|
|
10131
|
-
"type": "((a: any, b: any, recursionCache: { delete: (key: WeakKey) => boolean; get: (key: WeakKey) => any; has: (key: WeakKey) => boolean; set: (key: WeakKey, value: any) => WeakMap<WeakKey, any>; __@toStringTag@3612: string }) => boolean)",
|
|
10132
|
-
"description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
|
|
10133
|
-
},
|
|
10134
10134
|
"VRadioGroup/type": {
|
|
10135
10135
|
"type": "string\n",
|
|
10136
10136
|
"description": "Provides the default type for children selection controls."
|
|
10137
10137
|
},
|
|
10138
|
-
"VRadioGroup/
|
|
10139
|
-
"type": "
|
|
10140
|
-
"description": "
|
|
10138
|
+
"VRadioGroup/name": {
|
|
10139
|
+
"type": "string\n",
|
|
10140
|
+
"description": "Sets the component's name attribute."
|
|
10141
10141
|
},
|
|
10142
10142
|
"VRadioGroup/error": {
|
|
10143
10143
|
"type": "boolean\n",
|
|
10144
10144
|
"description": "Puts the input in a manual error state."
|
|
10145
10145
|
},
|
|
10146
|
-
"VRadioGroup/
|
|
10147
|
-
"type": "
|
|
10148
|
-
"description": "
|
|
10146
|
+
"VRadioGroup/label": {
|
|
10147
|
+
"type": "string\n",
|
|
10148
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
|
|
10149
|
+
},
|
|
10150
|
+
"VRadioGroup/disabled": {
|
|
10151
|
+
"type": "boolean\n",
|
|
10152
|
+
"description": "Removes the ability to click or target the component."
|
|
10149
10153
|
},
|
|
10150
10154
|
"VRadioGroup/height": {
|
|
10151
10155
|
"type": "string | number\n",
|
|
10152
10156
|
"description": "Sets the height for the component."
|
|
10153
10157
|
},
|
|
10154
|
-
"VRadioGroup/max-width": {
|
|
10155
|
-
"type": "string | number\n",
|
|
10156
|
-
"description": "Sets the maximum width for the component."
|
|
10157
|
-
},
|
|
10158
|
-
"VRadioGroup/min-width": {
|
|
10159
|
-
"type": "string | number\n",
|
|
10160
|
-
"description": "Sets the minimum width for the component."
|
|
10161
|
-
},
|
|
10162
10158
|
"VRadioGroup/width": {
|
|
10163
10159
|
"type": "string | number\n",
|
|
10164
10160
|
"description": "Sets the width for the component."
|
|
10165
10161
|
},
|
|
10162
|
+
"VRadioGroup/id": {
|
|
10163
|
+
"type": "string\n",
|
|
10164
|
+
"description": "Sets the DOM id on the component."
|
|
10165
|
+
},
|
|
10166
10166
|
"VRadioGroup/theme": {
|
|
10167
10167
|
"type": "string\n",
|
|
10168
10168
|
"description": "Specify a theme for this component and all of its children."
|
|
10169
10169
|
},
|
|
10170
|
+
"VRadioGroup/model-value": {
|
|
10171
|
+
"type": "unknown\n",
|
|
10172
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
10173
|
+
},
|
|
10170
10174
|
"VRadioGroup/color": {
|
|
10171
10175
|
"type": "string\n",
|
|
10172
10176
|
"description": "Applies specified color to the control - supports utility colors (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)."
|
|
10173
10177
|
},
|
|
10174
|
-
"VRadioGroup/
|
|
10175
|
-
"type": "
|
|
10176
|
-
"description": "
|
|
10178
|
+
"VRadioGroup/density": {
|
|
10179
|
+
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
10180
|
+
"description": "Adjusts the vertical height used by the component."
|
|
10177
10181
|
},
|
|
10178
|
-
"VRadioGroup/
|
|
10182
|
+
"VRadioGroup/inline": {
|
|
10179
10183
|
"type": "boolean\n",
|
|
10180
|
-
"description": "
|
|
10184
|
+
"description": "Displays radio buttons in row."
|
|
10181
10185
|
},
|
|
10182
|
-
"VRadioGroup/
|
|
10183
|
-
"type": "string\n",
|
|
10184
|
-
"description": "Sets the
|
|
10186
|
+
"VRadioGroup/max-width": {
|
|
10187
|
+
"type": "string | number\n",
|
|
10188
|
+
"description": "Sets the maximum width for the component."
|
|
10189
|
+
},
|
|
10190
|
+
"VRadioGroup/min-width": {
|
|
10191
|
+
"type": "string | number\n",
|
|
10192
|
+
"description": "Sets the minimum width for the component."
|
|
10185
10193
|
},
|
|
10186
10194
|
"VRadioGroup/base-color": {
|
|
10187
10195
|
"type": "string\n",
|
|
10188
10196
|
"description": "Sets the color of the input when it is not focused."
|
|
10189
10197
|
},
|
|
10190
10198
|
"VRadioGroup/prepend-icon": {
|
|
10191
|
-
"type": " | string\n | (
|
|
10199
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
|
10192
10200
|
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
|
|
10193
10201
|
},
|
|
10194
10202
|
"VRadioGroup/append-icon": {
|
|
10195
|
-
"type": " | string\n | (
|
|
10203
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
|
10196
10204
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
|
10197
10205
|
},
|
|
10198
10206
|
"VRadioGroup/readonly": {
|
|
@@ -10203,13 +10211,13 @@
|
|
|
10203
10211
|
"type": "boolean | { class: string; keys: string[] }\n",
|
|
10204
10212
|
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
10205
10213
|
},
|
|
10206
|
-
"VRadioGroup/
|
|
10207
|
-
"type": "
|
|
10208
|
-
"description": "
|
|
10214
|
+
"VRadioGroup/direction": {
|
|
10215
|
+
"type": "'horizontal' | 'vertical'\n",
|
|
10216
|
+
"description": "Changes the direction of the input."
|
|
10209
10217
|
},
|
|
10210
|
-
"VRadioGroup/
|
|
10211
|
-
"type": "
|
|
10212
|
-
"description": "
|
|
10218
|
+
"VRadioGroup/messages": {
|
|
10219
|
+
"type": "string | string[]\n",
|
|
10220
|
+
"description": "Displays a list of messages or a single message if using a string."
|
|
10213
10221
|
},
|
|
10214
10222
|
"VRadioGroup/center-affix": {
|
|
10215
10223
|
"type": "boolean\n",
|
|
@@ -10235,14 +10243,6 @@
|
|
|
10235
10243
|
"type": "boolean\n",
|
|
10236
10244
|
"description": "Forces [hint](#props-hint) to always be visible."
|
|
10237
10245
|
},
|
|
10238
|
-
"VRadioGroup/messages": {
|
|
10239
|
-
"type": "string | string[]\n",
|
|
10240
|
-
"description": "Displays a list of messages or a single message if using a string."
|
|
10241
|
-
},
|
|
10242
|
-
"VRadioGroup/direction": {
|
|
10243
|
-
"type": "'horizontal' | 'vertical'\n",
|
|
10244
|
-
"description": "Changes the direction of the input."
|
|
10245
|
-
},
|
|
10246
10246
|
"VRadioGroup/error-messages": {
|
|
10247
10247
|
"type": "string | string[]\n",
|
|
10248
10248
|
"description": "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the **rules** prop. This field will not trigger validation."
|
|
@@ -10275,70 +10275,46 @@
|
|
|
10275
10275
|
"type": "string\n",
|
|
10276
10276
|
"description": "The target component to provide defaults values for."
|
|
10277
10277
|
},
|
|
10278
|
-
"VRadioGroup/inline": {
|
|
10279
|
-
"type": "boolean\n",
|
|
10280
|
-
"description": "Displays radio buttons in row."
|
|
10281
|
-
},
|
|
10282
10278
|
"VRadioGroup/false-icon": {
|
|
10283
|
-
"type": " | string\n | (
|
|
10279
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
|
10284
10280
|
"description": "The icon used when inactive."
|
|
10285
10281
|
},
|
|
10286
10282
|
"VRadioGroup/true-icon": {
|
|
10287
|
-
"type": " | string\n | (
|
|
10283
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
|
10288
10284
|
"description": "The icon used when active."
|
|
10289
10285
|
},
|
|
10290
|
-
"
|
|
10291
|
-
"type": "boolean
|
|
10292
|
-
"description": "
|
|
10286
|
+
"VRadioGroup/value-comparator": {
|
|
10287
|
+
"type": "((a: any, b: any, recursionCache: { delete: (key: WeakKey) => boolean; get: (key: WeakKey) => any; has: (key: WeakKey) => boolean; set: (key: WeakKey, value: any) => WeakMap<WeakKey, any>; __@toStringTag@3612: string }) => boolean)",
|
|
10288
|
+
"description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
|
|
10293
10289
|
},
|
|
10294
|
-
"VRangeSlider/
|
|
10295
|
-
"type": "string\n",
|
|
10296
|
-
"description": "
|
|
10290
|
+
"VRangeSlider/model-value": {
|
|
10291
|
+
"type": "(string | number)[]\n",
|
|
10292
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
10297
10293
|
},
|
|
10298
10294
|
"VRangeSlider/error": {
|
|
10299
10295
|
"type": "boolean\n",
|
|
10300
10296
|
"description": "Puts the input in a manual error state."
|
|
10301
10297
|
},
|
|
10302
|
-
"VRangeSlider/
|
|
10303
|
-
"type": "
|
|
10304
|
-
"description": "
|
|
10305
|
-
},
|
|
10306
|
-
"VRangeSlider/disabled": {
|
|
10307
|
-
"type": "boolean\n",
|
|
10308
|
-
"description": "Removes the ability to click or target the component."
|
|
10309
|
-
},
|
|
10310
|
-
"VRangeSlider/max": {
|
|
10311
|
-
"type": "string | number\n",
|
|
10312
|
-
"description": "Sets the maximum allowed value."
|
|
10313
|
-
},
|
|
10314
|
-
"VRangeSlider/min": {
|
|
10315
|
-
"type": "string | number\n",
|
|
10316
|
-
"description": "Sets the minimum allowed value."
|
|
10317
|
-
},
|
|
10318
|
-
"VRangeSlider/step": {
|
|
10319
|
-
"type": "string | number\n",
|
|
10320
|
-
"description": "If greater than 0, sets step interval for ticks."
|
|
10321
|
-
},
|
|
10322
|
-
"VRangeSlider/width": {
|
|
10323
|
-
"type": "string | number\n",
|
|
10324
|
-
"description": "Sets the width for the component."
|
|
10325
|
-
},
|
|
10326
|
-
"VRangeSlider/id": {
|
|
10327
|
-
"type": "string\n",
|
|
10328
|
-
"description": "Sets the DOM id on the component."
|
|
10329
|
-
},
|
|
10330
|
-
"VRangeSlider/model-value": {
|
|
10331
|
-
"type": "(string | number)[]\n",
|
|
10332
|
-
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
10333
|
-
},
|
|
10334
|
-
"VRangeSlider/color": {
|
|
10335
|
-
"type": "string\n",
|
|
10336
|
-
"description": "Applies specified color to the control - supports utility colors (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)."
|
|
10298
|
+
"VRangeSlider/reverse": {
|
|
10299
|
+
"type": "boolean\n",
|
|
10300
|
+
"description": "Reverses the slider direction."
|
|
10337
10301
|
},
|
|
10338
10302
|
"VRangeSlider/density": {
|
|
10339
10303
|
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
10340
10304
|
"description": "Adjusts the vertical height used by the component."
|
|
10341
10305
|
},
|
|
10306
|
+
"VRangeSlider/max-width": {
|
|
10307
|
+
"type": "string | number\n",
|
|
10308
|
+
"description": "Sets the maximum width for the component."
|
|
10309
|
+
},
|
|
10310
|
+
"VRangeSlider/min-width": {
|
|
10311
|
+
"type": "string | number\n",
|
|
10312
|
+
"description": "Sets the minimum width for the component."
|
|
10313
|
+
},
|
|
10314
|
+
"VRangeSlider/width": {
|
|
10315
|
+
"type": "string | number\n",
|
|
10316
|
+
"description": "Sets the width for the component."
|
|
10317
|
+
},
|
|
10342
10318
|
"VRangeSlider/elevation": {
|
|
10343
10319
|
"type": "string | number\n",
|
|
10344
10320
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
@@ -10355,24 +10331,44 @@
|
|
|
10355
10331
|
"type": "string\n",
|
|
10356
10332
|
"description": "Specify a theme for this component and all of its children."
|
|
10357
10333
|
},
|
|
10358
|
-
"VRangeSlider/
|
|
10334
|
+
"VRangeSlider/color": {
|
|
10335
|
+
"type": "string\n",
|
|
10336
|
+
"description": "Applies specified color to the control - supports utility colors (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)."
|
|
10337
|
+
},
|
|
10338
|
+
"VRangeSlider/name": {
|
|
10339
|
+
"type": "string\n",
|
|
10340
|
+
"description": "Sets the component's name attribute."
|
|
10341
|
+
},
|
|
10342
|
+
"VRangeSlider/disabled": {
|
|
10343
|
+
"type": "boolean\n",
|
|
10344
|
+
"description": "Removes the ability to click or target the component."
|
|
10345
|
+
},
|
|
10346
|
+
"VRangeSlider/max": {
|
|
10359
10347
|
"type": "string | number\n",
|
|
10360
|
-
"description": "Sets the maximum
|
|
10348
|
+
"description": "Sets the maximum allowed value."
|
|
10361
10349
|
},
|
|
10362
|
-
"VRangeSlider/min
|
|
10350
|
+
"VRangeSlider/min": {
|
|
10363
10351
|
"type": "string | number\n",
|
|
10364
|
-
"description": "Sets the minimum
|
|
10352
|
+
"description": "Sets the minimum allowed value."
|
|
10353
|
+
},
|
|
10354
|
+
"VRangeSlider/step": {
|
|
10355
|
+
"type": "string | number\n",
|
|
10356
|
+
"description": "If greater than 0, sets step interval for ticks."
|
|
10357
|
+
},
|
|
10358
|
+
"VRangeSlider/id": {
|
|
10359
|
+
"type": "string\n",
|
|
10360
|
+
"description": "Sets the DOM id on the component."
|
|
10365
10361
|
},
|
|
10366
10362
|
"VRangeSlider/base-color": {
|
|
10367
10363
|
"type": "string\n",
|
|
10368
10364
|
"description": "Sets the color of the input when it is not focused."
|
|
10369
10365
|
},
|
|
10370
10366
|
"VRangeSlider/prepend-icon": {
|
|
10371
|
-
"type": " | string\n | (new () => any)\n | FunctionalComponent\n
|
|
10367
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
10372
10368
|
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
|
|
10373
10369
|
},
|
|
10374
10370
|
"VRangeSlider/append-icon": {
|
|
10375
|
-
"type": " | string\n | (new () => any)\n | FunctionalComponent\n
|
|
10371
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
10376
10372
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
|
10377
10373
|
},
|
|
10378
10374
|
"VRangeSlider/readonly": {
|
|
@@ -10383,13 +10379,9 @@
|
|
|
10383
10379
|
"type": "boolean\n",
|
|
10384
10380
|
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
10385
10381
|
},
|
|
10386
|
-
"VRangeSlider/
|
|
10387
|
-
"type": "
|
|
10388
|
-
"description": "
|
|
10389
|
-
},
|
|
10390
|
-
"VRangeSlider/messages": {
|
|
10391
|
-
"type": "string | string[]\n",
|
|
10392
|
-
"description": "Displays a list of messages or a single message if using a string."
|
|
10382
|
+
"VRangeSlider/label": {
|
|
10383
|
+
"type": "string\n",
|
|
10384
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
|
|
10393
10385
|
},
|
|
10394
10386
|
"VRangeSlider/center-affix": {
|
|
10395
10387
|
"type": "boolean\n",
|
|
@@ -10415,6 +10407,14 @@
|
|
|
10415
10407
|
"type": "boolean\n",
|
|
10416
10408
|
"description": "Forces [hint](#props-hint) to always be visible."
|
|
10417
10409
|
},
|
|
10410
|
+
"VRangeSlider/messages": {
|
|
10411
|
+
"type": "string | string[]\n",
|
|
10412
|
+
"description": "Displays a list of messages or a single message if using a string."
|
|
10413
|
+
},
|
|
10414
|
+
"VRangeSlider/direction": {
|
|
10415
|
+
"type": "'horizontal' | 'vertical'\n",
|
|
10416
|
+
"description": "Changes the direction of the input."
|
|
10417
|
+
},
|
|
10418
10418
|
"VRangeSlider/error-messages": {
|
|
10419
10419
|
"type": "string | string[]\n",
|
|
10420
10420
|
"description": "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the **rules** prop. This field will not trigger validation."
|
|
@@ -10491,26 +10491,10 @@
|
|
|
10491
10491
|
"type": "string | number\n",
|
|
10492
10492
|
"description": "The amount of items to show."
|
|
10493
10493
|
},
|
|
10494
|
-
"VRating/model-value": {
|
|
10495
|
-
"type": "string | number\n",
|
|
10496
|
-
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
10497
|
-
},
|
|
10498
|
-
"VRating/density": {
|
|
10499
|
-
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
10500
|
-
"description": "Adjusts the vertical height used by the component."
|
|
10501
|
-
},
|
|
10502
10494
|
"VRating/tag": {
|
|
10503
10495
|
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
10504
10496
|
"description": "Specify a custom tag used on the root element."
|
|
10505
10497
|
},
|
|
10506
|
-
"VRating/theme": {
|
|
10507
|
-
"type": "string\n",
|
|
10508
|
-
"description": "Specify a theme for this component and all of its children."
|
|
10509
|
-
},
|
|
10510
|
-
"VRating/color": {
|
|
10511
|
-
"type": "string\n",
|
|
10512
|
-
"description": "Applies specified color to the control - supports utility colors (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)."
|
|
10513
|
-
},
|
|
10514
10498
|
"VRating/name": {
|
|
10515
10499
|
"type": "string\n",
|
|
10516
10500
|
"description": "Sets the component's name attribute."
|
|
@@ -10523,6 +10507,22 @@
|
|
|
10523
10507
|
"type": "string | number\n",
|
|
10524
10508
|
"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**."
|
|
10525
10509
|
},
|
|
10510
|
+
"VRating/theme": {
|
|
10511
|
+
"type": "string\n",
|
|
10512
|
+
"description": "Specify a theme for this component and all of its children."
|
|
10513
|
+
},
|
|
10514
|
+
"VRating/model-value": {
|
|
10515
|
+
"type": "string | number\n",
|
|
10516
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
10517
|
+
},
|
|
10518
|
+
"VRating/color": {
|
|
10519
|
+
"type": "string\n",
|
|
10520
|
+
"description": "Applies specified color to the control - supports utility colors (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)."
|
|
10521
|
+
},
|
|
10522
|
+
"VRating/density": {
|
|
10523
|
+
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
10524
|
+
"description": "Adjusts the vertical height used by the component."
|
|
10525
|
+
},
|
|
10526
10526
|
"VRating/active-color": {
|
|
10527
10527
|
"type": "string\n",
|
|
10528
10528
|
"description": "The applied color when the component is in an active state."
|
|
@@ -10535,24 +10535,24 @@
|
|
|
10535
10535
|
"type": "boolean\n",
|
|
10536
10536
|
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
10537
10537
|
},
|
|
10538
|
-
"VRating/clearable": {
|
|
10539
|
-
"type": "boolean\n",
|
|
10540
|
-
"description": "Allows for the component to be cleared by clicking on the current value."
|
|
10541
|
-
},
|
|
10542
10538
|
"VRating/hover": {
|
|
10543
10539
|
"type": "boolean\n",
|
|
10544
10540
|
"description": "Provides visual feedback when hovering over icons."
|
|
10545
10541
|
},
|
|
10542
|
+
"VRating/clearable": {
|
|
10543
|
+
"type": "boolean\n",
|
|
10544
|
+
"description": "Allows for the component to be cleared by clicking on the current value."
|
|
10545
|
+
},
|
|
10546
10546
|
"VRating/item-aria-label": {
|
|
10547
10547
|
"type": "string\n",
|
|
10548
10548
|
"description": "The **aria-label** used for each item."
|
|
10549
10549
|
},
|
|
10550
10550
|
"VRating/empty-icon": {
|
|
10551
|
-
"type": " | string\n | (
|
|
10551
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
|
10552
10552
|
"description": "The icon displayed when empty."
|
|
10553
10553
|
},
|
|
10554
10554
|
"VRating/full-icon": {
|
|
10555
|
-
"type": " | string\n | (
|
|
10555
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
|
10556
10556
|
"description": "The icon displayed when full."
|
|
10557
10557
|
},
|
|
10558
10558
|
"VRating/half-increments": {
|
|
@@ -10571,6 +10571,14 @@
|
|
|
10571
10571
|
"type": "string | number\n",
|
|
10572
10572
|
"description": "Sets the height for the component."
|
|
10573
10573
|
},
|
|
10574
|
+
"VResponsive/width": {
|
|
10575
|
+
"type": "string | number\n",
|
|
10576
|
+
"description": "Sets the width for the component."
|
|
10577
|
+
},
|
|
10578
|
+
"VResponsive/inline": {
|
|
10579
|
+
"type": "boolean\n",
|
|
10580
|
+
"description": "Display as an inline element instead of a block, also disables flex-grow."
|
|
10581
|
+
},
|
|
10574
10582
|
"VResponsive/max-height": {
|
|
10575
10583
|
"type": "string | number\n",
|
|
10576
10584
|
"description": "Sets the maximum height for the component."
|
|
@@ -10587,18 +10595,10 @@
|
|
|
10587
10595
|
"type": "string | number\n",
|
|
10588
10596
|
"description": "Sets the minimum width for the component."
|
|
10589
10597
|
},
|
|
10590
|
-
"VResponsive/width": {
|
|
10591
|
-
"type": "string | number\n",
|
|
10592
|
-
"description": "Sets the width for the component."
|
|
10593
|
-
},
|
|
10594
10598
|
"VResponsive/content-class": {
|
|
10595
10599
|
"type": "any\n",
|
|
10596
10600
|
"description": "Apply a custom class to the internal content element."
|
|
10597
10601
|
},
|
|
10598
|
-
"VResponsive/inline": {
|
|
10599
|
-
"type": "boolean\n",
|
|
10600
|
-
"description": "Display as an inline element instead of a block, also disables flex-grow."
|
|
10601
|
-
},
|
|
10602
10602
|
"VResponsive/aspect-ratio": {
|
|
10603
10603
|
"type": "string | number\n",
|
|
10604
10604
|
"description": "Sets a base aspect ratio, calculated as width/height. This will only set a **minimum** height, the component can still grow if it has a lot of content."
|
|
@@ -10899,10 +10899,6 @@
|
|
|
10899
10899
|
"type": "boolean\n",
|
|
10900
10900
|
"description": "Enables autofocus."
|
|
10901
10901
|
},
|
|
10902
|
-
"VSelect/items": {
|
|
10903
|
-
"type": "any[]\n",
|
|
10904
|
-
"description": "Can be an array of objects or strings. By default objects should have **title** and **value** properties, and can optionally have a **props** property containing any [VListItem props](/api/v-list-item/#props). Keys to use for these can be changed with the **item-title**, **item-value**, and **item-props** props."
|
|
10905
|
-
},
|
|
10906
10902
|
"VSelect/active": {
|
|
10907
10903
|
"type": "boolean\n",
|
|
10908
10904
|
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
|
@@ -10959,6 +10955,10 @@
|
|
|
10959
10955
|
"type": "string\n",
|
|
10960
10956
|
"description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (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)."
|
|
10961
10957
|
},
|
|
10958
|
+
"VSelect/items": {
|
|
10959
|
+
"type": "any[]\n",
|
|
10960
|
+
"description": "Can be an array of objects or strings. By default objects should have **title** and **value** properties, and can optionally have a **props** property containing any [VListItem props](/api/v-list-item/#props). Keys to use for these can be changed with the **item-title**, **item-value**, and **item-props** props."
|
|
10961
|
+
},
|
|
10962
10962
|
"VSelect/item-title": {
|
|
10963
10963
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L61-L65\" target=\"_blank\">SelectItemKey</a>\n",
|
|
10964
10964
|
"description": "Property on supplied `items` that contains its title."
|
|
@@ -11159,6 +11159,10 @@
|
|
|
11159
11159
|
"type": "string\n",
|
|
11160
11160
|
"description": "Sets the DOM id on the component."
|
|
11161
11161
|
},
|
|
11162
|
+
"VSelectionControl/theme": {
|
|
11163
|
+
"type": "string\n",
|
|
11164
|
+
"description": "Specify a theme for this component and all of its children."
|
|
11165
|
+
},
|
|
11162
11166
|
"VSelectionControl/model-value": {
|
|
11163
11167
|
"type": "unknown\n",
|
|
11164
11168
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
@@ -11171,10 +11175,6 @@
|
|
|
11171
11175
|
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
11172
11176
|
"description": "Adjusts the vertical height used by the component."
|
|
11173
11177
|
},
|
|
11174
|
-
"VSelectionControl/theme": {
|
|
11175
|
-
"type": "string\n",
|
|
11176
|
-
"description": "Specify a theme for this component and all of its children."
|
|
11177
|
-
},
|
|
11178
11178
|
"VSelectionControl/inline": {
|
|
11179
11179
|
"type": "boolean\n",
|
|
11180
11180
|
"description": "Puts children inputs into a row."
|
|
@@ -11239,6 +11239,10 @@
|
|
|
11239
11239
|
"type": "string\n",
|
|
11240
11240
|
"description": "Sets the DOM id on the component."
|
|
11241
11241
|
},
|
|
11242
|
+
"VSelectionControlGroup/theme": {
|
|
11243
|
+
"type": "string\n",
|
|
11244
|
+
"description": "Specify a theme for this component and all of its children."
|
|
11245
|
+
},
|
|
11242
11246
|
"VSelectionControlGroup/model-value": {
|
|
11243
11247
|
"type": "unknown\n",
|
|
11244
11248
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
@@ -11251,10 +11255,6 @@
|
|
|
11251
11255
|
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
11252
11256
|
"description": "Adjusts the vertical height used by the component."
|
|
11253
11257
|
},
|
|
11254
|
-
"VSelectionControlGroup/theme": {
|
|
11255
|
-
"type": "string\n",
|
|
11256
|
-
"description": "Specify a theme for this component and all of its children."
|
|
11257
|
-
},
|
|
11258
11258
|
"VSelectionControlGroup/inline": {
|
|
11259
11259
|
"type": "boolean\n",
|
|
11260
11260
|
"description": "Puts children inputs into a row."
|
|
@@ -11295,6 +11295,10 @@
|
|
|
11295
11295
|
"type": "string | number\n",
|
|
11296
11296
|
"description": "Sets the width for the component."
|
|
11297
11297
|
},
|
|
11298
|
+
"VSheet/theme": {
|
|
11299
|
+
"type": "string\n",
|
|
11300
|
+
"description": "Specify a theme for this component and all of its children."
|
|
11301
|
+
},
|
|
11298
11302
|
"VSheet/location": {
|
|
11299
11303
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
|
11300
11304
|
"description": "Specifies the component's location. Can combine by using a space separated string."
|
|
@@ -11319,10 +11323,6 @@
|
|
|
11319
11323
|
"type": "boolean\n",
|
|
11320
11324
|
"description": "Removes any applied **border-radius** from the component."
|
|
11321
11325
|
},
|
|
11322
|
-
"VSheet/theme": {
|
|
11323
|
-
"type": "string\n",
|
|
11324
|
-
"description": "Specify a theme for this component and all of its children."
|
|
11325
|
-
},
|
|
11326
11326
|
"VSheet/max-height": {
|
|
11327
11327
|
"type": "string | number\n",
|
|
11328
11328
|
"description": "Sets the maximum height for the component."
|
|
@@ -11340,7 +11340,7 @@
|
|
|
11340
11340
|
"description": "Sets the minimum width for the component."
|
|
11341
11341
|
},
|
|
11342
11342
|
"VSheet/position": {
|
|
11343
|
-
"type": "'fixed' | '
|
|
11343
|
+
"type": "'fixed' | 'relative' | 'absolute' | 'sticky' | 'static'\n",
|
|
11344
11344
|
"description": "Sets the position for the component."
|
|
11345
11345
|
},
|
|
11346
11346
|
"VSkeletonLoader/type": {
|
|
@@ -11355,6 +11355,10 @@
|
|
|
11355
11355
|
"type": "string | number\n",
|
|
11356
11356
|
"description": "Sets the width for the component."
|
|
11357
11357
|
},
|
|
11358
|
+
"VSkeletonLoader/theme": {
|
|
11359
|
+
"type": "string\n",
|
|
11360
|
+
"description": "Specify a theme for this component and all of its children."
|
|
11361
|
+
},
|
|
11358
11362
|
"VSkeletonLoader/color": {
|
|
11359
11363
|
"type": "string\n",
|
|
11360
11364
|
"description": "Applies specified color to the control - supports utility colors (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)."
|
|
@@ -11363,10 +11367,6 @@
|
|
|
11363
11367
|
"type": "string | number\n",
|
|
11364
11368
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
11365
11369
|
},
|
|
11366
|
-
"VSkeletonLoader/theme": {
|
|
11367
|
-
"type": "string\n",
|
|
11368
|
-
"description": "Specify a theme for this component and all of its children."
|
|
11369
|
-
},
|
|
11370
11370
|
"VSkeletonLoader/max-height": {
|
|
11371
11371
|
"type": "string | number\n",
|
|
11372
11372
|
"description": "Sets the maximum height for the component."
|
|
@@ -11611,6 +11611,10 @@
|
|
|
11611
11611
|
"type": "string\n",
|
|
11612
11612
|
"description": "Sets the DOM id on the component."
|
|
11613
11613
|
},
|
|
11614
|
+
"VSlider/theme": {
|
|
11615
|
+
"type": "string\n",
|
|
11616
|
+
"description": "Specify a theme for this component and all of its children."
|
|
11617
|
+
},
|
|
11614
11618
|
"VSlider/model-value": {
|
|
11615
11619
|
"type": "string | number\n",
|
|
11616
11620
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
@@ -11635,10 +11639,6 @@
|
|
|
11635
11639
|
"type": "boolean\n",
|
|
11636
11640
|
"description": "Removes any applied **border-radius** from the component."
|
|
11637
11641
|
},
|
|
11638
|
-
"VSlider/theme": {
|
|
11639
|
-
"type": "string\n",
|
|
11640
|
-
"description": "Specify a theme for this component and all of its children."
|
|
11641
|
-
},
|
|
11642
11642
|
"VSlider/max-width": {
|
|
11643
11643
|
"type": "string | number\n",
|
|
11644
11644
|
"description": "Sets the maximum width for the component."
|
|
@@ -11779,6 +11779,10 @@
|
|
|
11779
11779
|
"type": "string | number\n",
|
|
11780
11780
|
"description": "Sets the width for the component."
|
|
11781
11781
|
},
|
|
11782
|
+
"VSnackbar/theme": {
|
|
11783
|
+
"type": "string\n",
|
|
11784
|
+
"description": "Specify a theme for this component and all of its children."
|
|
11785
|
+
},
|
|
11782
11786
|
"VSnackbar/model-value": {
|
|
11783
11787
|
"type": "boolean\n",
|
|
11784
11788
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
@@ -11803,10 +11807,6 @@
|
|
|
11803
11807
|
"type": "boolean\n",
|
|
11804
11808
|
"description": "Removes any applied **border-radius** from the component."
|
|
11805
11809
|
},
|
|
11806
|
-
"VSnackbar/theme": {
|
|
11807
|
-
"type": "string\n",
|
|
11808
|
-
"description": "Specify a theme for this component and all of its children."
|
|
11809
|
-
},
|
|
11810
11810
|
"VSnackbar/text": {
|
|
11811
11811
|
"type": "string\n",
|
|
11812
11812
|
"description": "Specify content text for the component."
|
|
@@ -11836,7 +11836,7 @@
|
|
|
11836
11836
|
"description": "Sets the minimum width for the component."
|
|
11837
11837
|
},
|
|
11838
11838
|
"VSnackbar/position": {
|
|
11839
|
-
"type": "'fixed' | '
|
|
11839
|
+
"type": "'fixed' | 'relative' | 'absolute' | 'sticky' | 'static'\n",
|
|
11840
11840
|
"description": "Sets the position for the component."
|
|
11841
11841
|
},
|
|
11842
11842
|
"VSnackbar/activator": {
|
|
@@ -11947,8 +11947,12 @@
|
|
|
11947
11947
|
"type": "string | number\n",
|
|
11948
11948
|
"description": "Sets the width for the component."
|
|
11949
11949
|
},
|
|
11950
|
+
"VSnackbarQueue/theme": {
|
|
11951
|
+
"type": "string\n",
|
|
11952
|
+
"description": "Specify a theme for this component and all of its children."
|
|
11953
|
+
},
|
|
11950
11954
|
"VSnackbarQueue/model-value": {
|
|
11951
|
-
"type": "(\n | string\n | ({\n class: any\n disabled: boolean\n height: string | number\n width: string | number\n location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n absolute: boolean\n color: string\n rounded: string | number | boolean\n tile: boolean\n
|
|
11955
|
+
"type": "(\n | string\n | ({\n class: any\n disabled: boolean\n height: string | number\n width: string | number\n theme: string\n location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n absolute: boolean\n color: string\n rounded: string | number | boolean\n tile: boolean\n text: string\n variant: 'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n transition:\n | string\n | boolean\n | (TransitionProps & { component: Component })\n maxHeight: string | number\n maxWidth: string | number\n minHeight: string | number\n minWidth: string | number\n position: 'fixed' | 'relative' | 'absolute' | 'sticky' | 'static'\n closeOnBack: boolean\n contained: boolean\n contentClass: any\n contentProps: any\n opacity: string | number\n zIndex: string | number\n target:\n | Element\n | (string & {})\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n closeOnContentClick: boolean\n eager: boolean\n locationStrategy: 'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L38-L42\" target=\"_blank\">LocationStrategyFunction</a>\n origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n offset: string | number | number[]\n attach: string | boolean | Element\n vertical: boolean\n multiLine: boolean\n timer: string | boolean\n timeout: string | number\n } & { style: any })\n)[]\n",
|
|
11952
11956
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
11953
11957
|
},
|
|
11954
11958
|
"VSnackbarQueue/location": {
|
|
@@ -11971,10 +11975,6 @@
|
|
|
11971
11975
|
"type": "boolean\n",
|
|
11972
11976
|
"description": "Removes any applied **border-radius** from the component."
|
|
11973
11977
|
},
|
|
11974
|
-
"VSnackbarQueue/theme": {
|
|
11975
|
-
"type": "string\n",
|
|
11976
|
-
"description": "Specify a theme for this component and all of its children."
|
|
11977
|
-
},
|
|
11978
11978
|
"VSnackbarQueue/text": {
|
|
11979
11979
|
"type": "string\n",
|
|
11980
11980
|
"description": "Specify content text for the component."
|
|
@@ -12004,7 +12004,7 @@
|
|
|
12004
12004
|
"description": "Sets the minimum width for the component."
|
|
12005
12005
|
},
|
|
12006
12006
|
"VSnackbarQueue/position": {
|
|
12007
|
-
"type": "'fixed' | '
|
|
12007
|
+
"type": "'fixed' | 'relative' | 'absolute' | 'sticky' | 'static'\n",
|
|
12008
12008
|
"description": "Sets the position for the component."
|
|
12009
12009
|
},
|
|
12010
12010
|
"VSnackbarQueue/activator": {
|
|
@@ -12180,7 +12180,7 @@
|
|
|
12180
12180
|
"description": "The easing function to use for the trace animation."
|
|
12181
12181
|
},
|
|
12182
12182
|
"VSparkline/gradient-direction": {
|
|
12183
|
-
"type": "'top' | '
|
|
12183
|
+
"type": "'top' | 'left' | 'right' | 'bottom'\n",
|
|
12184
12184
|
"description": "The direction the gradient should run."
|
|
12185
12185
|
},
|
|
12186
12186
|
"VSparkline/label-size": {
|
|
@@ -12219,6 +12219,10 @@
|
|
|
12219
12219
|
"type": "string\n",
|
|
12220
12220
|
"description": "The unique identifier of the component."
|
|
12221
12221
|
},
|
|
12222
|
+
"VSpeedDial/theme": {
|
|
12223
|
+
"type": "string\n",
|
|
12224
|
+
"description": "Specify a theme for this component and all of its children."
|
|
12225
|
+
},
|
|
12222
12226
|
"VSpeedDial/model-value": {
|
|
12223
12227
|
"type": "boolean\n",
|
|
12224
12228
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
@@ -12227,10 +12231,6 @@
|
|
|
12227
12231
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
|
12228
12232
|
"description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
|
|
12229
12233
|
},
|
|
12230
|
-
"VSpeedDial/theme": {
|
|
12231
|
-
"type": "string\n",
|
|
12232
|
-
"description": "Specify a theme for this component and all of its children."
|
|
12233
|
-
},
|
|
12234
12234
|
"VSpeedDial/transition": {
|
|
12235
12235
|
"type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | {\n component: ComponentPublicInstanceConstructor<\n CreateComponentPublicInstanceWithMixins<\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | { $stable?: boolean | undefined }\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => JSX.Element,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n PublicProps,\n {},\n true,\n {},\n SlotsType<Partial<MakeSlots<{ default: never }>>>,\n GlobalComponents,\n GlobalDirectives,\n string,\n {},\n any,\n ComponentProvideOptions,\n OptionTypesType<{}, {}, {}, {}, {}, {}>,\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | { $stable?: boolean | undefined }\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => JSX.Element,\n {},\n {},\n {},\n {}\n >,\n any,\n any,\n any,\n ComputedOptions,\n MethodOptions\n > &\n ComponentOptionsBase<\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | { $stable?: boolean | undefined }\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => JSX.Element,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n string,\n {},\n {},\n string,\n SlotsType<Partial<MakeSlots<{ default: never }>>>,\n GlobalComponents,\n GlobalDirectives,\n string,\n ComponentProvideOptions\n > &\n VNodeProps &\n AllowedComponentProps &\n ComponentCustomProps & {\n filterProps: (props: T) => Partial<Pick<T, U>>\n }\n }\n",
|
|
12236
12236
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
@@ -12399,6 +12399,14 @@
|
|
|
12399
12399
|
"type": "string | number\n",
|
|
12400
12400
|
"description": "Sets the width for the component."
|
|
12401
12401
|
},
|
|
12402
|
+
"VStepper/theme": {
|
|
12403
|
+
"type": "string\n",
|
|
12404
|
+
"description": "Specify a theme for this component and all of its children."
|
|
12405
|
+
},
|
|
12406
|
+
"VStepper/items": {
|
|
12407
|
+
"type": "(string | Record<string, any>)[]\n",
|
|
12408
|
+
"description": "An array of strings or objects used for automatically generating children components."
|
|
12409
|
+
},
|
|
12402
12410
|
"VStepper/model-value": {
|
|
12403
12411
|
"type": "any\n",
|
|
12404
12412
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
@@ -12427,10 +12435,6 @@
|
|
|
12427
12435
|
"type": "boolean\n",
|
|
12428
12436
|
"description": "Removes any applied **border-radius** from the component."
|
|
12429
12437
|
},
|
|
12430
|
-
"VStepper/theme": {
|
|
12431
|
-
"type": "string\n",
|
|
12432
|
-
"description": "Specify a theme for this component and all of its children."
|
|
12433
|
-
},
|
|
12434
12438
|
"VStepper/max-height": {
|
|
12435
12439
|
"type": "string | number\n",
|
|
12436
12440
|
"description": "Sets the maximum height for the component."
|
|
@@ -12460,7 +12464,7 @@
|
|
|
12460
12464
|
"description": "Overrides the display configuration default screen size that the component should be considered in mobile."
|
|
12461
12465
|
},
|
|
12462
12466
|
"VStepper/position": {
|
|
12463
|
-
"type": "'fixed' | '
|
|
12467
|
+
"type": "'fixed' | 'relative' | 'absolute' | 'sticky' | 'static'\n",
|
|
12464
12468
|
"description": "Sets the position for the component."
|
|
12465
12469
|
},
|
|
12466
12470
|
"VStepper/selected-class": {
|
|
@@ -12471,14 +12475,14 @@
|
|
|
12471
12475
|
"type": "boolean | 'force'\n",
|
|
12472
12476
|
"description": "Forces at least one item to always be selected (if available)."
|
|
12473
12477
|
},
|
|
12474
|
-
"VStepper/items": {
|
|
12475
|
-
"type": "(string | Record<string, any>)[]\n",
|
|
12476
|
-
"description": "An array of strings or objects used for automatically generating children components."
|
|
12477
|
-
},
|
|
12478
12478
|
"VStepper/item-props": {
|
|
12479
12479
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L61-L65\" target=\"_blank\">SelectItemKey</a>\n",
|
|
12480
12480
|
"description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component."
|
|
12481
12481
|
},
|
|
12482
|
+
"VStepper/hide-actions": {
|
|
12483
|
+
"type": "boolean\n",
|
|
12484
|
+
"description": "Hide actions bar (prev and next buttons)."
|
|
12485
|
+
},
|
|
12482
12486
|
"VStepper/item-title": {
|
|
12483
12487
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L61-L65\" target=\"_blank\">SelectItemKey</a>\n",
|
|
12484
12488
|
"description": "Property on supplied `items` that contains its title."
|
|
@@ -12487,10 +12491,6 @@
|
|
|
12487
12491
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L61-L65\" target=\"_blank\">SelectItemKey</a>\n",
|
|
12488
12492
|
"description": "Property on supplied `items` that contains its value."
|
|
12489
12493
|
},
|
|
12490
|
-
"VStepper/hide-actions": {
|
|
12491
|
-
"type": "boolean\n",
|
|
12492
|
-
"description": "Hide actions bar (prev and next buttons)."
|
|
12493
|
-
},
|
|
12494
12494
|
"VStepper/alt-labels": {
|
|
12495
12495
|
"type": "boolean\n",
|
|
12496
12496
|
"description": "Places the labels beneath the step."
|
|
@@ -12623,6 +12623,14 @@
|
|
|
12623
12623
|
"type": "boolean\n",
|
|
12624
12624
|
"description": "Allows one to select multiple items."
|
|
12625
12625
|
},
|
|
12626
|
+
"VStepperVertical/theme": {
|
|
12627
|
+
"type": "string\n",
|
|
12628
|
+
"description": "Specify a theme for this component and all of its children."
|
|
12629
|
+
},
|
|
12630
|
+
"VStepperVertical/items": {
|
|
12631
|
+
"type": "(string | Record<string, any>)[]\n",
|
|
12632
|
+
"description": "An array of strings or objects used for automatically generating children components."
|
|
12633
|
+
},
|
|
12626
12634
|
"VStepperVertical/model-value": {
|
|
12627
12635
|
"type": "unknown\n",
|
|
12628
12636
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
@@ -12643,10 +12651,6 @@
|
|
|
12643
12651
|
"type": "boolean\n",
|
|
12644
12652
|
"description": "Removes the border-radius."
|
|
12645
12653
|
},
|
|
12646
|
-
"VStepperVertical/theme": {
|
|
12647
|
-
"type": "string\n",
|
|
12648
|
-
"description": "Specify a theme for this component and all of its children."
|
|
12649
|
-
},
|
|
12650
12654
|
"VStepperVertical/variant": {
|
|
12651
12655
|
"type": "'default' | 'inset' | 'accordion' | 'popout'\n",
|
|
12652
12656
|
"description": "Applies a distinct style to the component."
|
|
@@ -12657,7 +12661,7 @@
|
|
|
12657
12661
|
},
|
|
12658
12662
|
"VStepperVertical/mobile": {
|
|
12659
12663
|
"type": "boolean\n",
|
|
12660
|
-
"description": "
|
|
12664
|
+
"description": "Forces the stepper into a mobile state, removing labels from stepper items."
|
|
12661
12665
|
},
|
|
12662
12666
|
"VStepperVertical/mobile-breakpoint": {
|
|
12663
12667
|
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
|
@@ -12675,10 +12679,6 @@
|
|
|
12675
12679
|
"type": "boolean\n",
|
|
12676
12680
|
"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."
|
|
12677
12681
|
},
|
|
12678
|
-
"VStepperVertical/items": {
|
|
12679
|
-
"type": "(string | Record<string, any>)[]\n",
|
|
12680
|
-
"description": "An array of strings or objects used for automatically generating children components."
|
|
12681
|
-
},
|
|
12682
12682
|
"VStepperVertical/item-props": {
|
|
12683
12683
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L61-L65\" target=\"_blank\">SelectItemKey</a>\n",
|
|
12684
12684
|
"description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component."
|
|
@@ -12691,6 +12691,10 @@
|
|
|
12691
12691
|
"type": "boolean | { class: string; keys: string[] }\n",
|
|
12692
12692
|
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
12693
12693
|
},
|
|
12694
|
+
"VStepperVertical/hide-actions": {
|
|
12695
|
+
"type": "boolean\n",
|
|
12696
|
+
"description": "Hide actions bar (prev and next buttons)."
|
|
12697
|
+
},
|
|
12694
12698
|
"VStepperVertical/expand-icon": {
|
|
12695
12699
|
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
|
12696
12700
|
"description": "Icon used when the expansion panel is in a expandable state."
|
|
@@ -12707,10 +12711,6 @@
|
|
|
12707
12711
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L61-L65\" target=\"_blank\">SelectItemKey</a>\n",
|
|
12708
12712
|
"description": "Property on supplied `items` that contains its value."
|
|
12709
12713
|
},
|
|
12710
|
-
"VStepperVertical/hide-actions": {
|
|
12711
|
-
"type": "boolean\n",
|
|
12712
|
-
"description": "Hide the expand icon in the content title."
|
|
12713
|
-
},
|
|
12714
12714
|
"VStepperVertical/focusable": {
|
|
12715
12715
|
"type": "boolean\n",
|
|
12716
12716
|
"description": "Makes the expansion-panel headers focusable."
|
|
@@ -12863,17 +12863,17 @@
|
|
|
12863
12863
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VStepper/VStepperItem.tsx#L43-L43\" target=\"_blank\">ValidationRule</a>[]\n",
|
|
12864
12864
|
"description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`."
|
|
12865
12865
|
},
|
|
12866
|
+
"VStepperVerticalItem/hide-actions": {
|
|
12867
|
+
"type": "boolean\n",
|
|
12868
|
+
"description": "Hide the expand icon in the content title."
|
|
12869
|
+
},
|
|
12866
12870
|
"VStepperVerticalItem/expand-icon": {
|
|
12867
12871
|
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
|
12868
12872
|
"description": "Icon used when the expansion panel is in a expandable state."
|
|
12869
12873
|
},
|
|
12870
12874
|
"VStepperVerticalItem/collapse-icon": {
|
|
12871
12875
|
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
|
12872
|
-
"description": "Icon used when the expansion panel is in a collapsable state."
|
|
12873
|
-
},
|
|
12874
|
-
"VStepperVerticalItem/hide-actions": {
|
|
12875
|
-
"type": "boolean\n",
|
|
12876
|
-
"description": "Hide the expand icon in the content title."
|
|
12876
|
+
"description": "Icon used when the expansion panel is in a collapsable state."
|
|
12877
12877
|
},
|
|
12878
12878
|
"VStepperVerticalItem/focusable": {
|
|
12879
12879
|
"type": "boolean\n",
|
|
@@ -12911,14 +12911,14 @@
|
|
|
12911
12911
|
"type": "boolean\n",
|
|
12912
12912
|
"description": "Removes the ability to click or target the component."
|
|
12913
12913
|
},
|
|
12914
|
-
"VStepperWindow/model-value": {
|
|
12915
|
-
"type": "any\n",
|
|
12916
|
-
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
12917
|
-
},
|
|
12918
12914
|
"VStepperWindow/theme": {
|
|
12919
12915
|
"type": "string\n",
|
|
12920
12916
|
"description": "Specify a theme for this component and all of its children."
|
|
12921
12917
|
},
|
|
12918
|
+
"VStepperWindow/model-value": {
|
|
12919
|
+
"type": "any\n",
|
|
12920
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
12921
|
+
},
|
|
12922
12922
|
"VStepperWindow/selected-class": {
|
|
12923
12923
|
"type": "string\n",
|
|
12924
12924
|
"description": "Configure the active CSS class applied when an item is selected."
|
|
@@ -13015,6 +13015,10 @@
|
|
|
13015
13015
|
"type": "string\n",
|
|
13016
13016
|
"description": "Sets the DOM id on the component."
|
|
13017
13017
|
},
|
|
13018
|
+
"VSwitch/theme": {
|
|
13019
|
+
"type": "string\n",
|
|
13020
|
+
"description": "Specify a theme for this component and all of its children."
|
|
13021
|
+
},
|
|
13018
13022
|
"VSwitch/model-value": {
|
|
13019
13023
|
"type": "unknown\n",
|
|
13020
13024
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
@@ -13027,10 +13031,6 @@
|
|
|
13027
13031
|
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
13028
13032
|
"description": "Adjusts the vertical height used by the component."
|
|
13029
13033
|
},
|
|
13030
|
-
"VSwitch/theme": {
|
|
13031
|
-
"type": "string\n",
|
|
13032
|
-
"description": "Specify a theme for this component and all of its children."
|
|
13033
|
-
},
|
|
13034
13034
|
"VSwitch/inline": {
|
|
13035
13035
|
"type": "boolean\n",
|
|
13036
13036
|
"description": "Puts children inputs into a row."
|
|
@@ -13167,6 +13167,10 @@
|
|
|
13167
13167
|
"type": "string | number\n",
|
|
13168
13168
|
"description": "Sets the height for the component."
|
|
13169
13169
|
},
|
|
13170
|
+
"VSystemBar/theme": {
|
|
13171
|
+
"type": "string\n",
|
|
13172
|
+
"description": "Specify a theme for this component and all of its children."
|
|
13173
|
+
},
|
|
13170
13174
|
"VSystemBar/absolute": {
|
|
13171
13175
|
"type": "boolean\n",
|
|
13172
13176
|
"description": "Applies **position: absolute** to the component."
|
|
@@ -13187,10 +13191,6 @@
|
|
|
13187
13191
|
"type": "boolean\n",
|
|
13188
13192
|
"description": "Removes any applied **border-radius** from the component."
|
|
13189
13193
|
},
|
|
13190
|
-
"VSystemBar/theme": {
|
|
13191
|
-
"type": "string\n",
|
|
13192
|
-
"description": "Specify a theme for this component and all of its children."
|
|
13193
|
-
},
|
|
13194
13194
|
"VSystemBar/order": {
|
|
13195
13195
|
"type": "string | number\n",
|
|
13196
13196
|
"description": "Adjust the order of the component in relation to its registration order."
|
|
@@ -13231,6 +13231,10 @@
|
|
|
13231
13231
|
"type": "string | number\n",
|
|
13232
13232
|
"description": "Sets the width for the component."
|
|
13233
13233
|
},
|
|
13234
|
+
"VTab/theme": {
|
|
13235
|
+
"type": "string\n",
|
|
13236
|
+
"description": "Specify a theme for this component and all of its children."
|
|
13237
|
+
},
|
|
13234
13238
|
"VTab/color": {
|
|
13235
13239
|
"type": "string\n",
|
|
13236
13240
|
"description": "Applies specified color to the control - supports utility colors (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)."
|
|
@@ -13255,10 +13259,6 @@
|
|
|
13255
13259
|
"type": "boolean\n",
|
|
13256
13260
|
"description": "Removes any applied **border-radius** from the component."
|
|
13257
13261
|
},
|
|
13258
|
-
"VTab/theme": {
|
|
13259
|
-
"type": "string\n",
|
|
13260
|
-
"description": "Specify a theme for this component and all of its children."
|
|
13261
|
-
},
|
|
13262
13262
|
"VTab/text": {
|
|
13263
13263
|
"type": "string | number | boolean\n",
|
|
13264
13264
|
"description": "Specify content text for the component."
|
|
@@ -13371,18 +13371,22 @@
|
|
|
13371
13371
|
"type": "string | number\n",
|
|
13372
13372
|
"description": "Use the height prop to set the height of the table."
|
|
13373
13373
|
},
|
|
13374
|
-
"VTable/density": {
|
|
13375
|
-
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
13376
|
-
"description": "Adjusts the vertical height used by the component."
|
|
13377
|
-
},
|
|
13378
13374
|
"VTable/theme": {
|
|
13379
13375
|
"type": "string\n",
|
|
13380
13376
|
"description": "Specify a theme for this component and all of its children."
|
|
13381
13377
|
},
|
|
13378
|
+
"VTable/density": {
|
|
13379
|
+
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
13380
|
+
"description": "Adjusts the vertical height used by the component."
|
|
13381
|
+
},
|
|
13382
13382
|
"VTable/hover": {
|
|
13383
13383
|
"type": "boolean\n",
|
|
13384
13384
|
"description": "Will add a hover effect to a table's row when the mouse is over it."
|
|
13385
13385
|
},
|
|
13386
|
+
"VTable/striped": {
|
|
13387
|
+
"type": "'odd' | 'even'\n",
|
|
13388
|
+
"description": "Applies a background to either **even** or **odd** rows."
|
|
13389
|
+
},
|
|
13386
13390
|
"VTable/fixed-header": {
|
|
13387
13391
|
"type": "boolean\n",
|
|
13388
13392
|
"description": "Use the fixed-header prop together with the height prop to fix the header to the top of the table."
|
|
@@ -13391,38 +13395,22 @@
|
|
|
13391
13395
|
"type": "boolean\n",
|
|
13392
13396
|
"description": "Use the fixed-footer prop together with the height prop to fix the footer to the bottom of the table."
|
|
13393
13397
|
},
|
|
13394
|
-
"VTable/striped": {
|
|
13395
|
-
"type": "'odd' | 'even'\n",
|
|
13396
|
-
"description": "Applies a background to either **even** or **odd** rows."
|
|
13397
|
-
},
|
|
13398
13398
|
"VTabs/symbol": {
|
|
13399
13399
|
"type": "any\n",
|
|
13400
13400
|
"description": "The [Symbol](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol) used to hook into group functionality for components like [v-btn-toggle](/components/btn-toggle) and [v-bottom-navigation](/components/bottom-navigations/)."
|
|
13401
13401
|
},
|
|
13402
|
-
"VTabs/model-value": {
|
|
13403
|
-
"type": "any\n",
|
|
13404
|
-
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
13405
|
-
},
|
|
13406
|
-
"VTabs/density": {
|
|
13407
|
-
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
13408
|
-
"description": "Adjusts the vertical height used by the component."
|
|
13409
|
-
},
|
|
13410
|
-
"VTabs/height": {
|
|
13411
|
-
"type": "string | number\n",
|
|
13412
|
-
"description": "Sets the height of the tabs bar."
|
|
13413
|
-
},
|
|
13414
13402
|
"VTabs/tag": {
|
|
13415
13403
|
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
13416
13404
|
"description": "Specify a custom tag used on the root element."
|
|
13417
13405
|
},
|
|
13418
|
-
"VTabs/color": {
|
|
13419
|
-
"type": "string\n",
|
|
13420
|
-
"description": "Applies specified color to the selected tab - supports utility colors (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)."
|
|
13421
|
-
},
|
|
13422
13406
|
"VTabs/disabled": {
|
|
13423
13407
|
"type": "boolean\n",
|
|
13424
13408
|
"description": "Puts all children components into a disabled state."
|
|
13425
13409
|
},
|
|
13410
|
+
"VTabs/height": {
|
|
13411
|
+
"type": "string | number\n",
|
|
13412
|
+
"description": "Sets the height of the tabs bar."
|
|
13413
|
+
},
|
|
13426
13414
|
"VTabs/max": {
|
|
13427
13415
|
"type": "number\n",
|
|
13428
13416
|
"description": "Sets a maximum number of selections that can be made."
|
|
@@ -13435,77 +13423,81 @@
|
|
|
13435
13423
|
"type": "unknown[]\n",
|
|
13436
13424
|
"description": "The items to display in the component. This can be an array of strings or objects with a property `text`."
|
|
13437
13425
|
},
|
|
13438
|
-
"VTabs/
|
|
13439
|
-
"type": "
|
|
13440
|
-
"description": "
|
|
13426
|
+
"VTabs/model-value": {
|
|
13427
|
+
"type": "any\n",
|
|
13428
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
13441
13429
|
},
|
|
13442
|
-
"VTabs/
|
|
13430
|
+
"VTabs/color": {
|
|
13443
13431
|
"type": "string\n",
|
|
13444
|
-
"description": "
|
|
13432
|
+
"description": "Applies specified color to the selected tab - supports utility colors (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)."
|
|
13445
13433
|
},
|
|
13446
|
-
"VTabs/
|
|
13447
|
-
"type": "'
|
|
13448
|
-
"description": "
|
|
13434
|
+
"VTabs/density": {
|
|
13435
|
+
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
13436
|
+
"description": "Adjusts the vertical height used by the component."
|
|
13449
13437
|
},
|
|
13450
13438
|
"VTabs/bg-color": {
|
|
13451
13439
|
"type": "string\n",
|
|
13452
13440
|
"description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (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)."
|
|
13453
13441
|
},
|
|
13442
|
+
"VTabs/stacked": {
|
|
13443
|
+
"type": "boolean\n",
|
|
13444
|
+
"description": "Apply the stacked prop to all children v-tab components."
|
|
13445
|
+
},
|
|
13446
|
+
"VTabs/mobile": {
|
|
13447
|
+
"type": "boolean\n",
|
|
13448
|
+
"description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
|
|
13449
|
+
},
|
|
13450
|
+
"VTabs/mobile-breakpoint": {
|
|
13451
|
+
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
|
13452
|
+
"description": "Sets the designated mobile breakpoint for the component."
|
|
13453
|
+
},
|
|
13454
|
+
"VTabs/grow": {
|
|
13455
|
+
"type": "boolean\n",
|
|
13456
|
+
"description": "Force `v-tab`'s to take up all available space."
|
|
13457
|
+
},
|
|
13458
|
+
"VTabs/selected-class": {
|
|
13459
|
+
"type": "string\n",
|
|
13460
|
+
"description": "Configure the active CSS class applied when an item is selected."
|
|
13461
|
+
},
|
|
13454
13462
|
"VTabs/mandatory": {
|
|
13455
13463
|
"type": "boolean | 'force'\n",
|
|
13456
13464
|
"description": "Forces at least one item to always be selected (if available)."
|
|
13457
13465
|
},
|
|
13466
|
+
"VTabs/inset": {
|
|
13467
|
+
"type": "boolean\n",
|
|
13468
|
+
"description": "Changes the slider to take full height. Tabs will also get some spacing and customizable rounding."
|
|
13469
|
+
},
|
|
13458
13470
|
"VTabs/content-class": {
|
|
13459
13471
|
"type": "any\n",
|
|
13460
13472
|
"description": "Adds classes to the slide group item."
|
|
13461
13473
|
},
|
|
13474
|
+
"VTabs/spaced": {
|
|
13475
|
+
"type": "'start' | 'end' | 'both'\n",
|
|
13476
|
+
"description": "Extends content to the edges to move main content from prepend and append slots."
|
|
13477
|
+
},
|
|
13462
13478
|
"VTabs/direction": {
|
|
13463
13479
|
"type": "'horizontal' | 'vertical'\n",
|
|
13464
13480
|
"description": "Changes the direction of the tabs. Can be either `horizontal` or `vertical`."
|
|
13465
13481
|
},
|
|
13466
|
-
"VTabs/mobile": {
|
|
13467
|
-
"type": "boolean\n",
|
|
13468
|
-
"description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
|
|
13469
|
-
},
|
|
13470
|
-
"VTabs/mobile-breakpoint": {
|
|
13471
|
-
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
|
13472
|
-
"description": "Sets the designated mobile breakpoint for the component."
|
|
13473
|
-
},
|
|
13474
|
-
"VTabs/prev-icon": {
|
|
13475
|
-
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
13476
|
-
"description": "Left pagination icon."
|
|
13477
|
-
},
|
|
13478
13482
|
"VTabs/next-icon": {
|
|
13479
|
-
"type": " | string\n | (
|
|
13483
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
|
13480
13484
|
"description": "Right pagination icon."
|
|
13481
13485
|
},
|
|
13482
|
-
"VTabs/
|
|
13483
|
-
"type": "
|
|
13484
|
-
"description": "
|
|
13485
|
-
},
|
|
13486
|
-
"VTabs/fixed-tabs": {
|
|
13487
|
-
"type": "boolean\n",
|
|
13488
|
-
"description": "`v-tabs-item` min-width 160px, max-width 360px."
|
|
13486
|
+
"VTabs/prev-icon": {
|
|
13487
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
|
13488
|
+
"description": "Left pagination icon."
|
|
13489
13489
|
},
|
|
13490
|
-
"VTabs/
|
|
13491
|
-
"type": "boolean\n",
|
|
13492
|
-
"description": "
|
|
13490
|
+
"VTabs/show-arrows": {
|
|
13491
|
+
"type": "string | boolean\n",
|
|
13492
|
+
"description": "Show pagination arrows if the tab items overflow their container. For mobile devices, arrows will only display when using this prop."
|
|
13493
13493
|
},
|
|
13494
|
-
"VTabs/
|
|
13494
|
+
"VTabs/center-active": {
|
|
13495
13495
|
"type": "boolean\n",
|
|
13496
|
-
"description": "
|
|
13496
|
+
"description": "Forces the selected tab to be centered."
|
|
13497
13497
|
},
|
|
13498
|
-
"VTabs/
|
|
13498
|
+
"VTabs/scroll-to-active": {
|
|
13499
13499
|
"type": "boolean\n",
|
|
13500
|
-
"description": "
|
|
13501
|
-
},
|
|
13502
|
-
"VTabs/inset-padding": {
|
|
13503
|
-
"type": "string | number\n",
|
|
13504
|
-
"description": "Sets custom spacing between tabs for `inset` mode."
|
|
13505
|
-
},
|
|
13506
|
-
"VTabs/inset-radius": {
|
|
13507
|
-
"type": "string | number\n",
|
|
13508
|
-
"description": "Sets custom border radius for the tabs container `inset` mode. Rounding for individual tabs is calculated by subtracting the padding."
|
|
13500
|
+
"description": "Keeps the last active element visible when resizing the scrollable container."
|
|
13509
13501
|
},
|
|
13510
13502
|
"VTabs/slider-color": {
|
|
13511
13503
|
"type": "string\n",
|
|
@@ -13515,42 +13507,50 @@
|
|
|
13515
13507
|
"type": "string | number\n",
|
|
13516
13508
|
"description": "Applies custom slider transition duration. Default duration depends on transition type (fade: 400, grow: 350, shift: 225)."
|
|
13517
13509
|
},
|
|
13510
|
+
"VTabs/hide-slider": {
|
|
13511
|
+
"type": "boolean\n",
|
|
13512
|
+
"description": "Hide's the generated `v-tabs-slider`."
|
|
13513
|
+
},
|
|
13518
13514
|
"VTabs/slider-transition": {
|
|
13519
13515
|
"type": "'shift' | 'grow' | 'fade'\n",
|
|
13520
13516
|
"description": "Changes slider transition to one of the predefined animation presets."
|
|
13521
13517
|
},
|
|
13522
|
-
"VTabs/
|
|
13523
|
-
"type": "
|
|
13524
|
-
"description": "
|
|
13518
|
+
"VTabs/align-tabs": {
|
|
13519
|
+
"type": "'title' | 'start' | 'end' | 'center'\n",
|
|
13520
|
+
"description": "Aligns the tabs to the `start`, `center`, or `end` of container. Also accepts `title` to align with the `v-toolbar-title` component."
|
|
13525
13521
|
},
|
|
13526
|
-
"VTabs/
|
|
13522
|
+
"VTabs/fixed-tabs": {
|
|
13527
13523
|
"type": "boolean\n",
|
|
13528
|
-
"description": "
|
|
13524
|
+
"description": "`v-tabs-item` min-width 160px, max-width 360px."
|
|
13529
13525
|
},
|
|
13530
|
-
"VTabs/
|
|
13531
|
-
"type": "string |
|
|
13532
|
-
"description": "
|
|
13526
|
+
"VTabs/inset-padding": {
|
|
13527
|
+
"type": "string | number\n",
|
|
13528
|
+
"description": "Sets custom spacing between tabs for `inset` mode."
|
|
13533
13529
|
},
|
|
13534
|
-
"
|
|
13535
|
-
"type": "string |
|
|
13536
|
-
"description": "
|
|
13530
|
+
"VTabs/inset-radius": {
|
|
13531
|
+
"type": "string | number\n",
|
|
13532
|
+
"description": "Sets custom border radius for the tabs container `inset` mode. Rounding for individual tabs is calculated by subtracting the padding."
|
|
13533
|
+
},
|
|
13534
|
+
"VTabsWindow/model-value": {
|
|
13535
|
+
"type": "any\n",
|
|
13536
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
13537
13537
|
},
|
|
13538
13538
|
"VTabsWindow/reverse": {
|
|
13539
13539
|
"type": "boolean\n",
|
|
13540
13540
|
"description": "Reverse the normal transition direction."
|
|
13541
13541
|
},
|
|
13542
|
-
"VTabsWindow/
|
|
13543
|
-
"type": "
|
|
13544
|
-
"description": "
|
|
13545
|
-
},
|
|
13546
|
-
"VTabsWindow/model-value": {
|
|
13547
|
-
"type": "any\n",
|
|
13548
|
-
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
13542
|
+
"VTabsWindow/tag": {
|
|
13543
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
13544
|
+
"description": "Specify a custom tag used on the root element."
|
|
13549
13545
|
},
|
|
13550
13546
|
"VTabsWindow/theme": {
|
|
13551
13547
|
"type": "string\n",
|
|
13552
13548
|
"description": "Specify a theme for this component and all of its children."
|
|
13553
13549
|
},
|
|
13550
|
+
"VTabsWindow/disabled": {
|
|
13551
|
+
"type": "boolean\n",
|
|
13552
|
+
"description": "Removes the ability to click or target the component."
|
|
13553
|
+
},
|
|
13554
13554
|
"VTabsWindow/selected-class": {
|
|
13555
13555
|
"type": "string\n",
|
|
13556
13556
|
"description": "Configure the active CSS class applied when an item is selected."
|
|
@@ -13579,10 +13579,6 @@
|
|
|
13579
13579
|
"type": "any\n",
|
|
13580
13580
|
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
|
|
13581
13581
|
},
|
|
13582
|
-
"VTabsWindowItem/transition": {
|
|
13583
|
-
"type": "string | boolean\n",
|
|
13584
|
-
"description": "The transition used when the component progressing through items. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
13585
|
-
},
|
|
13586
13582
|
"VTabsWindowItem/selected-class": {
|
|
13587
13583
|
"type": "string\n",
|
|
13588
13584
|
"description": "Configure the active CSS class applied when an item is selected."
|
|
@@ -13591,6 +13587,10 @@
|
|
|
13591
13587
|
"type": "boolean\n",
|
|
13592
13588
|
"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."
|
|
13593
13589
|
},
|
|
13590
|
+
"VTabsWindowItem/transition": {
|
|
13591
|
+
"type": "string | boolean\n",
|
|
13592
|
+
"description": "The transition used when the component progressing through items. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
13593
|
+
},
|
|
13594
13594
|
"VTabsWindowItem/reverse-transition": {
|
|
13595
13595
|
"type": "string | boolean\n",
|
|
13596
13596
|
"description": "Sets the reverse transition."
|
|
@@ -13603,58 +13603,22 @@
|
|
|
13603
13603
|
"type": "string\n",
|
|
13604
13604
|
"description": "Sets input type."
|
|
13605
13605
|
},
|
|
13606
|
-
"VTextField/
|
|
13607
|
-
"type": "
|
|
13608
|
-
"description": "
|
|
13609
|
-
},
|
|
13610
|
-
"VTextField/error": {
|
|
13611
|
-
"type": "boolean\n",
|
|
13612
|
-
"description": "Puts the input in a manual error state."
|
|
13613
|
-
},
|
|
13614
|
-
"VTextField/reverse": {
|
|
13615
|
-
"type": "boolean\n",
|
|
13616
|
-
"description": "Reverses the input orientation."
|
|
13617
|
-
},
|
|
13618
|
-
"VTextField/density": {
|
|
13619
|
-
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
13620
|
-
"description": "Adjusts the vertical height used by the component."
|
|
13621
|
-
},
|
|
13622
|
-
"VTextField/max-width": {
|
|
13623
|
-
"type": "string | number\n",
|
|
13624
|
-
"description": "Sets the maximum width for the component."
|
|
13625
|
-
},
|
|
13626
|
-
"VTextField/min-width": {
|
|
13627
|
-
"type": "string | number\n",
|
|
13628
|
-
"description": "Sets the minimum width for the component."
|
|
13629
|
-
},
|
|
13630
|
-
"VTextField/width": {
|
|
13631
|
-
"type": "string | number\n",
|
|
13632
|
-
"description": "Sets the width for the component."
|
|
13633
|
-
},
|
|
13634
|
-
"VTextField/rounded": {
|
|
13635
|
-
"type": "string | number | boolean\n",
|
|
13636
|
-
"description": "Adds a border radius to the input."
|
|
13637
|
-
},
|
|
13638
|
-
"VTextField/tile": {
|
|
13639
|
-
"type": "boolean\n",
|
|
13640
|
-
"description": "Removes any applied **border-radius** from the component."
|
|
13641
|
-
},
|
|
13642
|
-
"VTextField/theme": {
|
|
13643
|
-
"type": "string\n",
|
|
13644
|
-
"description": "Specify a theme for this component and all of its children."
|
|
13645
|
-
},
|
|
13646
|
-
"VTextField/color": {
|
|
13647
|
-
"type": "string\n",
|
|
13648
|
-
"description": "Applies specified color to the control - supports utility colors (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)."
|
|
13649
|
-
},
|
|
13650
|
-
"VTextField/variant": {
|
|
13651
|
-
"type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
|
|
13652
|
-
"description": "Applies a distinct style to the component."
|
|
13606
|
+
"VTextField/reverse": {
|
|
13607
|
+
"type": "boolean\n",
|
|
13608
|
+
"description": "Reverses the input orientation."
|
|
13653
13609
|
},
|
|
13654
13610
|
"VTextField/name": {
|
|
13655
13611
|
"type": "string\n",
|
|
13656
13612
|
"description": "Sets the component's name attribute."
|
|
13657
13613
|
},
|
|
13614
|
+
"VTextField/error": {
|
|
13615
|
+
"type": "boolean\n",
|
|
13616
|
+
"description": "Puts the input in a manual error state."
|
|
13617
|
+
},
|
|
13618
|
+
"VTextField/label": {
|
|
13619
|
+
"type": "string\n",
|
|
13620
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
|
|
13621
|
+
},
|
|
13658
13622
|
"VTextField/autocomplete": {
|
|
13659
13623
|
"type": "string\n",
|
|
13660
13624
|
"description": "Helps influence browser's suggestions. Special value **suppress** manipulates fields `name` attribute while **off** relies on browser's good will to stop suggesting values. Any other value is passed to the native `autocomplete` on the underlying element."
|
|
@@ -13667,6 +13631,10 @@
|
|
|
13667
13631
|
"type": "string\n",
|
|
13668
13632
|
"description": "Sets the input’s placeholder text."
|
|
13669
13633
|
},
|
|
13634
|
+
"VTextField/width": {
|
|
13635
|
+
"type": "string | number\n",
|
|
13636
|
+
"description": "Sets the width for the component."
|
|
13637
|
+
},
|
|
13670
13638
|
"VTextField/id": {
|
|
13671
13639
|
"type": "string\n",
|
|
13672
13640
|
"description": "Sets the DOM id on the component."
|
|
@@ -13683,20 +13651,60 @@
|
|
|
13683
13651
|
"type": "boolean\n",
|
|
13684
13652
|
"description": "Enables autofocus."
|
|
13685
13653
|
},
|
|
13686
|
-
"VTextField/
|
|
13654
|
+
"VTextField/theme": {
|
|
13655
|
+
"type": "string\n",
|
|
13656
|
+
"description": "Specify a theme for this component and all of its children."
|
|
13657
|
+
},
|
|
13658
|
+
"VTextField/model-value": {
|
|
13659
|
+
"type": "any\n",
|
|
13660
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
13661
|
+
},
|
|
13662
|
+
"VTextField/color": {
|
|
13663
|
+
"type": "string\n",
|
|
13664
|
+
"description": "Applies specified color to the control - supports utility colors (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)."
|
|
13665
|
+
},
|
|
13666
|
+
"VTextField/density": {
|
|
13667
|
+
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
13668
|
+
"description": "Adjusts the vertical height used by the component."
|
|
13669
|
+
},
|
|
13670
|
+
"VTextField/rounded": {
|
|
13671
|
+
"type": "string | number | boolean\n",
|
|
13672
|
+
"description": "Adds a border radius to the input."
|
|
13673
|
+
},
|
|
13674
|
+
"VTextField/tile": {
|
|
13687
13675
|
"type": "boolean\n",
|
|
13688
|
-
"description": "
|
|
13676
|
+
"description": "Removes any applied **border-radius** from the component."
|
|
13677
|
+
},
|
|
13678
|
+
"VTextField/variant": {
|
|
13679
|
+
"type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
|
|
13680
|
+
"description": "Applies a distinct style to the component."
|
|
13681
|
+
},
|
|
13682
|
+
"VTextField/max-width": {
|
|
13683
|
+
"type": "string | number\n",
|
|
13684
|
+
"description": "Sets the maximum width for the component."
|
|
13685
|
+
},
|
|
13686
|
+
"VTextField/min-width": {
|
|
13687
|
+
"type": "string | number\n",
|
|
13688
|
+
"description": "Sets the minimum width for the component."
|
|
13689
|
+
},
|
|
13690
|
+
"VTextField/bg-color": {
|
|
13691
|
+
"type": "string\n",
|
|
13692
|
+
"description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (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)."
|
|
13689
13693
|
},
|
|
13690
13694
|
"VTextField/base-color": {
|
|
13691
13695
|
"type": "string\n",
|
|
13692
13696
|
"description": "Sets the color of the input when it is not focused."
|
|
13693
13697
|
},
|
|
13698
|
+
"VTextField/active": {
|
|
13699
|
+
"type": "boolean\n",
|
|
13700
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
|
13701
|
+
},
|
|
13694
13702
|
"VTextField/prepend-icon": {
|
|
13695
|
-
"type": " | string\n | (
|
|
13703
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
|
13696
13704
|
"description": "Prepends an icon to the outside the component's input, uses the same syntax as `v-icon`."
|
|
13697
13705
|
},
|
|
13698
13706
|
"VTextField/append-icon": {
|
|
13699
|
-
"type": " | string\n | (
|
|
13707
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
|
13700
13708
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
|
13701
13709
|
},
|
|
13702
13710
|
"VTextField/readonly": {
|
|
@@ -13707,29 +13715,13 @@
|
|
|
13707
13715
|
"type": "string | boolean\n",
|
|
13708
13716
|
"description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color."
|
|
13709
13717
|
},
|
|
13710
|
-
"VTextField/
|
|
13711
|
-
"type": "
|
|
13712
|
-
"description": "
|
|
13713
|
-
},
|
|
13714
|
-
"VTextField/bg-color": {
|
|
13715
|
-
"type": "string\n",
|
|
13716
|
-
"description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (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)."
|
|
13717
|
-
},
|
|
13718
|
-
"VTextField/counter": {
|
|
13719
|
-
"type": "string | number | boolean\n",
|
|
13720
|
-
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
|
13721
|
-
},
|
|
13722
|
-
"VTextField/persistent-placeholder": {
|
|
13723
|
-
"type": "boolean\n",
|
|
13724
|
-
"description": "Forces placeholder to always be visible."
|
|
13725
|
-
},
|
|
13726
|
-
"VTextField/persistent-counter": {
|
|
13727
|
-
"type": "boolean\n",
|
|
13728
|
-
"description": "Forces counter to always be visible."
|
|
13718
|
+
"VTextField/direction": {
|
|
13719
|
+
"type": "'horizontal' | 'vertical'\n",
|
|
13720
|
+
"description": "Changes the direction of the input."
|
|
13729
13721
|
},
|
|
13730
|
-
"VTextField/
|
|
13731
|
-
"type": "string\n",
|
|
13732
|
-
"description": "Displays
|
|
13722
|
+
"VTextField/messages": {
|
|
13723
|
+
"type": "string | string[]\n",
|
|
13724
|
+
"description": "Displays a list of messages or a single message if using a string."
|
|
13733
13725
|
},
|
|
13734
13726
|
"VTextField/center-affix": {
|
|
13735
13727
|
"type": "boolean\n",
|
|
@@ -13755,14 +13747,6 @@
|
|
|
13755
13747
|
"type": "boolean\n",
|
|
13756
13748
|
"description": "Forces [hint](#props-hint) to always be visible."
|
|
13757
13749
|
},
|
|
13758
|
-
"VTextField/messages": {
|
|
13759
|
-
"type": "string | string[]\n",
|
|
13760
|
-
"description": "Displays a list of messages or a single message if using a string."
|
|
13761
|
-
},
|
|
13762
|
-
"VTextField/direction": {
|
|
13763
|
-
"type": "'horizontal' | 'vertical'\n",
|
|
13764
|
-
"description": "Changes the direction of the input."
|
|
13765
|
-
},
|
|
13766
13750
|
"VTextField/error-messages": {
|
|
13767
13751
|
"type": "string | string[]\n",
|
|
13768
13752
|
"description": "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the **rules** prop. This field will not trigger validation."
|
|
@@ -13791,8 +13775,24 @@
|
|
|
13791
13775
|
"type": "boolean | 'auto'\n",
|
|
13792
13776
|
"description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display."
|
|
13793
13777
|
},
|
|
13778
|
+
"VTextField/counter": {
|
|
13779
|
+
"type": "string | number | boolean\n",
|
|
13780
|
+
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
|
13781
|
+
},
|
|
13782
|
+
"VTextField/persistent-placeholder": {
|
|
13783
|
+
"type": "boolean\n",
|
|
13784
|
+
"description": "Forces placeholder to always be visible."
|
|
13785
|
+
},
|
|
13786
|
+
"VTextField/persistent-counter": {
|
|
13787
|
+
"type": "boolean\n",
|
|
13788
|
+
"description": "Forces counter to always be visible."
|
|
13789
|
+
},
|
|
13790
|
+
"VTextField/suffix": {
|
|
13791
|
+
"type": "string\n",
|
|
13792
|
+
"description": "Displays suffix text."
|
|
13793
|
+
},
|
|
13794
13794
|
"VTextField/append-inner-icon": {
|
|
13795
|
-
"type": " | string\n | (
|
|
13795
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
|
13796
13796
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot."
|
|
13797
13797
|
},
|
|
13798
13798
|
"VTextField/clearable": {
|
|
@@ -13800,7 +13800,7 @@
|
|
|
13800
13800
|
"description": "Allows for the component to be cleared."
|
|
13801
13801
|
},
|
|
13802
13802
|
"VTextField/clear-icon": {
|
|
13803
|
-
"type": " | string\n | (
|
|
13803
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
|
13804
13804
|
"description": "Applied when using **clearable** and the input is dirty."
|
|
13805
13805
|
},
|
|
13806
13806
|
"VTextField/dirty": {
|
|
@@ -13812,7 +13812,7 @@
|
|
|
13812
13812
|
"description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)."
|
|
13813
13813
|
},
|
|
13814
13814
|
"VTextField/prepend-inner-icon": {
|
|
13815
|
-
"type": " | string\n | (
|
|
13815
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
|
13816
13816
|
"description": "Prepends an icon inside the component's input, uses the same syntax as `v-icon`."
|
|
13817
13817
|
},
|
|
13818
13818
|
"VTextField/single-line": {
|
|
@@ -13831,61 +13831,37 @@
|
|
|
13831
13831
|
"type": "boolean\n",
|
|
13832
13832
|
"description": "Removes box shadow when using a variant with elevation."
|
|
13833
13833
|
},
|
|
13834
|
-
"VTextarea/
|
|
13835
|
-
"type": "
|
|
13836
|
-
"description": "
|
|
13837
|
-
},
|
|
13838
|
-
"VTextarea/name": {
|
|
13839
|
-
"type": "string\n",
|
|
13840
|
-
"description": "Sets the component's name attribute."
|
|
13834
|
+
"VTextarea/model-value": {
|
|
13835
|
+
"type": "any\n",
|
|
13836
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
13841
13837
|
},
|
|
13842
13838
|
"VTextarea/error": {
|
|
13843
13839
|
"type": "boolean\n",
|
|
13844
13840
|
"description": "Puts the input in a manual error state."
|
|
13845
13841
|
},
|
|
13846
|
-
"VTextarea/
|
|
13847
|
-
"type": "string\n",
|
|
13848
|
-
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
|
|
13849
|
-
},
|
|
13850
|
-
"VTextarea/autocomplete": {
|
|
13851
|
-
"type": "string\n",
|
|
13852
|
-
"description": "Helps influence browser's suggestions. Special value **suppress** manipulates fields `name` attribute while **off** relies on browser's good will to stop suggesting values. Any other value is passed to the native `autocomplete` on the underlying element."
|
|
13853
|
-
},
|
|
13854
|
-
"VTextarea/disabled": {
|
|
13842
|
+
"VTextarea/reverse": {
|
|
13855
13843
|
"type": "boolean\n",
|
|
13856
|
-
"description": "
|
|
13844
|
+
"description": "Reverses the orientation."
|
|
13857
13845
|
},
|
|
13858
|
-
"VTextarea/
|
|
13859
|
-
"type": "
|
|
13860
|
-
"description": "
|
|
13846
|
+
"VTextarea/density": {
|
|
13847
|
+
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
13848
|
+
"description": "Adjusts the vertical height used by the component."
|
|
13861
13849
|
},
|
|
13862
|
-
"VTextarea/
|
|
13850
|
+
"VTextarea/max-height": {
|
|
13863
13851
|
"type": "string | number\n",
|
|
13864
|
-
"description": "
|
|
13865
|
-
},
|
|
13866
|
-
"VTextarea/id": {
|
|
13867
|
-
"type": "string\n",
|
|
13868
|
-
"description": "Sets the DOM id on the component."
|
|
13869
|
-
},
|
|
13870
|
-
"VTextarea/prefix": {
|
|
13871
|
-
"type": "string\n",
|
|
13872
|
-
"description": "Displays prefix text."
|
|
13873
|
-
},
|
|
13874
|
-
"VTextarea/autofocus": {
|
|
13875
|
-
"type": "boolean\n",
|
|
13876
|
-
"description": "The element should be focused as soon as the page loads."
|
|
13852
|
+
"description": "Alternative for **max-rows**. Specifies the maximum height in pixels (including the field padding) for **auto-grow**."
|
|
13877
13853
|
},
|
|
13878
|
-
"VTextarea/
|
|
13879
|
-
"type": "
|
|
13880
|
-
"description": "
|
|
13854
|
+
"VTextarea/max-width": {
|
|
13855
|
+
"type": "string | number\n",
|
|
13856
|
+
"description": "Sets the maximum width for the component."
|
|
13881
13857
|
},
|
|
13882
|
-
"VTextarea/
|
|
13883
|
-
"type": "string\n",
|
|
13884
|
-
"description": "
|
|
13858
|
+
"VTextarea/min-width": {
|
|
13859
|
+
"type": "string | number\n",
|
|
13860
|
+
"description": "Sets the minimum width for the component."
|
|
13885
13861
|
},
|
|
13886
|
-
"VTextarea/
|
|
13887
|
-
"type": "
|
|
13888
|
-
"description": "
|
|
13862
|
+
"VTextarea/width": {
|
|
13863
|
+
"type": "string | number\n",
|
|
13864
|
+
"description": "Sets the width for the component."
|
|
13889
13865
|
},
|
|
13890
13866
|
"VTextarea/rounded": {
|
|
13891
13867
|
"type": "string | number | boolean\n",
|
|
@@ -13899,40 +13875,56 @@
|
|
|
13899
13875
|
"type": "string\n",
|
|
13900
13876
|
"description": "Specify a theme for this component and all of its children."
|
|
13901
13877
|
},
|
|
13878
|
+
"VTextarea/color": {
|
|
13879
|
+
"type": "string\n",
|
|
13880
|
+
"description": "Applies specified color to the control - supports utility colors (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)."
|
|
13881
|
+
},
|
|
13902
13882
|
"VTextarea/variant": {
|
|
13903
13883
|
"type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
|
|
13904
13884
|
"description": "Applies a distinct style to the component."
|
|
13905
13885
|
},
|
|
13906
|
-
"VTextarea/
|
|
13907
|
-
"type": "string
|
|
13908
|
-
"description": "
|
|
13886
|
+
"VTextarea/name": {
|
|
13887
|
+
"type": "string\n",
|
|
13888
|
+
"description": "Sets the component's name attribute."
|
|
13909
13889
|
},
|
|
13910
|
-
"VTextarea/
|
|
13911
|
-
"type": "string
|
|
13912
|
-
"description": "
|
|
13890
|
+
"VTextarea/autocomplete": {
|
|
13891
|
+
"type": "string\n",
|
|
13892
|
+
"description": "Helps influence browser's suggestions. Special value **suppress** manipulates fields `name` attribute while **off** relies on browser's good will to stop suggesting values. Any other value is passed to the native `autocomplete` on the underlying element."
|
|
13913
13893
|
},
|
|
13914
|
-
"VTextarea/
|
|
13915
|
-
"type": "
|
|
13916
|
-
"description": "
|
|
13894
|
+
"VTextarea/disabled": {
|
|
13895
|
+
"type": "boolean\n",
|
|
13896
|
+
"description": "Removes the ability to click or target the input."
|
|
13917
13897
|
},
|
|
13918
|
-
"VTextarea/
|
|
13898
|
+
"VTextarea/placeholder": {
|
|
13919
13899
|
"type": "string\n",
|
|
13920
|
-
"description": "
|
|
13900
|
+
"description": "Sets the input's placeholder text."
|
|
13921
13901
|
},
|
|
13922
|
-
"VTextarea/
|
|
13902
|
+
"VTextarea/id": {
|
|
13923
13903
|
"type": "string\n",
|
|
13924
|
-
"description": "Sets the
|
|
13904
|
+
"description": "Sets the DOM id on the component."
|
|
13905
|
+
},
|
|
13906
|
+
"VTextarea/prefix": {
|
|
13907
|
+
"type": "string\n",
|
|
13908
|
+
"description": "Displays prefix text."
|
|
13909
|
+
},
|
|
13910
|
+
"VTextarea/autofocus": {
|
|
13911
|
+
"type": "boolean\n",
|
|
13912
|
+
"description": "The element should be focused as soon as the page loads."
|
|
13925
13913
|
},
|
|
13926
13914
|
"VTextarea/active": {
|
|
13927
13915
|
"type": "boolean\n",
|
|
13928
13916
|
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
|
13929
13917
|
},
|
|
13918
|
+
"VTextarea/base-color": {
|
|
13919
|
+
"type": "string\n",
|
|
13920
|
+
"description": "Sets the color of the input when it is not focused."
|
|
13921
|
+
},
|
|
13930
13922
|
"VTextarea/prepend-icon": {
|
|
13931
|
-
"type": " | string\n | (new () => any)\n | FunctionalComponent\n
|
|
13923
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
13932
13924
|
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
|
|
13933
13925
|
},
|
|
13934
13926
|
"VTextarea/append-icon": {
|
|
13935
|
-
"type": " | string\n | (new () => any)\n | FunctionalComponent\n
|
|
13927
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
13936
13928
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
|
13937
13929
|
},
|
|
13938
13930
|
"VTextarea/readonly": {
|
|
@@ -13943,13 +13935,29 @@
|
|
|
13943
13935
|
"type": "string | boolean\n",
|
|
13944
13936
|
"description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color."
|
|
13945
13937
|
},
|
|
13946
|
-
"VTextarea/
|
|
13947
|
-
"type": "
|
|
13948
|
-
"description": "
|
|
13938
|
+
"VTextarea/label": {
|
|
13939
|
+
"type": "string\n",
|
|
13940
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
|
|
13949
13941
|
},
|
|
13950
|
-
"VTextarea/
|
|
13951
|
-
"type": "string
|
|
13952
|
-
"description": "
|
|
13942
|
+
"VTextarea/bg-color": {
|
|
13943
|
+
"type": "string\n",
|
|
13944
|
+
"description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (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)."
|
|
13945
|
+
},
|
|
13946
|
+
"VTextarea/counter": {
|
|
13947
|
+
"type": "string | number | true\n",
|
|
13948
|
+
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
|
13949
|
+
},
|
|
13950
|
+
"VTextarea/persistent-placeholder": {
|
|
13951
|
+
"type": "boolean\n",
|
|
13952
|
+
"description": "Forces placeholder to always be visible."
|
|
13953
|
+
},
|
|
13954
|
+
"VTextarea/persistent-counter": {
|
|
13955
|
+
"type": "boolean\n",
|
|
13956
|
+
"description": "Forces counter to always be visible."
|
|
13957
|
+
},
|
|
13958
|
+
"VTextarea/suffix": {
|
|
13959
|
+
"type": "string\n",
|
|
13960
|
+
"description": "Displays suffix text."
|
|
13953
13961
|
},
|
|
13954
13962
|
"VTextarea/center-affix": {
|
|
13955
13963
|
"type": "boolean\n",
|
|
@@ -13975,6 +13983,14 @@
|
|
|
13975
13983
|
"type": "boolean\n",
|
|
13976
13984
|
"description": "Forces [hint](#props-hint) to always be visible."
|
|
13977
13985
|
},
|
|
13986
|
+
"VTextarea/messages": {
|
|
13987
|
+
"type": "string | string[]\n",
|
|
13988
|
+
"description": "Displays a list of messages or a single message if using a string."
|
|
13989
|
+
},
|
|
13990
|
+
"VTextarea/direction": {
|
|
13991
|
+
"type": "'horizontal' | 'vertical'\n",
|
|
13992
|
+
"description": "Changes the direction of the input."
|
|
13993
|
+
},
|
|
13978
13994
|
"VTextarea/error-messages": {
|
|
13979
13995
|
"type": "string | string[]\n",
|
|
13980
13996
|
"description": "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the **rules** prop. This field will not trigger validation."
|
|
@@ -14003,24 +14019,8 @@
|
|
|
14003
14019
|
"type": "boolean | 'auto'\n",
|
|
14004
14020
|
"description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display."
|
|
14005
14021
|
},
|
|
14006
|
-
"VTextarea/counter": {
|
|
14007
|
-
"type": "string | number | true\n",
|
|
14008
|
-
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
|
14009
|
-
},
|
|
14010
|
-
"VTextarea/persistent-placeholder": {
|
|
14011
|
-
"type": "boolean\n",
|
|
14012
|
-
"description": "Forces placeholder to always be visible."
|
|
14013
|
-
},
|
|
14014
|
-
"VTextarea/persistent-counter": {
|
|
14015
|
-
"type": "boolean\n",
|
|
14016
|
-
"description": "Forces counter to always be visible."
|
|
14017
|
-
},
|
|
14018
|
-
"VTextarea/suffix": {
|
|
14019
|
-
"type": "string\n",
|
|
14020
|
-
"description": "Displays suffix text."
|
|
14021
|
-
},
|
|
14022
14022
|
"VTextarea/append-inner-icon": {
|
|
14023
|
-
"type": " | string\n | (new () => any)\n | FunctionalComponent\n
|
|
14023
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
14024
14024
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot."
|
|
14025
14025
|
},
|
|
14026
14026
|
"VTextarea/clearable": {
|
|
@@ -14028,7 +14028,7 @@
|
|
|
14028
14028
|
"description": "Allows for the component to be cleared."
|
|
14029
14029
|
},
|
|
14030
14030
|
"VTextarea/clear-icon": {
|
|
14031
|
-
"type": " | string\n | (new () => any)\n | FunctionalComponent\n
|
|
14031
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
14032
14032
|
"description": "The icon used when the **clearable** prop is set to true."
|
|
14033
14033
|
},
|
|
14034
14034
|
"VTextarea/dirty": {
|
|
@@ -14040,7 +14040,7 @@
|
|
|
14040
14040
|
"description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)."
|
|
14041
14041
|
},
|
|
14042
14042
|
"VTextarea/prepend-inner-icon": {
|
|
14043
|
-
"type": " | string\n | (new () => any)\n | FunctionalComponent\n
|
|
14043
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
14044
14044
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot."
|
|
14045
14045
|
},
|
|
14046
14046
|
"VTextarea/single-line": {
|
|
@@ -14083,57 +14083,61 @@
|
|
|
14083
14083
|
"type": "boolean\n",
|
|
14084
14084
|
"description": "Wraps its children in an element and applies the current theme's background color to it."
|
|
14085
14085
|
},
|
|
14086
|
+
"VTimePicker/tag": {
|
|
14087
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
14088
|
+
"description": "Specify a custom tag used on the root element."
|
|
14089
|
+
},
|
|
14086
14090
|
"VTimePicker/title": {
|
|
14087
14091
|
"type": "string\n",
|
|
14088
14092
|
"description": "Specify a title text for the component."
|
|
14089
14093
|
},
|
|
14090
|
-
"VTimePicker/
|
|
14091
|
-
"type": "
|
|
14092
|
-
"description": "
|
|
14093
|
-
},
|
|
14094
|
-
"VTimePicker/model-value": {
|
|
14095
|
-
"type": "any\n",
|
|
14096
|
-
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
14097
|
-
},
|
|
14098
|
-
"VTimePicker/density": {
|
|
14099
|
-
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
14100
|
-
"description": "Adjusts the vertical height used by the component."
|
|
14094
|
+
"VTimePicker/disabled": {
|
|
14095
|
+
"type": "boolean\n",
|
|
14096
|
+
"description": "Removes the ability to click or target the component."
|
|
14101
14097
|
},
|
|
14102
14098
|
"VTimePicker/height": {
|
|
14103
14099
|
"type": "string | number\n",
|
|
14104
14100
|
"description": "Sets the height for the component."
|
|
14105
14101
|
},
|
|
14106
|
-
"VTimePicker/max
|
|
14107
|
-
"type": "string
|
|
14108
|
-
"description": "
|
|
14109
|
-
},
|
|
14110
|
-
"VTimePicker/max-width": {
|
|
14111
|
-
"type": "string | number\n",
|
|
14112
|
-
"description": "Sets the maximum width for the component."
|
|
14113
|
-
},
|
|
14114
|
-
"VTimePicker/min-height": {
|
|
14115
|
-
"type": "string | number\n",
|
|
14116
|
-
"description": "Sets the minimum height for the component."
|
|
14102
|
+
"VTimePicker/max": {
|
|
14103
|
+
"type": "string\n",
|
|
14104
|
+
"description": "Maximum allowed time."
|
|
14117
14105
|
},
|
|
14118
|
-
"VTimePicker/min
|
|
14119
|
-
"type": "string
|
|
14120
|
-
"description": "
|
|
14106
|
+
"VTimePicker/min": {
|
|
14107
|
+
"type": "string\n",
|
|
14108
|
+
"description": "Minimum allowed time."
|
|
14121
14109
|
},
|
|
14122
14110
|
"VTimePicker/width": {
|
|
14123
14111
|
"type": "string | number\n",
|
|
14124
14112
|
"description": "Width of the picker."
|
|
14125
14113
|
},
|
|
14126
|
-
"VTimePicker/
|
|
14127
|
-
"type": "string
|
|
14128
|
-
"description": "
|
|
14114
|
+
"VTimePicker/theme": {
|
|
14115
|
+
"type": "string\n",
|
|
14116
|
+
"description": "Specify a theme for this component and all of its children."
|
|
14117
|
+
},
|
|
14118
|
+
"VTimePicker/model-value": {
|
|
14119
|
+
"type": "any\n",
|
|
14120
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
14129
14121
|
},
|
|
14130
14122
|
"VTimePicker/location": {
|
|
14131
14123
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
|
14132
14124
|
"description": "Specifies the component's location. Can combine by using a space separated string."
|
|
14133
14125
|
},
|
|
14134
|
-
"VTimePicker/
|
|
14135
|
-
"type": "
|
|
14136
|
-
"description": "
|
|
14126
|
+
"VTimePicker/color": {
|
|
14127
|
+
"type": "string\n",
|
|
14128
|
+
"description": "Applies specified color to the control - supports utility colors (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)."
|
|
14129
|
+
},
|
|
14130
|
+
"VTimePicker/density": {
|
|
14131
|
+
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
14132
|
+
"description": "Adjusts the vertical height used by the component."
|
|
14133
|
+
},
|
|
14134
|
+
"VTimePicker/border": {
|
|
14135
|
+
"type": "string | number | boolean\n",
|
|
14136
|
+
"description": "Applies utility border classes to the component. To use it, you need to omit the `border-` prefix, (for example use `border-sm` as `border=\"sm\"`). Find a list of the built-in border classes on the [borders page](/styles/borders)."
|
|
14137
|
+
},
|
|
14138
|
+
"VTimePicker/elevation": {
|
|
14139
|
+
"type": "string | number\n",
|
|
14140
|
+
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
14137
14141
|
},
|
|
14138
14142
|
"VTimePicker/rounded": {
|
|
14139
14143
|
"type": "string | number | boolean\n",
|
|
@@ -14143,42 +14147,42 @@
|
|
|
14143
14147
|
"type": "boolean\n",
|
|
14144
14148
|
"description": "Removes any applied **border-radius** from the component."
|
|
14145
14149
|
},
|
|
14146
|
-
"VTimePicker/tag": {
|
|
14147
|
-
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
14148
|
-
"description": "Specify a custom tag used on the root element."
|
|
14149
|
-
},
|
|
14150
|
-
"VTimePicker/theme": {
|
|
14151
|
-
"type": "string\n",
|
|
14152
|
-
"description": "Specify a theme for this component and all of its children."
|
|
14153
|
-
},
|
|
14154
|
-
"VTimePicker/color": {
|
|
14155
|
-
"type": "string\n",
|
|
14156
|
-
"description": "Applies specified color to the control - supports utility colors (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)."
|
|
14157
|
-
},
|
|
14158
14150
|
"VTimePicker/variant": {
|
|
14159
14151
|
"type": "'input' | 'dial'\n",
|
|
14160
14152
|
"description": "Applies a distinct style to the component."
|
|
14161
14153
|
},
|
|
14162
|
-
"VTimePicker/
|
|
14163
|
-
"type": "
|
|
14164
|
-
"description": "
|
|
14154
|
+
"VTimePicker/max-height": {
|
|
14155
|
+
"type": "string | number\n",
|
|
14156
|
+
"description": "Sets the maximum height for the component."
|
|
14165
14157
|
},
|
|
14166
|
-
"VTimePicker/max": {
|
|
14167
|
-
"type": "string\n",
|
|
14168
|
-
"description": "
|
|
14158
|
+
"VTimePicker/max-width": {
|
|
14159
|
+
"type": "string | number\n",
|
|
14160
|
+
"description": "Sets the maximum width for the component."
|
|
14169
14161
|
},
|
|
14170
|
-
"VTimePicker/min": {
|
|
14171
|
-
"type": "string\n",
|
|
14172
|
-
"description": "
|
|
14162
|
+
"VTimePicker/min-height": {
|
|
14163
|
+
"type": "string | number\n",
|
|
14164
|
+
"description": "Sets the minimum height for the component."
|
|
14173
14165
|
},
|
|
14174
|
-
"VTimePicker/
|
|
14175
|
-
"type": "
|
|
14176
|
-
"description": "
|
|
14166
|
+
"VTimePicker/min-width": {
|
|
14167
|
+
"type": "string | number\n",
|
|
14168
|
+
"description": "Sets the minimum width for the component."
|
|
14177
14169
|
},
|
|
14178
14170
|
"VTimePicker/bg-color": {
|
|
14179
14171
|
"type": "string\n",
|
|
14180
14172
|
"description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (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)."
|
|
14181
14173
|
},
|
|
14174
|
+
"VTimePicker/position": {
|
|
14175
|
+
"type": "'fixed' | 'relative' | 'absolute' | 'sticky' | 'static'\n",
|
|
14176
|
+
"description": "Sets the position for the component."
|
|
14177
|
+
},
|
|
14178
|
+
"VTimePicker/scrollable": {
|
|
14179
|
+
"type": "boolean\n",
|
|
14180
|
+
"description": "Allows changing hour/minute with mouse scroll."
|
|
14181
|
+
},
|
|
14182
|
+
"VTimePicker/readonly": {
|
|
14183
|
+
"type": "boolean\n",
|
|
14184
|
+
"description": "Puts picker in readonly state."
|
|
14185
|
+
},
|
|
14182
14186
|
"VTimePicker/divided": {
|
|
14183
14187
|
"type": "boolean\n",
|
|
14184
14188
|
"description": "Adds a divider between the header and controls."
|
|
@@ -14203,10 +14207,6 @@
|
|
|
14203
14207
|
"type": "'am' | 'pm'\n",
|
|
14204
14208
|
"description": "Sets period for 12hr format."
|
|
14205
14209
|
},
|
|
14206
|
-
"VTimePicker/scrollable": {
|
|
14207
|
-
"type": "boolean\n",
|
|
14208
|
-
"description": "Allows changing hour/minute with mouse scroll."
|
|
14209
|
-
},
|
|
14210
14210
|
"VTimePicker/use-seconds": {
|
|
14211
14211
|
"type": "boolean\n",
|
|
14212
14212
|
"description": "Toggles the use of seconds in picker."
|
|
@@ -14223,6 +14223,14 @@
|
|
|
14223
14223
|
"type": "number[] | ((val: number) => boolean)\n",
|
|
14224
14224
|
"description": "Restricts which seconds can be selected."
|
|
14225
14225
|
},
|
|
14226
|
+
"VTimePickerClock/model-value": {
|
|
14227
|
+
"type": "number\n",
|
|
14228
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
14229
|
+
},
|
|
14230
|
+
"VTimePickerClock/color": {
|
|
14231
|
+
"type": "string\n",
|
|
14232
|
+
"description": "Applies specified color to the control - supports utility colors (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)."
|
|
14233
|
+
},
|
|
14226
14234
|
"VTimePickerClock/disabled": {
|
|
14227
14235
|
"type": "boolean\n",
|
|
14228
14236
|
"description": "Removes the ability to click or target the component."
|
|
@@ -14239,25 +14247,13 @@
|
|
|
14239
14247
|
"type": "number\n",
|
|
14240
14248
|
"description": "Defines the increments between selectable times, such as a step of 1 for every minute or a larger step for every 5 or 15 minutes."
|
|
14241
14249
|
},
|
|
14242
|
-
"VTimePickerClock/model-value": {
|
|
14243
|
-
"type": "number\n",
|
|
14244
|
-
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
14245
|
-
},
|
|
14246
|
-
"VTimePickerClock/color": {
|
|
14247
|
-
"type": "string\n",
|
|
14248
|
-
"description": "Applies specified color to the control - supports utility colors (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)."
|
|
14249
|
-
},
|
|
14250
|
-
"VTimePickerClock/scrollable": {
|
|
14251
|
-
"type": "boolean\n",
|
|
14252
|
-
"description": "Allows the time selection to be scrollable, enhancing user experience for devices with scroll inputs."
|
|
14253
|
-
},
|
|
14254
14250
|
"VTimePickerClock/readonly": {
|
|
14255
14251
|
"type": "boolean\n",
|
|
14256
14252
|
"description": "When true, the picker is in a read-only state, and users cannot modify the selected time."
|
|
14257
14253
|
},
|
|
14258
|
-
"VTimePickerClock/
|
|
14259
|
-
"type": "
|
|
14260
|
-
"description": "
|
|
14254
|
+
"VTimePickerClock/rotate": {
|
|
14255
|
+
"type": "number\n",
|
|
14256
|
+
"description": "Controls rotation, specifying the degree of rotation for the clock hands."
|
|
14261
14257
|
},
|
|
14262
14258
|
"VTimePickerClock/ampm": {
|
|
14263
14259
|
"type": "boolean\n",
|
|
@@ -14267,13 +14263,17 @@
|
|
|
14267
14263
|
"type": "any\n",
|
|
14268
14264
|
"description": "Used to display a custom value on the clock."
|
|
14269
14265
|
},
|
|
14266
|
+
"VTimePickerClock/double": {
|
|
14267
|
+
"type": "boolean\n",
|
|
14268
|
+
"description": "If set, this probably indicates a double rotation or a mode where more than one set of values (like hours and minutes) is displayed on the clock at the same time."
|
|
14269
|
+
},
|
|
14270
14270
|
"VTimePickerClock/format": {
|
|
14271
14271
|
"type": "Function\n",
|
|
14272
14272
|
"description": "Specifies the format of the displayed time, either 12-hour or 24-hour, depending on the component's setup."
|
|
14273
14273
|
},
|
|
14274
|
-
"VTimePickerClock/
|
|
14275
|
-
"type": "
|
|
14276
|
-
"description": "
|
|
14274
|
+
"VTimePickerClock/scrollable": {
|
|
14275
|
+
"type": "boolean\n",
|
|
14276
|
+
"description": "Allows the time selection to be scrollable, enhancing user experience for devices with scroll inputs."
|
|
14277
14277
|
},
|
|
14278
14278
|
"VTimePickerClock/allowed-values": {
|
|
14279
14279
|
"type": "(value: number) => boolean\n",
|
|
@@ -14303,6 +14303,10 @@
|
|
|
14303
14303
|
"type": "boolean\n",
|
|
14304
14304
|
"description": "Enables AM/PM mode."
|
|
14305
14305
|
},
|
|
14306
|
+
"VTimePickerControls/use-seconds": {
|
|
14307
|
+
"type": "boolean\n",
|
|
14308
|
+
"description": "Enables the display and selection of seconds in the timepicker."
|
|
14309
|
+
},
|
|
14306
14310
|
"VTimePickerControls/hour": {
|
|
14307
14311
|
"type": "string | number\n",
|
|
14308
14312
|
"description": "The current hour value."
|
|
@@ -14319,10 +14323,6 @@
|
|
|
14319
14323
|
"type": "'am' | 'pm'\n",
|
|
14320
14324
|
"description": "The current period value. either `am` or `pm`."
|
|
14321
14325
|
},
|
|
14322
|
-
"VTimePickerControls/use-seconds": {
|
|
14323
|
-
"type": "boolean\n",
|
|
14324
|
-
"description": "Enables the display and selection of seconds in the timepicker."
|
|
14325
|
-
},
|
|
14326
14326
|
"VTimeline/tag": {
|
|
14327
14327
|
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
14328
14328
|
"description": "Specify a custom tag used on the root element."
|
|
@@ -14335,14 +14335,14 @@
|
|
|
14335
14335
|
"type": "string | number\n",
|
|
14336
14336
|
"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**."
|
|
14337
14337
|
},
|
|
14338
|
-
"VTimeline/density": {
|
|
14339
|
-
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
14340
|
-
"description": "Adjusts the vertical height used by the component."
|
|
14341
|
-
},
|
|
14342
14338
|
"VTimeline/theme": {
|
|
14343
14339
|
"type": "string\n",
|
|
14344
14340
|
"description": "Specify a theme for this component and all of its children."
|
|
14345
14341
|
},
|
|
14342
|
+
"VTimeline/density": {
|
|
14343
|
+
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
14344
|
+
"description": "Adjusts the vertical height used by the component."
|
|
14345
|
+
},
|
|
14346
14346
|
"VTimeline/direction": {
|
|
14347
14347
|
"type": "'horizontal' | 'vertical'\n",
|
|
14348
14348
|
"description": "Display timeline in a **vertical** or **horizontal** direction."
|
|
@@ -14483,6 +14483,10 @@
|
|
|
14483
14483
|
"type": "string | number\n",
|
|
14484
14484
|
"description": "Designates a specific height for the toolbar. Overrides the heights imposed by other props, e.g. **prominent**, **dense**, **extended**, etc."
|
|
14485
14485
|
},
|
|
14486
|
+
"VToolbar/theme": {
|
|
14487
|
+
"type": "string\n",
|
|
14488
|
+
"description": "Specify a theme for this component and all of its children."
|
|
14489
|
+
},
|
|
14486
14490
|
"VToolbar/image": {
|
|
14487
14491
|
"type": "string\n",
|
|
14488
14492
|
"description": "Specifies a [v-img](/components/images) as the component's background."
|
|
@@ -14535,10 +14539,6 @@
|
|
|
14535
14539
|
"type": "boolean\n",
|
|
14536
14540
|
"description": "Removes any applied **border-radius** from the component."
|
|
14537
14541
|
},
|
|
14538
|
-
"VToolbar/theme": {
|
|
14539
|
-
"type": "string\n",
|
|
14540
|
-
"description": "Specify a theme for this component and all of its children."
|
|
14541
|
-
},
|
|
14542
14542
|
"VToolbarItems/color": {
|
|
14543
14543
|
"type": "string\n",
|
|
14544
14544
|
"description": "Applies specified color to the control - supports utility colors (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)."
|
|
@@ -14735,6 +14735,14 @@
|
|
|
14735
14735
|
"type": "string | number\n",
|
|
14736
14736
|
"description": "Sets the width for the component."
|
|
14737
14737
|
},
|
|
14738
|
+
"VTreeview/theme": {
|
|
14739
|
+
"type": "string\n",
|
|
14740
|
+
"description": "Specify a theme for this component and all of its children."
|
|
14741
|
+
},
|
|
14742
|
+
"VTreeview/items": {
|
|
14743
|
+
"type": "unknown[]\n",
|
|
14744
|
+
"description": "An array of items used to build the treeview."
|
|
14745
|
+
},
|
|
14738
14746
|
"VTreeview/model-value": {
|
|
14739
14747
|
"type": "unknown[]\n",
|
|
14740
14748
|
"description": "Allows one to control which nodes are selected. The array contains the values of currently selected items. It is equivalent to the `v-model:selected`"
|
|
@@ -14763,10 +14771,6 @@
|
|
|
14763
14771
|
"type": "boolean\n",
|
|
14764
14772
|
"description": "Removes any applied **border-radius** from the component."
|
|
14765
14773
|
},
|
|
14766
|
-
"VTreeview/theme": {
|
|
14767
|
-
"type": "string\n",
|
|
14768
|
-
"description": "Specify a theme for this component and all of its children."
|
|
14769
|
-
},
|
|
14770
14774
|
"VTreeview/variant": {
|
|
14771
14775
|
"type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
|
|
14772
14776
|
"description": "Applies a distinct style to the component."
|
|
@@ -14815,10 +14819,6 @@
|
|
|
14815
14819
|
"type": "string\n",
|
|
14816
14820
|
"description": "Deprecated, use `color` instead."
|
|
14817
14821
|
},
|
|
14818
|
-
"VTreeview/items": {
|
|
14819
|
-
"type": "unknown[]\n",
|
|
14820
|
-
"description": "An array of items used to build the treeview."
|
|
14821
|
-
},
|
|
14822
14822
|
"VTreeview/item-props": {
|
|
14823
14823
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L61-L65\" target=\"_blank\">SelectItemKey</a>\n",
|
|
14824
14824
|
"description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component."
|
|
@@ -14847,6 +14847,10 @@
|
|
|
14847
14847
|
"type": "((a: any, b: any, recursionCache: { delete: (key: WeakKey) => boolean; get: (key: WeakKey) => any; has: (key: WeakKey) => boolean; set: (key: WeakKey, value: any) => WeakMap<WeakKey, any>; __@toStringTag@3612: string }) => boolean)",
|
|
14848
14848
|
"description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
|
|
14849
14849
|
},
|
|
14850
|
+
"VTreeview/hide-actions": {
|
|
14851
|
+
"type": "boolean\n",
|
|
14852
|
+
"description": "Hide the expand icon and loading indicator next to each item title."
|
|
14853
|
+
},
|
|
14850
14854
|
"VTreeview/filter-mode": {
|
|
14851
14855
|
"type": "'every' | 'some' | 'union' | 'intersection'\n",
|
|
14852
14856
|
"description": "Controls how the results of `customFilter` and `customKeyFilter` are combined. All modes only apply `customFilter` to columns not specified in `customKeyFilter`.\n\n- **some**: There is at least one match from either the custom filter or the custom key filter.\n- **every**: All columns match either the custom filter or the custom key filter.\n- **union**: There is at least one match from the custom filter, or all columns match the custom key filters.\n- **intersection**: There is at least one match from the custom filter, and all columns match the custom key filters."
|
|
@@ -14939,10 +14943,6 @@
|
|
|
14939
14943
|
"type": "string\n",
|
|
14940
14944
|
"description": "Text shown when no items are provided to the component."
|
|
14941
14945
|
},
|
|
14942
|
-
"VTreeview/hide-actions": {
|
|
14943
|
-
"type": "boolean\n",
|
|
14944
|
-
"description": "Hide the expand icon and loading indicator next to each item title."
|
|
14945
|
-
},
|
|
14946
14946
|
"VTreeview/fluid": {
|
|
14947
14947
|
"type": "boolean\n",
|
|
14948
14948
|
"description": "Removes indentation from nested items."
|
|
@@ -15263,6 +15263,10 @@
|
|
|
15263
15263
|
"type": "string | number\n",
|
|
15264
15264
|
"description": "Sets the width for the component."
|
|
15265
15265
|
},
|
|
15266
|
+
"VVideo/theme": {
|
|
15267
|
+
"type": "string\n",
|
|
15268
|
+
"description": "Specify a theme for this component and all of its children."
|
|
15269
|
+
},
|
|
15266
15270
|
"VVideo/image": {
|
|
15267
15271
|
"type": "string\n",
|
|
15268
15272
|
"description": "Apply a specific image as cover before the video is loaded."
|
|
@@ -15287,10 +15291,6 @@
|
|
|
15287
15291
|
"type": "string | number | boolean | (string | number | false | true)[]\n",
|
|
15288
15292
|
"description": "Applies a border radius to the video container and the controls. Accepts array of two values to customize elements separately."
|
|
15289
15293
|
},
|
|
15290
|
-
"VVideo/theme": {
|
|
15291
|
-
"type": "string\n",
|
|
15292
|
-
"description": "Specify a theme for this component and all of its children."
|
|
15293
|
-
},
|
|
15294
15294
|
"VVideo/variant": {
|
|
15295
15295
|
"type": "'background' | 'player'\n",
|
|
15296
15296
|
"description": "Applies a distinct style to the component."
|
|
@@ -15423,14 +15423,14 @@
|
|
|
15423
15423
|
"type": "number\n",
|
|
15424
15424
|
"description": "Controls main slider value (0 ~ 100)"
|
|
15425
15425
|
},
|
|
15426
|
-
"VVideoControls/background-color": {
|
|
15427
|
-
"type": "string\n",
|
|
15428
|
-
"description": "Container background color."
|
|
15429
|
-
},
|
|
15430
15426
|
"VVideoControls/track-color": {
|
|
15431
15427
|
"type": "string\n",
|
|
15432
15428
|
"description": "Passed to the main slider `color` prop."
|
|
15433
15429
|
},
|
|
15430
|
+
"VVideoControls/background-color": {
|
|
15431
|
+
"type": "string\n",
|
|
15432
|
+
"description": "Container background color."
|
|
15433
|
+
},
|
|
15434
15434
|
"VVideoControls/hide-play": {
|
|
15435
15435
|
"type": "boolean\n",
|
|
15436
15436
|
"description": "Hides default play button."
|
|
@@ -15472,7 +15472,7 @@
|
|
|
15472
15472
|
"description": "Volume value passed to the underlying control and slots."
|
|
15473
15473
|
},
|
|
15474
15474
|
"VVideoControls/volume-props": {
|
|
15475
|
-
"type": "{\n menuProps: {\n modelValue: boolean\n style: StyleValue\n location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n disabled: boolean\n eager: boolean\n submenu: boolean\n closeOnBack: boolean\n contained: boolean\n noClickAnimation: boolean\n persistent: boolean\n scrim: string | boolean\n zIndex: string | number\n activatorProps: Record<string, any>\n openOnClick: boolean\n openOnHover: boolean\n openOnFocus: boolean\n closeOnContentClick: boolean\n closeDelay: string | number\n openDelay: string | number\n locationStrategy: 'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L38-L42\" target=\"_blank\">LocationStrategyFunction</a>\n origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n stickToTarget: boolean\n viewportMargin: string | number\n scrollStrategy:\n | 'close'\n | 'block'\n | 'none'\n | 'reposition'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L18-L18\" target=\"_blank\">ScrollStrategyFunction</a>\n retainFocus: boolean\n captureFocus: boolean\n disableInitialFocus: boolean\n transition:\n | string\n | boolean\n | (TransitionProps & { component: Component })\n | {\n component: ComponentPublicInstanceConstructor<\n CreateComponentPublicInstanceWithMixins<\n {} & {\n target?: HTMLElement | [x: number, y: number] | undefined\n } & {\n $children?:\n | VNodeChild\n | { $stable?: boolean | undefined }\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => JSX.Element,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n PublicProps,\n {},\n true,\n {},\n SlotsType<Partial<MakeSlots<{ default: never }>>>,\n GlobalComponents,\n GlobalDirectives,\n string,\n {},\n any,\n ComponentProvideOptions,\n OptionTypesType<{}, {}, {}, {}, {}, {}>,\n {} & {\n target?: HTMLElement | [x: number, y: number] | undefined\n } & {\n $children?:\n | VNodeChild\n | { $stable?: boolean | undefined }\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => JSX.Element,\n {},\n {},\n {},\n {}\n >,\n any,\n any,\n any,\n ComputedOptions,\n MethodOptions\n > &\n ComponentOptionsBase<\n {} & {\n target?: HTMLElement | [x: number, y: number] | undefined\n } & {\n $children?:\n | VNodeChild\n | { $stable?: boolean | undefined }\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => JSX.Element,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n string,\n {},\n {},\n string,\n SlotsType<Partial<MakeSlots<{ default: never }>>>,\n GlobalComponents,\n GlobalDirectives,\n string,\n ComponentProvideOptions\n > &\n VNodeProps &\n AllowedComponentProps &\n ComponentCustomProps & {\n filterProps: (props: T) => Partial<Pick<T, U>>\n }\n }\n } & {\n class: any\n height: string | number\n maxHeight: string | number\n maxWidth: string | number\n minHeight: string | number\n minWidth: string | number\n width: string | number\n theme: string\n 'onUpdate:modelValue': (args: [boolean]) => any\n $children:\n | VNodeChild\n | { $stable: boolean }\n | ((arg: { isActive: Ref<boolean, boolean> }) => VNodeChild)\n | {\n default: (arg: { isActive: Ref<boolean, boolean> }) => VNodeChild\n activator: (arg: {\n isActive: boolean\n props: Record<string, any>\n targetRef: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L751-L755\" target=\"_blank\">TemplateRef</a>\n }) => VNodeChild\n }\n 'v-slots': {\n default:\n | false\n | ((arg: { isActive: Ref<boolean, boolean> }) => VNodeChild)\n activator:\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n targetRef: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L751-L755\" target=\"_blank\">TemplateRef</a>\n }) => VNodeChild)\n }\n 'v-slot:default':\n | false\n | ((arg: { isActive: Ref<boolean, boolean> }) => VNodeChild)\n key: PropertyKey\n ref: VNodeRef\n ref_for: boolean\n ref_key: string\n onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]\n onVnodeMounted: VNodeMountHook | VNodeMountHook[]\n onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]\n onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]\n id: string\n activator: Element | (string & {}) | 'parent' | ComponentPublicInstance\n contentClass: any\n contentProps: any\n opacity: string | number\n target:\n | Element\n | (string & {})\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n offset: string | number | number[]\n attach: string | boolean | Element\n 'v-slot:activator':\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n targetRef: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L751-L755\" target=\"_blank\">TemplateRef</a>\n }) => VNodeChild)\n }\n direction: 'horizontal' | 'vertical'\n inline: boolean\n sliderProps: {\n maxWidth: string | number\n width: string | number\n color: string\n disabled: boolean\n
|
|
15475
|
+
"type": "{\n menuProps: {\n modelValue: boolean\n style: StyleValue\n location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n disabled: boolean\n eager: boolean\n submenu: boolean\n closeOnBack: boolean\n contained: boolean\n noClickAnimation: boolean\n persistent: boolean\n scrim: string | boolean\n zIndex: string | number\n activatorProps: Record<string, any>\n openOnClick: boolean\n openOnHover: boolean\n openOnFocus: boolean\n closeOnContentClick: boolean\n closeDelay: string | number\n openDelay: string | number\n locationStrategy: 'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L38-L42\" target=\"_blank\">LocationStrategyFunction</a>\n origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n stickToTarget: boolean\n viewportMargin: string | number\n scrollStrategy:\n | 'close'\n | 'block'\n | 'none'\n | 'reposition'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L18-L18\" target=\"_blank\">ScrollStrategyFunction</a>\n retainFocus: boolean\n captureFocus: boolean\n disableInitialFocus: boolean\n transition:\n | string\n | boolean\n | (TransitionProps & { component: Component })\n | {\n component: ComponentPublicInstanceConstructor<\n CreateComponentPublicInstanceWithMixins<\n {} & {\n target?: HTMLElement | [x: number, y: number] | undefined\n } & {\n $children?:\n | VNodeChild\n | { $stable?: boolean | undefined }\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => JSX.Element,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n PublicProps,\n {},\n true,\n {},\n SlotsType<Partial<MakeSlots<{ default: never }>>>,\n GlobalComponents,\n GlobalDirectives,\n string,\n {},\n any,\n ComponentProvideOptions,\n OptionTypesType<{}, {}, {}, {}, {}, {}>,\n {} & {\n target?: HTMLElement | [x: number, y: number] | undefined\n } & {\n $children?:\n | VNodeChild\n | { $stable?: boolean | undefined }\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => JSX.Element,\n {},\n {},\n {},\n {}\n >,\n any,\n any,\n any,\n ComputedOptions,\n MethodOptions\n > &\n ComponentOptionsBase<\n {} & {\n target?: HTMLElement | [x: number, y: number] | undefined\n } & {\n $children?:\n | VNodeChild\n | { $stable?: boolean | undefined }\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => JSX.Element,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n string,\n {},\n {},\n string,\n SlotsType<Partial<MakeSlots<{ default: never }>>>,\n GlobalComponents,\n GlobalDirectives,\n string,\n ComponentProvideOptions\n > &\n VNodeProps &\n AllowedComponentProps &\n ComponentCustomProps & {\n filterProps: (props: T) => Partial<Pick<T, U>>\n }\n }\n } & {\n class: any\n height: string | number\n maxHeight: string | number\n maxWidth: string | number\n minHeight: string | number\n minWidth: string | number\n width: string | number\n theme: string\n 'onUpdate:modelValue': (args: [boolean]) => any\n $children:\n | VNodeChild\n | { $stable: boolean }\n | ((arg: { isActive: Ref<boolean, boolean> }) => VNodeChild)\n | {\n default: (arg: { isActive: Ref<boolean, boolean> }) => VNodeChild\n activator: (arg: {\n isActive: boolean\n props: Record<string, any>\n targetRef: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L751-L755\" target=\"_blank\">TemplateRef</a>\n }) => VNodeChild\n }\n 'v-slots': {\n default:\n | false\n | ((arg: { isActive: Ref<boolean, boolean> }) => VNodeChild)\n activator:\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n targetRef: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L751-L755\" target=\"_blank\">TemplateRef</a>\n }) => VNodeChild)\n }\n 'v-slot:default':\n | false\n | ((arg: { isActive: Ref<boolean, boolean> }) => VNodeChild)\n key: PropertyKey\n ref: VNodeRef\n ref_for: boolean\n ref_key: string\n onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]\n onVnodeMounted: VNodeMountHook | VNodeMountHook[]\n onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]\n onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]\n id: string\n activator: Element | (string & {}) | 'parent' | ComponentPublicInstance\n contentClass: any\n contentProps: any\n opacity: string | number\n target:\n | Element\n | (string & {})\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n offset: string | number | number[]\n attach: string | boolean | Element\n 'v-slot:activator':\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n targetRef: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L751-L755\" target=\"_blank\">TemplateRef</a>\n }) => VNodeChild)\n }\n direction: 'horizontal' | 'vertical'\n inline: boolean\n sliderProps: {\n maxWidth: string | number\n width: string | number\n color: string\n disabled: boolean\n thumbSize: string | number\n trackColor: string\n }\n}\n",
|
|
15476
15476
|
"description": "Props passed down to the VVideoVolume component."
|
|
15477
15477
|
},
|
|
15478
15478
|
"VVideoVolume/label": {
|
|
@@ -15551,14 +15551,14 @@
|
|
|
15551
15551
|
"type": "boolean\n",
|
|
15552
15552
|
"description": "Removes the ability to click or target the component."
|
|
15553
15553
|
},
|
|
15554
|
-
"VWindow/model-value": {
|
|
15555
|
-
"type": "unknown\n",
|
|
15556
|
-
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
15557
|
-
},
|
|
15558
15554
|
"VWindow/theme": {
|
|
15559
15555
|
"type": "string\n",
|
|
15560
15556
|
"description": "Specify a theme for this component and all of its children."
|
|
15561
15557
|
},
|
|
15558
|
+
"VWindow/model-value": {
|
|
15559
|
+
"type": "unknown\n",
|
|
15560
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
15561
|
+
},
|
|
15562
15562
|
"VWindow/selected-class": {
|
|
15563
15563
|
"type": "string\n",
|
|
15564
15564
|
"description": "Configure the active CSS class applied when an item is selected."
|