@vuetify/nightly 3.0.0-beta.10 → 3.0.0-beta.13

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.
Files changed (224) hide show
  1. package/CHANGELOG.md +13 -2
  2. package/dist/json/attributes.json +37 -29
  3. package/dist/json/importMap.json +46 -46
  4. package/dist/json/tags.json +10 -8
  5. package/dist/json/web-types.json +101 -87
  6. package/dist/vuetify.css +545 -441
  7. package/dist/vuetify.d.ts +12095 -10059
  8. package/dist/vuetify.esm.js +401 -266
  9. package/dist/vuetify.esm.js.map +1 -1
  10. package/dist/vuetify.js +371 -236
  11. package/dist/vuetify.js.map +1 -1
  12. package/dist/vuetify.min.css +3 -3
  13. package/dist/vuetify.min.js +496 -490
  14. package/dist/vuetify.min.js.map +1 -1
  15. package/lib/blueprints/index.d.ts +171 -0
  16. package/lib/blueprints/md1.d.ts +167 -0
  17. package/lib/blueprints/md2.d.ts +167 -0
  18. package/lib/blueprints/md3.d.ts +167 -0
  19. package/lib/components/VAlert/index.d.ts +185 -0
  20. package/lib/components/VApp/index.d.ts +83 -0
  21. package/lib/components/VAppBar/VAppBar.css +3 -0
  22. package/lib/components/VAppBar/VAppBar.sass +3 -0
  23. package/lib/components/VAppBar/index.d.ts +156 -0
  24. package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -1
  25. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  26. package/lib/components/VAutocomplete/index.d.ts +1569 -0
  27. package/lib/components/VAvatar/VAvatar.css +44 -2
  28. package/lib/components/VAvatar/VAvatar.mjs +16 -12
  29. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  30. package/lib/components/VAvatar/VAvatar.sass +5 -1
  31. package/lib/components/VAvatar/_variables.scss +9 -4
  32. package/lib/components/VAvatar/index.d.ts +80 -0
  33. package/lib/components/VBadge/index.d.ts +123 -0
  34. package/lib/components/VBanner/index.d.ts +122 -0
  35. package/lib/components/VBottomNavigation/index.d.ts +143 -0
  36. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +2 -2
  37. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
  38. package/lib/components/VBreadcrumbs/index.d.ts +301 -0
  39. package/lib/components/VBtn/VBtn.css +8 -3
  40. package/lib/components/VBtn/VBtn.mjs +16 -6
  41. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  42. package/lib/components/VBtn/index.d.ts +210 -0
  43. package/lib/components/VBtnGroup/index.d.ts +65 -0
  44. package/lib/components/VBtnToggle/VBtnToggle.mjs +1 -3
  45. package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
  46. package/lib/components/VBtnToggle/index.d.ts +175 -0
  47. package/lib/components/VCard/VCard.css +8 -3
  48. package/lib/components/VCard/index.d.ts +230 -0
  49. package/lib/components/VCarousel/VCarousel.mjs +3 -3
  50. package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
  51. package/lib/components/VCarousel/index.d.ts +80 -0
  52. package/lib/components/VCheckbox/index.d.ts +291 -0
  53. package/lib/components/VChip/index.d.ts +195 -0
  54. package/lib/components/VChipGroup/index.d.ts +89 -0
  55. package/lib/components/VCode/index.d.ts +19 -0
  56. package/lib/components/VColorPicker/index.d.ts +116 -0
  57. package/lib/components/VCombobox/VCombobox.mjs +1 -1
  58. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  59. package/lib/components/VCombobox/index.d.ts +1590 -0
  60. package/lib/components/VCounter/index.d.ts +223 -0
  61. package/lib/components/VDefaultsProvider/index.d.ts +26 -0
  62. package/lib/components/VDialog/VDialog.css +2 -0
  63. package/lib/components/VDialog/VDialog.mjs +17 -12
  64. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  65. package/lib/components/VDialog/VDialog.sass +2 -0
  66. package/lib/components/VDialog/index.d.ts +859 -0
  67. package/lib/components/VDivider/index.d.ts +22 -0
  68. package/lib/components/VExpansionPanel/VExpansionPanel.css +8 -3
  69. package/lib/components/VExpansionPanel/index.d.ts +206 -0
  70. package/lib/components/VField/VField.css +27 -24
  71. package/lib/components/VField/VField.mjs +1 -1
  72. package/lib/components/VField/VField.mjs.map +1 -1
  73. package/lib/components/VField/VField.sass +23 -21
  74. package/lib/components/VField/index.d.ts +332 -0
  75. package/lib/components/VFileInput/VFileInput.mjs +3 -3
  76. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  77. package/lib/components/VFileInput/index.d.ts +236 -0
  78. package/lib/components/VFooter/VFooter.css +7 -0
  79. package/lib/components/VFooter/VFooter.sass +1 -1
  80. package/lib/components/VFooter/_variables.scss +11 -0
  81. package/lib/components/VFooter/index.d.ts +76 -0
  82. package/lib/components/VForm/index.d.ts +72 -0
  83. package/lib/components/VGrid/index.d.ts +154 -0
  84. package/lib/components/VHover/index.d.ts +30 -0
  85. package/lib/components/VIcon/index.d.ts +124 -0
  86. package/lib/components/VImg/VImg.mjs +29 -27
  87. package/lib/components/VImg/VImg.mjs.map +1 -1
  88. package/lib/components/VImg/index.d.ts +89 -0
  89. package/lib/components/VInput/VInput.mjs +4 -4
  90. package/lib/components/VInput/VInput.mjs.map +1 -1
  91. package/lib/components/VInput/index.d.ts +325 -0
  92. package/lib/components/VItemGroup/index.d.ts +210 -0
  93. package/lib/components/VKbd/index.d.ts +19 -0
  94. package/lib/components/VLabel/VLabel.css +4 -1
  95. package/lib/components/VLabel/VLabel.mjs +4 -1
  96. package/lib/components/VLabel/VLabel.mjs.map +1 -1
  97. package/lib/components/VLabel/VLabel.sass +3 -1
  98. package/lib/components/VLabel/index.d.ts +16 -0
  99. package/lib/components/VLayout/index.d.ts +75 -0
  100. package/lib/components/VLazy/index.d.ts +85 -0
  101. package/lib/components/VList/VListItem.css +8 -3
  102. package/lib/components/VList/VListItem.mjs +4 -4
  103. package/lib/components/VList/VListItem.mjs.map +1 -1
  104. package/lib/components/VList/index.d.ts +1250 -0
  105. package/lib/components/VLocaleProvider/index.d.ts +23 -0
  106. package/lib/components/VMain/index.d.ts +26 -0
  107. package/lib/components/VMenu/VMenu.mjs +16 -3
  108. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  109. package/lib/components/VMenu/index.d.ts +817 -0
  110. package/lib/components/VMessages/index.d.ts +234 -0
  111. package/lib/components/VNavigationDrawer/index.d.ts +148 -0
  112. package/lib/components/VNoSsr/index.d.ts +7 -0
  113. package/lib/components/VOverlay/VOverlay.mjs +4 -3
  114. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  115. package/lib/components/VOverlay/index.d.ts +579 -0
  116. package/lib/components/VOverlay/useActivator.mjs +27 -1
  117. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  118. package/lib/components/VPagination/VPagination.mjs +6 -3
  119. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  120. package/lib/components/VPagination/index.d.ts +247 -0
  121. package/lib/components/VParallax/VParallax.mjs +24 -10
  122. package/lib/components/VParallax/VParallax.mjs.map +1 -1
  123. package/lib/components/VParallax/index.d.ts +18 -0
  124. package/lib/components/VProgressCircular/index.d.ts +68 -0
  125. package/lib/components/VProgressLinear/index.d.ts +101 -0
  126. package/lib/components/VRadio/index.d.ts +103 -0
  127. package/lib/components/VRadioGroup/VRadioGroup.css +2 -3
  128. package/lib/components/VRadioGroup/VRadioGroup.mjs +2 -1
  129. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  130. package/lib/components/VRadioGroup/VRadioGroup.sass +2 -2
  131. package/lib/components/VRadioGroup/_variables.scss +0 -1
  132. package/lib/components/VRadioGroup/index.d.ts +186 -0
  133. package/lib/components/VRangeSlider/VRangeSlider.mjs +12 -2
  134. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  135. package/lib/components/VRangeSlider/index.d.ts +242 -0
  136. package/lib/components/VRating/index.d.ts +356 -0
  137. package/lib/components/VResponsive/index.d.ts +23 -0
  138. package/lib/components/VSelect/VSelect.mjs +1 -1
  139. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  140. package/lib/components/VSelect/index.d.ts +1521 -0
  141. package/lib/components/VSelectionControl/VSelectionControl.mjs +2 -1
  142. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  143. package/lib/components/VSelectionControl/index.d.ts +275 -0
  144. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.css +5 -0
  145. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +3 -1
  146. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
  147. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.sass +5 -0
  148. package/lib/components/VSelectionControlGroup/index.d.ts +47 -0
  149. package/lib/components/VSheet/index.d.ts +68 -0
  150. package/lib/components/VSlideGroup/index.d.ts +151 -0
  151. package/lib/components/VSlider/VSlider.css +7 -2
  152. package/lib/components/VSlider/VSlider.mjs +14 -4
  153. package/lib/components/VSlider/VSlider.mjs.map +1 -1
  154. package/lib/components/VSlider/VSlider.sass +6 -2
  155. package/lib/components/VSlider/VSliderTrack.css +20 -20
  156. package/lib/components/VSlider/VSliderTrack.mjs +7 -3
  157. package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
  158. package/lib/components/VSlider/VSliderTrack.sass +14 -14
  159. package/lib/components/VSlider/_variables.scss +2 -2
  160. package/lib/components/VSlider/index.d.ts +239 -0
  161. package/lib/components/VSlider/slider.mjs +2 -2
  162. package/lib/components/VSlider/slider.mjs.map +1 -1
  163. package/lib/components/VSnackbar/VSnackbar.mjs +3 -2
  164. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  165. package/lib/components/VSnackbar/index.d.ts +892 -0
  166. package/lib/components/VSwitch/index.d.ts +175 -0
  167. package/lib/components/VSystemBar/index.d.ts +61 -0
  168. package/lib/components/VTable/index.d.ts +39 -0
  169. package/lib/components/VTabs/VTab.mjs +1 -0
  170. package/lib/components/VTabs/VTab.mjs.map +1 -1
  171. package/lib/components/VTabs/index.d.ts +178 -0
  172. package/lib/components/VTextField/VTextField.css +2 -3
  173. package/lib/components/VTextField/VTextField.sass +2 -4
  174. package/lib/components/VTextField/index.d.ts +582 -0
  175. package/lib/components/VTextarea/VTextarea.css +5 -3
  176. package/lib/components/VTextarea/VTextarea.mjs +2 -1
  177. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  178. package/lib/components/VTextarea/VTextarea.sass +5 -4
  179. package/lib/components/VTextarea/index.d.ts +218 -0
  180. package/lib/components/VThemeProvider/index.d.ts +24 -0
  181. package/lib/components/VTimeline/VTimeline.css +21 -6
  182. package/lib/components/VTimeline/VTimeline.mjs +6 -1
  183. package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
  184. package/lib/components/VTimeline/VTimeline.sass +16 -2
  185. package/lib/components/VTimeline/_variables.scss +4 -3
  186. package/lib/components/VTimeline/index.d.ts +154 -0
  187. package/lib/components/VToolbar/VToolbar.css +0 -1
  188. package/lib/components/VToolbar/VToolbar.sass +0 -1
  189. package/lib/components/VToolbar/index.d.ts +414 -0
  190. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  191. package/lib/components/VTooltip/index.d.ts +799 -0
  192. package/lib/components/VValidation/index.d.ts +61 -0
  193. package/lib/components/VWindow/index.d.ts +428 -0
  194. package/lib/components/index.d.ts +12037 -10009
  195. package/lib/components/transitions/index.d.ts +454 -0
  196. package/lib/composables/display.mjs +3 -3
  197. package/lib/composables/display.mjs.map +1 -1
  198. package/lib/composables/items.mjs.map +1 -1
  199. package/lib/composables/locale.mjs +10 -3
  200. package/lib/composables/locale.mjs.map +1 -1
  201. package/lib/composables/proxiedModel.mjs +28 -10
  202. package/lib/composables/proxiedModel.mjs.map +1 -1
  203. package/lib/composables/router.mjs +10 -2
  204. package/lib/composables/router.mjs.map +1 -1
  205. package/lib/composables/selectLink.mjs +4 -4
  206. package/lib/composables/selectLink.mjs.map +1 -1
  207. package/lib/composables/theme.mjs +37 -33
  208. package/lib/composables/theme.mjs.map +1 -1
  209. package/lib/composables/validation.mjs +1 -1
  210. package/lib/composables/validation.mjs.map +1 -1
  211. package/lib/entry-bundler.mjs +1 -1
  212. package/lib/framework.mjs +46 -51
  213. package/lib/framework.mjs.map +1 -1
  214. package/lib/index.d.ts +31 -22
  215. package/lib/locale/adapters/vue-i18n.d.ts +35 -0
  216. package/lib/locale/adapters/vue-intl.d.ts +42 -0
  217. package/lib/styles/main.css +73 -73
  218. package/lib/styles/settings/_colors.scss +84 -84
  219. package/lib/styles/tools/_states.sass +8 -3
  220. package/lib/util/getCurrentInstance.mjs +2 -3
  221. package/lib/util/getCurrentInstance.mjs.map +1 -1
  222. package/lib/util/helpers.mjs +6 -11
  223. package/lib/util/helpers.mjs.map +1 -1
  224. package/package.json +4 -2
@@ -0,0 +1,1250 @@
1
+ import * as vue from 'vue';
2
+ import { VNodeChild, JSXComponent, PropType, ExtractPropTypes } from 'vue';
3
+ import * as vue_router from 'vue-router';
4
+
5
+ declare type SlotsToProps<T extends Record<string, Slot>> = {
6
+ $children: () => (T['default'] | VNodeChild | {
7
+ [K in keyof T]?: T[K];
8
+ });
9
+ 'v-slots': new () => {
10
+ [K in keyof T]?: T[K] | false;
11
+ };
12
+ };
13
+ declare type Slot<T extends any[] = any[]> = (...args: T) => VNodeChild;
14
+ declare type MakeSlots<T extends Record<string, any[]>> = {
15
+ [K in keyof T]?: Slot<T[K]>;
16
+ };
17
+
18
+ declare type SelectItemKey = boolean | string | (string | number)[] | ((item: Record<string, any>, fallback?: any) => any);
19
+
20
+ declare type SelectStrategyFn = (data: {
21
+ id: string;
22
+ value: boolean;
23
+ selected: Map<string, 'on' | 'off' | 'indeterminate'>;
24
+ children: Map<string, string[]>;
25
+ parents: Map<string, string>;
26
+ event?: Event;
27
+ }) => Map<string, 'on' | 'off' | 'indeterminate'>;
28
+
29
+ declare type OpenStrategyFn = (data: {
30
+ id: string;
31
+ value: boolean;
32
+ opened: Set<string>;
33
+ children: Map<string, string[]>;
34
+ parents: Map<string, string>;
35
+ event?: Event;
36
+ }) => Set<string>;
37
+ declare type OpenSelectStrategyFn = (data: {
38
+ id: string;
39
+ value: boolean;
40
+ opened: Set<string>;
41
+ selected: Map<string, 'on' | 'off' | 'indeterminate'>;
42
+ children: Map<string, string[]>;
43
+ parents: Map<string, string>;
44
+ event?: Event;
45
+ }) => Set<string> | null;
46
+ declare type OpenStrategy = {
47
+ open: OpenStrategyFn;
48
+ select: OpenSelectStrategyFn;
49
+ };
50
+
51
+ declare type SelectStrategy = 'single-leaf' | 'leaf' | 'independent' | 'single-independent' | 'classic' | SelectStrategyFn;
52
+ declare type OpenStrategyProp = 'single' | 'multiple' | 'list' | OpenStrategy;
53
+
54
+ interface InternalItem<T = any> {
55
+ title: string;
56
+ value: any;
57
+ props: {
58
+ [key: string]: any;
59
+ title: string;
60
+ value: any;
61
+ };
62
+ children?: InternalItem[];
63
+ raw: T;
64
+ }
65
+
66
+ declare type IconValue = string | JSXComponent;
67
+ declare const IconValue: PropType<IconValue>;
68
+
69
+ declare type ListGroupActivatorSlot = {
70
+ props: {
71
+ onClick: (e: Event) => void;
72
+ class: string;
73
+ };
74
+ };
75
+ declare const VListGroup: {
76
+ new (...args: any[]): {
77
+ $: vue.ComponentInternalInstance;
78
+ $data: {};
79
+ $props: Partial<{
80
+ tag: string;
81
+ subgroup: boolean;
82
+ collapseIcon: IconValue;
83
+ expandIcon: IconValue;
84
+ fluid: boolean;
85
+ }> & Omit<Readonly<ExtractPropTypes<Omit<{
86
+ tag: {
87
+ type: StringConstructor;
88
+ default: string;
89
+ };
90
+ activeColor: StringConstructor;
91
+ color: StringConstructor;
92
+ collapseIcon: {
93
+ type: vue.PropType<IconValue>;
94
+ default: string;
95
+ };
96
+ expandIcon: {
97
+ type: vue.PropType<IconValue>;
98
+ default: string;
99
+ };
100
+ prependIcon: vue.PropType<IconValue>;
101
+ appendIcon: vue.PropType<IconValue>;
102
+ fluid: BooleanConstructor;
103
+ subgroup: BooleanConstructor;
104
+ value: null;
105
+ title: StringConstructor;
106
+ }, "items"> & SlotsToProps<MakeSlots<{
107
+ activator: [ListGroupActivatorSlot];
108
+ default: [];
109
+ }>>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "tag" | "subgroup" | "collapseIcon" | "expandIcon" | "fluid">;
110
+ $attrs: {
111
+ [x: string]: unknown;
112
+ };
113
+ $refs: {
114
+ [x: string]: unknown;
115
+ };
116
+ $slots: Readonly<{
117
+ [name: string]: vue.Slot | undefined;
118
+ }>;
119
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
120
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
121
+ $emit: (event: string, ...args: any[]) => void;
122
+ $el: any;
123
+ $options: vue.ComponentOptionsBase<Readonly<ExtractPropTypes<Omit<{
124
+ tag: {
125
+ type: StringConstructor;
126
+ default: string;
127
+ };
128
+ activeColor: StringConstructor;
129
+ color: StringConstructor;
130
+ collapseIcon: {
131
+ type: vue.PropType<IconValue>;
132
+ default: string;
133
+ };
134
+ expandIcon: {
135
+ type: vue.PropType<IconValue>;
136
+ default: string;
137
+ };
138
+ prependIcon: vue.PropType<IconValue>;
139
+ appendIcon: vue.PropType<IconValue>;
140
+ fluid: BooleanConstructor;
141
+ subgroup: BooleanConstructor;
142
+ value: null;
143
+ title: StringConstructor;
144
+ }, "items"> & SlotsToProps<MakeSlots<{
145
+ activator: [ListGroupActivatorSlot];
146
+ default: [];
147
+ }>>>>, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "items">, string, {
148
+ tag: string;
149
+ subgroup: boolean;
150
+ collapseIcon: IconValue;
151
+ expandIcon: IconValue;
152
+ fluid: boolean;
153
+ }> & {
154
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
155
+ created?: ((() => void) | (() => void)[]) | undefined;
156
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
157
+ mounted?: ((() => void) | (() => void)[]) | undefined;
158
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
159
+ updated?: ((() => void) | (() => void)[]) | undefined;
160
+ activated?: ((() => void) | (() => void)[]) | undefined;
161
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
162
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
163
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
164
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
165
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
166
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
167
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
168
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
169
+ };
170
+ $forceUpdate: () => void;
171
+ $nextTick: typeof vue.nextTick;
172
+ $watch(source: string | Function, cb: Function, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
173
+ } & Readonly<ExtractPropTypes<Omit<{
174
+ tag: {
175
+ type: StringConstructor;
176
+ default: string;
177
+ };
178
+ activeColor: StringConstructor;
179
+ color: StringConstructor;
180
+ collapseIcon: {
181
+ type: vue.PropType<IconValue>;
182
+ default: string;
183
+ };
184
+ expandIcon: {
185
+ type: vue.PropType<IconValue>;
186
+ default: string;
187
+ };
188
+ prependIcon: vue.PropType<IconValue>;
189
+ appendIcon: vue.PropType<IconValue>;
190
+ fluid: BooleanConstructor;
191
+ subgroup: BooleanConstructor;
192
+ value: null;
193
+ title: StringConstructor;
194
+ }, "items"> & SlotsToProps<MakeSlots<{
195
+ activator: [ListGroupActivatorSlot];
196
+ default: [];
197
+ }>>>> & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties;
198
+ __isFragment?: undefined;
199
+ __isTeleport?: undefined;
200
+ __isSuspense?: undefined;
201
+ } & vue.ComponentOptionsBase<Readonly<ExtractPropTypes<Omit<{
202
+ tag: {
203
+ type: StringConstructor;
204
+ default: string;
205
+ };
206
+ activeColor: StringConstructor;
207
+ color: StringConstructor;
208
+ collapseIcon: {
209
+ type: vue.PropType<IconValue>;
210
+ default: string;
211
+ };
212
+ expandIcon: {
213
+ type: vue.PropType<IconValue>;
214
+ default: string;
215
+ };
216
+ prependIcon: vue.PropType<IconValue>;
217
+ appendIcon: vue.PropType<IconValue>;
218
+ fluid: BooleanConstructor;
219
+ subgroup: BooleanConstructor;
220
+ value: null;
221
+ title: StringConstructor;
222
+ }, "items"> & SlotsToProps<MakeSlots<{
223
+ activator: [ListGroupActivatorSlot];
224
+ default: [];
225
+ }>>>>, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "items">, string, {
226
+ tag: string;
227
+ subgroup: boolean;
228
+ collapseIcon: IconValue;
229
+ expandIcon: IconValue;
230
+ fluid: boolean;
231
+ }> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T extends InternalListItem>() => {
232
+ $props: {
233
+ items?: T[] | undefined;
234
+ };
235
+ $slots: MakeSlots<{
236
+ activator: [ListGroupActivatorSlot];
237
+ default: [];
238
+ }>;
239
+ });
240
+
241
+ interface InternalListItem extends InternalItem {
242
+ type?: 'item' | 'subheader' | 'divider';
243
+ }
244
+ declare const VList: {
245
+ new (...args: any[]): {
246
+ $: vue.ComponentInternalInstance;
247
+ $data: {};
248
+ $props: Partial<{
249
+ nav: boolean;
250
+ disabled: boolean;
251
+ tag: string;
252
+ mandatory: boolean;
253
+ rounded: string | number | boolean;
254
+ density: "default" | "compact" | "comfortable" | null;
255
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
256
+ selectStrategy: SelectStrategy | ("classic" & {}) | ("single-leaf" & {}) | ("leaf" & {}) | ("independent" & {}) | ("single-independent" & {});
257
+ openStrategy: OpenStrategyProp | ("multiple" & {}) | ("single" & {}) | ("list" & {});
258
+ lines: false | "one" | "two" | "three";
259
+ itemTitle: SelectItemKey;
260
+ itemValue: SelectItemKey;
261
+ itemChildren: SelectItemKey;
262
+ itemProps: SelectItemKey;
263
+ returnObject: boolean;
264
+ itemType: string;
265
+ }> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
266
+ color: StringConstructor;
267
+ variant: Omit<{
268
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
269
+ default: string;
270
+ validator: (v: any) => boolean;
271
+ }, "type" | "default"> & {
272
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
273
+ default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
274
+ };
275
+ theme: StringConstructor;
276
+ tag: {
277
+ type: StringConstructor;
278
+ default: string;
279
+ };
280
+ rounded: {
281
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
282
+ default: undefined;
283
+ };
284
+ items: {
285
+ type: PropType<any[]>;
286
+ default: () => never[];
287
+ };
288
+ itemTitle: {
289
+ type: PropType<SelectItemKey>;
290
+ default: string;
291
+ };
292
+ itemValue: {
293
+ type: PropType<SelectItemKey>;
294
+ default: string;
295
+ };
296
+ itemChildren: {
297
+ type: PropType<SelectItemKey>;
298
+ default: string;
299
+ };
300
+ itemProps: {
301
+ type: PropType<SelectItemKey>;
302
+ default: string;
303
+ };
304
+ returnObject: BooleanConstructor;
305
+ itemType: {
306
+ type: StringConstructor;
307
+ default: string;
308
+ };
309
+ elevation: {
310
+ type: (StringConstructor | NumberConstructor)[];
311
+ validator(v: any): boolean;
312
+ };
313
+ height: (StringConstructor | NumberConstructor)[];
314
+ maxHeight: (StringConstructor | NumberConstructor)[];
315
+ maxWidth: (StringConstructor | NumberConstructor)[];
316
+ minHeight: (StringConstructor | NumberConstructor)[];
317
+ minWidth: (StringConstructor | NumberConstructor)[];
318
+ width: (StringConstructor | NumberConstructor)[];
319
+ density: {
320
+ type: PropType<"default" | "compact" | "comfortable" | null>;
321
+ default: string;
322
+ validator: (v: any) => boolean;
323
+ };
324
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
325
+ selectStrategy: {
326
+ type: PropType<SelectStrategy | ("classic" & {}) | ("single-leaf" & {}) | ("leaf" & {}) | ("independent" & {}) | ("single-independent" & {})>;
327
+ default: SelectStrategy | ("classic" & {}) | ("single-leaf" & {}) | ("leaf" & {}) | ("independent" & {}) | ("single-independent" & {});
328
+ };
329
+ openStrategy: {
330
+ type: PropType<OpenStrategyProp | ("multiple" & {}) | ("single" & {}) | ("list" & {})>;
331
+ default: OpenStrategyProp | ("multiple" & {}) | ("single" & {}) | ("list" & {});
332
+ };
333
+ opened: vue.Prop<string[], string[]>;
334
+ selected: vue.Prop<string[], string[]>;
335
+ mandatory: BooleanConstructor;
336
+ activeColor: StringConstructor;
337
+ activeClass: StringConstructor;
338
+ bgColor: StringConstructor;
339
+ disabled: BooleanConstructor;
340
+ lines: {
341
+ type: PropType<false | "one" | "two" | "three">;
342
+ default: string;
343
+ };
344
+ nav: BooleanConstructor;
345
+ }, "items"> & SlotsToProps<MakeSlots<{
346
+ subheader: [];
347
+ header: [ListGroupActivatorSlot];
348
+ item: [unknown];
349
+ }>>>> & {
350
+ "onUpdate:selected"?: ((val: string[]) => any) | undefined;
351
+ "onUpdate:opened"?: ((val: string[]) => any) | undefined;
352
+ "onClick:open"?: ((value: {
353
+ id: string;
354
+ value: boolean;
355
+ path: string[];
356
+ }) => any) | undefined;
357
+ "onClick:select"?: ((value: {
358
+ id: string;
359
+ value: boolean;
360
+ path: string[];
361
+ }) => any) | undefined;
362
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "nav" | "disabled" | "tag" | "mandatory" | "rounded" | "density" | "variant" | "selectStrategy" | "openStrategy" | "lines" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "returnObject" | "itemType">;
363
+ $attrs: {
364
+ [x: string]: unknown;
365
+ };
366
+ $refs: {
367
+ [x: string]: unknown;
368
+ };
369
+ $slots: Readonly<{
370
+ [name: string]: vue.Slot | undefined;
371
+ }>;
372
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
373
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
374
+ $emit: ((event: "click:open", value: {
375
+ id: string;
376
+ value: boolean;
377
+ path: string[];
378
+ }) => void) & ((event: "click:select", value: {
379
+ id: string;
380
+ value: boolean;
381
+ path: string[];
382
+ }) => void) & ((event: "update:selected", val: string[]) => void) & ((event: "update:opened", val: string[]) => void);
383
+ $el: any;
384
+ $options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
385
+ color: StringConstructor;
386
+ variant: Omit<{
387
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
388
+ default: string;
389
+ validator: (v: any) => boolean;
390
+ }, "type" | "default"> & {
391
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
392
+ default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
393
+ };
394
+ theme: StringConstructor;
395
+ tag: {
396
+ type: StringConstructor;
397
+ default: string;
398
+ };
399
+ rounded: {
400
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
401
+ default: undefined;
402
+ };
403
+ items: {
404
+ type: PropType<any[]>;
405
+ default: () => never[];
406
+ };
407
+ itemTitle: {
408
+ type: PropType<SelectItemKey>;
409
+ default: string;
410
+ };
411
+ itemValue: {
412
+ type: PropType<SelectItemKey>;
413
+ default: string;
414
+ };
415
+ itemChildren: {
416
+ type: PropType<SelectItemKey>;
417
+ default: string;
418
+ };
419
+ itemProps: {
420
+ type: PropType<SelectItemKey>;
421
+ default: string;
422
+ };
423
+ returnObject: BooleanConstructor;
424
+ itemType: {
425
+ type: StringConstructor;
426
+ default: string;
427
+ };
428
+ elevation: {
429
+ type: (StringConstructor | NumberConstructor)[];
430
+ validator(v: any): boolean;
431
+ };
432
+ height: (StringConstructor | NumberConstructor)[];
433
+ maxHeight: (StringConstructor | NumberConstructor)[];
434
+ maxWidth: (StringConstructor | NumberConstructor)[];
435
+ minHeight: (StringConstructor | NumberConstructor)[];
436
+ minWidth: (StringConstructor | NumberConstructor)[];
437
+ width: (StringConstructor | NumberConstructor)[];
438
+ density: {
439
+ type: PropType<"default" | "compact" | "comfortable" | null>;
440
+ default: string;
441
+ validator: (v: any) => boolean;
442
+ };
443
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
444
+ selectStrategy: {
445
+ type: PropType<SelectStrategy | ("classic" & {}) | ("single-leaf" & {}) | ("leaf" & {}) | ("independent" & {}) | ("single-independent" & {})>;
446
+ default: SelectStrategy | ("classic" & {}) | ("single-leaf" & {}) | ("leaf" & {}) | ("independent" & {}) | ("single-independent" & {});
447
+ };
448
+ openStrategy: {
449
+ type: PropType<OpenStrategyProp | ("multiple" & {}) | ("single" & {}) | ("list" & {})>;
450
+ default: OpenStrategyProp | ("multiple" & {}) | ("single" & {}) | ("list" & {});
451
+ };
452
+ opened: vue.Prop<string[], string[]>;
453
+ selected: vue.Prop<string[], string[]>;
454
+ mandatory: BooleanConstructor;
455
+ activeColor: StringConstructor;
456
+ activeClass: StringConstructor;
457
+ bgColor: StringConstructor;
458
+ disabled: BooleanConstructor;
459
+ lines: {
460
+ type: PropType<false | "one" | "two" | "three">;
461
+ default: string;
462
+ };
463
+ nav: BooleanConstructor;
464
+ }, "items"> & SlotsToProps<MakeSlots<{
465
+ subheader: [];
466
+ header: [ListGroupActivatorSlot];
467
+ item: [unknown];
468
+ }>>>> & {
469
+ "onUpdate:selected"?: ((val: string[]) => any) | undefined;
470
+ "onUpdate:opened"?: ((val: string[]) => any) | undefined;
471
+ "onClick:open"?: ((value: {
472
+ id: string;
473
+ value: boolean;
474
+ path: string[];
475
+ }) => any) | undefined;
476
+ "onClick:select"?: ((value: {
477
+ id: string;
478
+ value: boolean;
479
+ path: string[];
480
+ }) => any) | undefined;
481
+ }, {
482
+ open: (id: string, value: boolean, event?: Event | undefined) => void;
483
+ select: (id: string, value: boolean, event?: Event | undefined) => void;
484
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
485
+ 'update:selected': (val: string[]) => boolean;
486
+ 'update:opened': (val: string[]) => boolean;
487
+ 'click:open': (value: {
488
+ id: string;
489
+ value: boolean;
490
+ path: string[];
491
+ }) => boolean;
492
+ 'click:select': (value: {
493
+ id: string;
494
+ value: boolean;
495
+ path: string[];
496
+ }) => boolean;
497
+ }, "items">, string, {
498
+ nav: boolean;
499
+ disabled: boolean;
500
+ tag: string;
501
+ mandatory: boolean;
502
+ rounded: string | number | boolean;
503
+ density: "default" | "compact" | "comfortable" | null;
504
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
505
+ selectStrategy: SelectStrategy | ("classic" & {}) | ("single-leaf" & {}) | ("leaf" & {}) | ("independent" & {}) | ("single-independent" & {});
506
+ openStrategy: OpenStrategyProp | ("multiple" & {}) | ("single" & {}) | ("list" & {});
507
+ lines: false | "one" | "two" | "three";
508
+ itemTitle: SelectItemKey;
509
+ itemValue: SelectItemKey;
510
+ itemChildren: SelectItemKey;
511
+ itemProps: SelectItemKey;
512
+ returnObject: boolean;
513
+ itemType: string;
514
+ }> & {
515
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
516
+ created?: ((() => void) | (() => void)[]) | undefined;
517
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
518
+ mounted?: ((() => void) | (() => void)[]) | undefined;
519
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
520
+ updated?: ((() => void) | (() => void)[]) | undefined;
521
+ activated?: ((() => void) | (() => void)[]) | undefined;
522
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
523
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
524
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
525
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
526
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
527
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
528
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
529
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
530
+ };
531
+ $forceUpdate: () => void;
532
+ $nextTick: typeof vue.nextTick;
533
+ $watch(source: string | Function, cb: Function, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
534
+ } & Readonly<vue.ExtractPropTypes<Omit<{
535
+ color: StringConstructor;
536
+ variant: Omit<{
537
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
538
+ default: string;
539
+ validator: (v: any) => boolean;
540
+ }, "type" | "default"> & {
541
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
542
+ default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
543
+ };
544
+ theme: StringConstructor;
545
+ tag: {
546
+ type: StringConstructor;
547
+ default: string;
548
+ };
549
+ rounded: {
550
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
551
+ default: undefined;
552
+ };
553
+ items: {
554
+ type: PropType<any[]>;
555
+ default: () => never[];
556
+ };
557
+ itemTitle: {
558
+ type: PropType<SelectItemKey>;
559
+ default: string;
560
+ };
561
+ itemValue: {
562
+ type: PropType<SelectItemKey>;
563
+ default: string;
564
+ };
565
+ itemChildren: {
566
+ type: PropType<SelectItemKey>;
567
+ default: string;
568
+ };
569
+ itemProps: {
570
+ type: PropType<SelectItemKey>;
571
+ default: string;
572
+ };
573
+ returnObject: BooleanConstructor;
574
+ itemType: {
575
+ type: StringConstructor;
576
+ default: string;
577
+ };
578
+ elevation: {
579
+ type: (StringConstructor | NumberConstructor)[];
580
+ validator(v: any): boolean;
581
+ };
582
+ height: (StringConstructor | NumberConstructor)[];
583
+ maxHeight: (StringConstructor | NumberConstructor)[];
584
+ maxWidth: (StringConstructor | NumberConstructor)[];
585
+ minHeight: (StringConstructor | NumberConstructor)[];
586
+ minWidth: (StringConstructor | NumberConstructor)[];
587
+ width: (StringConstructor | NumberConstructor)[];
588
+ density: {
589
+ type: PropType<"default" | "compact" | "comfortable" | null>;
590
+ default: string;
591
+ validator: (v: any) => boolean;
592
+ };
593
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
594
+ selectStrategy: {
595
+ type: PropType<SelectStrategy | ("classic" & {}) | ("single-leaf" & {}) | ("leaf" & {}) | ("independent" & {}) | ("single-independent" & {})>;
596
+ default: SelectStrategy | ("classic" & {}) | ("single-leaf" & {}) | ("leaf" & {}) | ("independent" & {}) | ("single-independent" & {});
597
+ };
598
+ openStrategy: {
599
+ type: PropType<OpenStrategyProp | ("multiple" & {}) | ("single" & {}) | ("list" & {})>;
600
+ default: OpenStrategyProp | ("multiple" & {}) | ("single" & {}) | ("list" & {});
601
+ };
602
+ opened: vue.Prop<string[], string[]>;
603
+ selected: vue.Prop<string[], string[]>;
604
+ mandatory: BooleanConstructor;
605
+ activeColor: StringConstructor;
606
+ activeClass: StringConstructor;
607
+ bgColor: StringConstructor;
608
+ disabled: BooleanConstructor;
609
+ lines: {
610
+ type: PropType<false | "one" | "two" | "three">;
611
+ default: string;
612
+ };
613
+ nav: BooleanConstructor;
614
+ }, "items"> & SlotsToProps<MakeSlots<{
615
+ subheader: [];
616
+ header: [ListGroupActivatorSlot];
617
+ item: [unknown];
618
+ }>>>> & {
619
+ "onUpdate:selected"?: ((val: string[]) => any) | undefined;
620
+ "onUpdate:opened"?: ((val: string[]) => any) | undefined;
621
+ "onClick:open"?: ((value: {
622
+ id: string;
623
+ value: boolean;
624
+ path: string[];
625
+ }) => any) | undefined;
626
+ "onClick:select"?: ((value: {
627
+ id: string;
628
+ value: boolean;
629
+ path: string[];
630
+ }) => any) | undefined;
631
+ } & vue.ShallowUnwrapRef<{
632
+ open: (id: string, value: boolean, event?: Event | undefined) => void;
633
+ select: (id: string, value: boolean, event?: Event | undefined) => void;
634
+ }> & {} & vue.ComponentCustomProperties;
635
+ __isFragment?: undefined;
636
+ __isTeleport?: undefined;
637
+ __isSuspense?: undefined;
638
+ } & vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
639
+ color: StringConstructor;
640
+ variant: Omit<{
641
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
642
+ default: string;
643
+ validator: (v: any) => boolean;
644
+ }, "type" | "default"> & {
645
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
646
+ default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
647
+ };
648
+ theme: StringConstructor;
649
+ tag: {
650
+ type: StringConstructor;
651
+ default: string;
652
+ };
653
+ rounded: {
654
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
655
+ default: undefined;
656
+ };
657
+ items: {
658
+ type: PropType<any[]>;
659
+ default: () => never[];
660
+ };
661
+ itemTitle: {
662
+ type: PropType<SelectItemKey>;
663
+ default: string;
664
+ };
665
+ itemValue: {
666
+ type: PropType<SelectItemKey>;
667
+ default: string;
668
+ };
669
+ itemChildren: {
670
+ type: PropType<SelectItemKey>;
671
+ default: string;
672
+ };
673
+ itemProps: {
674
+ type: PropType<SelectItemKey>;
675
+ default: string;
676
+ };
677
+ returnObject: BooleanConstructor;
678
+ itemType: {
679
+ type: StringConstructor;
680
+ default: string;
681
+ };
682
+ elevation: {
683
+ type: (StringConstructor | NumberConstructor)[];
684
+ validator(v: any): boolean;
685
+ };
686
+ height: (StringConstructor | NumberConstructor)[];
687
+ maxHeight: (StringConstructor | NumberConstructor)[];
688
+ maxWidth: (StringConstructor | NumberConstructor)[];
689
+ minHeight: (StringConstructor | NumberConstructor)[];
690
+ minWidth: (StringConstructor | NumberConstructor)[];
691
+ width: (StringConstructor | NumberConstructor)[];
692
+ density: {
693
+ type: PropType<"default" | "compact" | "comfortable" | null>;
694
+ default: string;
695
+ validator: (v: any) => boolean;
696
+ };
697
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
698
+ selectStrategy: {
699
+ type: PropType<SelectStrategy | ("classic" & {}) | ("single-leaf" & {}) | ("leaf" & {}) | ("independent" & {}) | ("single-independent" & {})>;
700
+ default: SelectStrategy | ("classic" & {}) | ("single-leaf" & {}) | ("leaf" & {}) | ("independent" & {}) | ("single-independent" & {});
701
+ };
702
+ openStrategy: {
703
+ type: PropType<OpenStrategyProp | ("multiple" & {}) | ("single" & {}) | ("list" & {})>;
704
+ default: OpenStrategyProp | ("multiple" & {}) | ("single" & {}) | ("list" & {});
705
+ };
706
+ opened: vue.Prop<string[], string[]>;
707
+ selected: vue.Prop<string[], string[]>;
708
+ mandatory: BooleanConstructor;
709
+ activeColor: StringConstructor;
710
+ activeClass: StringConstructor;
711
+ bgColor: StringConstructor;
712
+ disabled: BooleanConstructor;
713
+ lines: {
714
+ type: PropType<false | "one" | "two" | "three">;
715
+ default: string;
716
+ };
717
+ nav: BooleanConstructor;
718
+ }, "items"> & SlotsToProps<MakeSlots<{
719
+ subheader: [];
720
+ header: [ListGroupActivatorSlot];
721
+ item: [unknown];
722
+ }>>>> & {
723
+ "onUpdate:selected"?: ((val: string[]) => any) | undefined;
724
+ "onUpdate:opened"?: ((val: string[]) => any) | undefined;
725
+ "onClick:open"?: ((value: {
726
+ id: string;
727
+ value: boolean;
728
+ path: string[];
729
+ }) => any) | undefined;
730
+ "onClick:select"?: ((value: {
731
+ id: string;
732
+ value: boolean;
733
+ path: string[];
734
+ }) => any) | undefined;
735
+ }, {
736
+ open: (id: string, value: boolean, event?: Event | undefined) => void;
737
+ select: (id: string, value: boolean, event?: Event | undefined) => void;
738
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
739
+ 'update:selected': (val: string[]) => boolean;
740
+ 'update:opened': (val: string[]) => boolean;
741
+ 'click:open': (value: {
742
+ id: string;
743
+ value: boolean;
744
+ path: string[];
745
+ }) => boolean;
746
+ 'click:select': (value: {
747
+ id: string;
748
+ value: boolean;
749
+ path: string[];
750
+ }) => boolean;
751
+ }, "items">, string, {
752
+ nav: boolean;
753
+ disabled: boolean;
754
+ tag: string;
755
+ mandatory: boolean;
756
+ rounded: string | number | boolean;
757
+ density: "default" | "compact" | "comfortable" | null;
758
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
759
+ selectStrategy: SelectStrategy | ("classic" & {}) | ("single-leaf" & {}) | ("leaf" & {}) | ("independent" & {}) | ("single-independent" & {});
760
+ openStrategy: OpenStrategyProp | ("multiple" & {}) | ("single" & {}) | ("list" & {});
761
+ lines: false | "one" | "two" | "three";
762
+ itemTitle: SelectItemKey;
763
+ itemValue: SelectItemKey;
764
+ itemChildren: SelectItemKey;
765
+ itemProps: SelectItemKey;
766
+ returnObject: boolean;
767
+ itemType: string;
768
+ }> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T>() => {
769
+ $props: {
770
+ items?: T[] | undefined;
771
+ };
772
+ $slots: MakeSlots<{
773
+ subheader: [];
774
+ header: [ListGroupActivatorSlot];
775
+ item: [T];
776
+ }>;
777
+ });
778
+ declare type VList = InstanceType<typeof VList>;
779
+
780
+ declare const VListImg: vue.DefineComponent<{
781
+ tag: {
782
+ type: StringConstructor;
783
+ default: string;
784
+ };
785
+ }, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
786
+ [key: string]: any;
787
+ }>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
788
+ tag: {
789
+ type: StringConstructor;
790
+ default: string;
791
+ };
792
+ }>>, {
793
+ tag: string;
794
+ }>;
795
+
796
+ declare type ListItemSlot = {
797
+ isActive: boolean;
798
+ activate: (value: boolean) => void;
799
+ isSelected: boolean;
800
+ select: (value: boolean) => void;
801
+ };
802
+ declare type ListItemTitleSlot = {
803
+ title?: string;
804
+ };
805
+ declare type ListItemSubtitleSlot = {
806
+ subtitle?: string;
807
+ };
808
+ declare const VListItem: {
809
+ new (...args: any[]): {
810
+ $: vue.ComponentInternalInstance;
811
+ $data: {};
812
+ $props: Partial<{
813
+ replace: boolean;
814
+ link: boolean;
815
+ exact: boolean;
816
+ active: boolean;
817
+ nav: boolean;
818
+ disabled: boolean;
819
+ tag: string;
820
+ rounded: string | number | boolean;
821
+ density: "default" | "compact" | "comfortable" | null;
822
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
823
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
824
+ color: StringConstructor;
825
+ variant: Omit<{
826
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
827
+ default: string;
828
+ validator: (v: any) => boolean;
829
+ }, "type" | "default"> & {
830
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
831
+ default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
832
+ };
833
+ theme: StringConstructor;
834
+ tag: {
835
+ type: StringConstructor;
836
+ default: string;
837
+ };
838
+ href: StringConstructor;
839
+ replace: BooleanConstructor;
840
+ to: PropType<vue_router.RouteLocationRaw>;
841
+ exact: BooleanConstructor;
842
+ rounded: {
843
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
844
+ default: undefined;
845
+ };
846
+ elevation: {
847
+ type: (StringConstructor | NumberConstructor)[];
848
+ validator(v: any): boolean;
849
+ };
850
+ height: (StringConstructor | NumberConstructor)[];
851
+ maxHeight: (StringConstructor | NumberConstructor)[];
852
+ maxWidth: (StringConstructor | NumberConstructor)[];
853
+ minHeight: (StringConstructor | NumberConstructor)[];
854
+ minWidth: (StringConstructor | NumberConstructor)[];
855
+ width: (StringConstructor | NumberConstructor)[];
856
+ density: {
857
+ type: PropType<"default" | "compact" | "comfortable" | null>;
858
+ default: string;
859
+ validator: (v: any) => boolean;
860
+ };
861
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
862
+ active: {
863
+ type: BooleanConstructor;
864
+ default: undefined;
865
+ };
866
+ activeClass: StringConstructor;
867
+ activeColor: StringConstructor;
868
+ appendAvatar: StringConstructor;
869
+ appendIcon: PropType<IconValue>;
870
+ disabled: BooleanConstructor;
871
+ lines: PropType<"one" | "two" | "three">;
872
+ link: {
873
+ type: BooleanConstructor;
874
+ default: undefined;
875
+ };
876
+ nav: BooleanConstructor;
877
+ prependAvatar: StringConstructor;
878
+ prependIcon: PropType<IconValue>;
879
+ subtitle: (StringConstructor | BooleanConstructor | NumberConstructor)[];
880
+ title: (StringConstructor | BooleanConstructor | NumberConstructor)[];
881
+ value: null;
882
+ } & SlotsToProps<MakeSlots<{
883
+ prepend: [ListItemSlot];
884
+ append: [ListItemSlot];
885
+ default: [ListItemSlot];
886
+ title: [ListItemTitleSlot];
887
+ subtitle: [ListItemSubtitleSlot];
888
+ }>>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "replace" | "link" | "exact" | "active" | "nav" | "disabled" | "tag" | "rounded" | "density" | "variant">;
889
+ $attrs: {
890
+ [x: string]: unknown;
891
+ };
892
+ $refs: {
893
+ [x: string]: unknown;
894
+ };
895
+ $slots: Readonly<{
896
+ [name: string]: vue.Slot | undefined;
897
+ }>;
898
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
899
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
900
+ $emit: (event: string, ...args: any[]) => void;
901
+ $el: any;
902
+ $options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<{
903
+ color: StringConstructor;
904
+ variant: Omit<{
905
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
906
+ default: string;
907
+ validator: (v: any) => boolean;
908
+ }, "type" | "default"> & {
909
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
910
+ default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
911
+ };
912
+ theme: StringConstructor;
913
+ tag: {
914
+ type: StringConstructor;
915
+ default: string;
916
+ };
917
+ href: StringConstructor;
918
+ replace: BooleanConstructor;
919
+ to: PropType<vue_router.RouteLocationRaw>;
920
+ exact: BooleanConstructor;
921
+ rounded: {
922
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
923
+ default: undefined;
924
+ };
925
+ elevation: {
926
+ type: (StringConstructor | NumberConstructor)[];
927
+ validator(v: any): boolean;
928
+ };
929
+ height: (StringConstructor | NumberConstructor)[];
930
+ maxHeight: (StringConstructor | NumberConstructor)[];
931
+ maxWidth: (StringConstructor | NumberConstructor)[];
932
+ minHeight: (StringConstructor | NumberConstructor)[];
933
+ minWidth: (StringConstructor | NumberConstructor)[];
934
+ width: (StringConstructor | NumberConstructor)[];
935
+ density: {
936
+ type: PropType<"default" | "compact" | "comfortable" | null>;
937
+ default: string;
938
+ validator: (v: any) => boolean;
939
+ };
940
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
941
+ active: {
942
+ type: BooleanConstructor;
943
+ default: undefined;
944
+ };
945
+ activeClass: StringConstructor;
946
+ activeColor: StringConstructor;
947
+ appendAvatar: StringConstructor;
948
+ appendIcon: PropType<IconValue>;
949
+ disabled: BooleanConstructor;
950
+ lines: PropType<"one" | "two" | "three">;
951
+ link: {
952
+ type: BooleanConstructor;
953
+ default: undefined;
954
+ };
955
+ nav: BooleanConstructor;
956
+ prependAvatar: StringConstructor;
957
+ prependIcon: PropType<IconValue>;
958
+ subtitle: (StringConstructor | BooleanConstructor | NumberConstructor)[];
959
+ title: (StringConstructor | BooleanConstructor | NumberConstructor)[];
960
+ value: null;
961
+ } & SlotsToProps<MakeSlots<{
962
+ prepend: [ListItemSlot];
963
+ append: [ListItemSlot];
964
+ default: [ListItemSlot];
965
+ title: [ListItemTitleSlot];
966
+ subtitle: [ListItemSubtitleSlot];
967
+ }>>>>, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
968
+ replace: boolean;
969
+ link: boolean;
970
+ exact: boolean;
971
+ active: boolean;
972
+ nav: boolean;
973
+ disabled: boolean;
974
+ tag: string;
975
+ rounded: string | number | boolean;
976
+ density: "default" | "compact" | "comfortable" | null;
977
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
978
+ }> & {
979
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
980
+ created?: ((() => void) | (() => void)[]) | undefined;
981
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
982
+ mounted?: ((() => void) | (() => void)[]) | undefined;
983
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
984
+ updated?: ((() => void) | (() => void)[]) | undefined;
985
+ activated?: ((() => void) | (() => void)[]) | undefined;
986
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
987
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
988
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
989
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
990
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
991
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
992
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
993
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
994
+ };
995
+ $forceUpdate: () => void;
996
+ $nextTick: typeof vue.nextTick;
997
+ $watch(source: string | Function, cb: Function, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
998
+ } & Readonly<vue.ExtractPropTypes<{
999
+ color: StringConstructor;
1000
+ variant: Omit<{
1001
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
1002
+ default: string;
1003
+ validator: (v: any) => boolean;
1004
+ }, "type" | "default"> & {
1005
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
1006
+ default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
1007
+ };
1008
+ theme: StringConstructor;
1009
+ tag: {
1010
+ type: StringConstructor;
1011
+ default: string;
1012
+ };
1013
+ href: StringConstructor;
1014
+ replace: BooleanConstructor;
1015
+ to: PropType<vue_router.RouteLocationRaw>;
1016
+ exact: BooleanConstructor;
1017
+ rounded: {
1018
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
1019
+ default: undefined;
1020
+ };
1021
+ elevation: {
1022
+ type: (StringConstructor | NumberConstructor)[];
1023
+ validator(v: any): boolean;
1024
+ };
1025
+ height: (StringConstructor | NumberConstructor)[];
1026
+ maxHeight: (StringConstructor | NumberConstructor)[];
1027
+ maxWidth: (StringConstructor | NumberConstructor)[];
1028
+ minHeight: (StringConstructor | NumberConstructor)[];
1029
+ minWidth: (StringConstructor | NumberConstructor)[];
1030
+ width: (StringConstructor | NumberConstructor)[];
1031
+ density: {
1032
+ type: PropType<"default" | "compact" | "comfortable" | null>;
1033
+ default: string;
1034
+ validator: (v: any) => boolean;
1035
+ };
1036
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
1037
+ active: {
1038
+ type: BooleanConstructor;
1039
+ default: undefined;
1040
+ };
1041
+ activeClass: StringConstructor;
1042
+ activeColor: StringConstructor;
1043
+ appendAvatar: StringConstructor;
1044
+ appendIcon: PropType<IconValue>;
1045
+ disabled: BooleanConstructor;
1046
+ lines: PropType<"one" | "two" | "three">;
1047
+ link: {
1048
+ type: BooleanConstructor;
1049
+ default: undefined;
1050
+ };
1051
+ nav: BooleanConstructor;
1052
+ prependAvatar: StringConstructor;
1053
+ prependIcon: PropType<IconValue>;
1054
+ subtitle: (StringConstructor | BooleanConstructor | NumberConstructor)[];
1055
+ title: (StringConstructor | BooleanConstructor | NumberConstructor)[];
1056
+ value: null;
1057
+ } & SlotsToProps<MakeSlots<{
1058
+ prepend: [ListItemSlot];
1059
+ append: [ListItemSlot];
1060
+ default: [ListItemSlot];
1061
+ title: [ListItemTitleSlot];
1062
+ subtitle: [ListItemSubtitleSlot];
1063
+ }>>>> & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties;
1064
+ __isFragment?: undefined;
1065
+ __isTeleport?: undefined;
1066
+ __isSuspense?: undefined;
1067
+ } & vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<{
1068
+ color: StringConstructor;
1069
+ variant: Omit<{
1070
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
1071
+ default: string;
1072
+ validator: (v: any) => boolean;
1073
+ }, "type" | "default"> & {
1074
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
1075
+ default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
1076
+ };
1077
+ theme: StringConstructor;
1078
+ tag: {
1079
+ type: StringConstructor;
1080
+ default: string;
1081
+ };
1082
+ href: StringConstructor;
1083
+ replace: BooleanConstructor;
1084
+ to: PropType<vue_router.RouteLocationRaw>;
1085
+ exact: BooleanConstructor;
1086
+ rounded: {
1087
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
1088
+ default: undefined;
1089
+ };
1090
+ elevation: {
1091
+ type: (StringConstructor | NumberConstructor)[];
1092
+ validator(v: any): boolean;
1093
+ };
1094
+ height: (StringConstructor | NumberConstructor)[];
1095
+ maxHeight: (StringConstructor | NumberConstructor)[];
1096
+ maxWidth: (StringConstructor | NumberConstructor)[];
1097
+ minHeight: (StringConstructor | NumberConstructor)[];
1098
+ minWidth: (StringConstructor | NumberConstructor)[];
1099
+ width: (StringConstructor | NumberConstructor)[];
1100
+ density: {
1101
+ type: PropType<"default" | "compact" | "comfortable" | null>;
1102
+ default: string;
1103
+ validator: (v: any) => boolean;
1104
+ };
1105
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
1106
+ active: {
1107
+ type: BooleanConstructor;
1108
+ default: undefined;
1109
+ };
1110
+ activeClass: StringConstructor;
1111
+ activeColor: StringConstructor;
1112
+ appendAvatar: StringConstructor;
1113
+ appendIcon: PropType<IconValue>;
1114
+ disabled: BooleanConstructor;
1115
+ lines: PropType<"one" | "two" | "three">;
1116
+ link: {
1117
+ type: BooleanConstructor;
1118
+ default: undefined;
1119
+ };
1120
+ nav: BooleanConstructor;
1121
+ prependAvatar: StringConstructor;
1122
+ prependIcon: PropType<IconValue>;
1123
+ subtitle: (StringConstructor | BooleanConstructor | NumberConstructor)[];
1124
+ title: (StringConstructor | BooleanConstructor | NumberConstructor)[];
1125
+ value: null;
1126
+ } & SlotsToProps<MakeSlots<{
1127
+ prepend: [ListItemSlot];
1128
+ append: [ListItemSlot];
1129
+ default: [ListItemSlot];
1130
+ title: [ListItemTitleSlot];
1131
+ subtitle: [ListItemSubtitleSlot];
1132
+ }>>>>, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
1133
+ replace: boolean;
1134
+ link: boolean;
1135
+ exact: boolean;
1136
+ active: boolean;
1137
+ nav: boolean;
1138
+ disabled: boolean;
1139
+ tag: string;
1140
+ rounded: string | number | boolean;
1141
+ density: "default" | "compact" | "comfortable" | null;
1142
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
1143
+ }> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
1144
+ $slots: MakeSlots<{
1145
+ prepend: [ListItemSlot];
1146
+ append: [ListItemSlot];
1147
+ default: [ListItemSlot];
1148
+ title: [ListItemTitleSlot];
1149
+ subtitle: [ListItemSubtitleSlot];
1150
+ }>;
1151
+ });
1152
+ declare type VListItem = InstanceType<typeof VListItem>;
1153
+
1154
+ declare const VListItemAction: vue.DefineComponent<{
1155
+ tag: {
1156
+ type: StringConstructor;
1157
+ default: string;
1158
+ };
1159
+ start: BooleanConstructor;
1160
+ end: BooleanConstructor;
1161
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
1162
+ tag: {
1163
+ type: StringConstructor;
1164
+ default: string;
1165
+ };
1166
+ start: BooleanConstructor;
1167
+ end: BooleanConstructor;
1168
+ }>>, {
1169
+ end: boolean;
1170
+ start: boolean;
1171
+ tag: string;
1172
+ }>;
1173
+
1174
+ declare const VListItemMedia: vue.DefineComponent<{
1175
+ tag: {
1176
+ type: StringConstructor;
1177
+ default: string;
1178
+ };
1179
+ start: BooleanConstructor;
1180
+ end: BooleanConstructor;
1181
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
1182
+ tag: {
1183
+ type: StringConstructor;
1184
+ default: string;
1185
+ };
1186
+ start: BooleanConstructor;
1187
+ end: BooleanConstructor;
1188
+ }>>, {
1189
+ end: boolean;
1190
+ start: boolean;
1191
+ tag: string;
1192
+ }>;
1193
+
1194
+ declare const VListItemSubtitle: vue.DefineComponent<{
1195
+ tag: {
1196
+ type: StringConstructor;
1197
+ default: string;
1198
+ };
1199
+ }, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
1200
+ [key: string]: any;
1201
+ }>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
1202
+ tag: {
1203
+ type: StringConstructor;
1204
+ default: string;
1205
+ };
1206
+ }>>, {
1207
+ tag: string;
1208
+ }>;
1209
+
1210
+ declare const VListItemTitle: vue.DefineComponent<{
1211
+ tag: {
1212
+ type: StringConstructor;
1213
+ default: string;
1214
+ };
1215
+ }, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
1216
+ [key: string]: any;
1217
+ }>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
1218
+ tag: {
1219
+ type: StringConstructor;
1220
+ default: string;
1221
+ };
1222
+ }>>, {
1223
+ tag: string;
1224
+ }>;
1225
+
1226
+ declare const VListSubheader: vue.DefineComponent<{
1227
+ tag: {
1228
+ type: StringConstructor;
1229
+ default: string;
1230
+ };
1231
+ color: StringConstructor;
1232
+ inset: BooleanConstructor;
1233
+ sticky: BooleanConstructor;
1234
+ title: StringConstructor;
1235
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
1236
+ tag: {
1237
+ type: StringConstructor;
1238
+ default: string;
1239
+ };
1240
+ color: StringConstructor;
1241
+ inset: BooleanConstructor;
1242
+ sticky: BooleanConstructor;
1243
+ title: StringConstructor;
1244
+ }>>, {
1245
+ inset: boolean;
1246
+ tag: string;
1247
+ sticky: boolean;
1248
+ }>;
1249
+
1250
+ export { VList, VListGroup, VListImg, VListItem, VListItemAction, VListItemMedia, VListItemSubtitle, VListItemTitle, VListSubheader };