vuetify 3.1.10 → 3.1.11

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 (200) hide show
  1. package/dist/json/attributes.json +203 -27
  2. package/dist/json/importMap.json +98 -98
  3. package/dist/json/tags.json +46 -2
  4. package/dist/json/web-types.json +481 -49
  5. package/dist/vuetify-labs.css +224 -204
  6. package/dist/vuetify-labs.d.ts +56923 -14294
  7. package/dist/vuetify-labs.esm.js +121 -129
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +121 -129
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +47 -39
  12. package/dist/vuetify.d.ts +55374 -15927
  13. package/dist/vuetify.esm.js +118 -129
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +118 -129
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +640 -642
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/blueprints/index.d.ts +6 -9
  21. package/lib/blueprints/md1.d.ts +6 -9
  22. package/lib/blueprints/md2.d.ts +6 -9
  23. package/lib/blueprints/md3.d.ts +6 -9
  24. package/lib/blueprints/md3.mjs +6 -0
  25. package/lib/blueprints/md3.mjs.map +1 -1
  26. package/lib/components/VAlert/index.d.ts +509 -83
  27. package/lib/components/VApp/VApp.css +1 -0
  28. package/lib/components/VApp/VApp.sass +1 -0
  29. package/lib/components/VApp/index.d.ts +158 -20
  30. package/lib/components/VAppBar/VAppBar.mjs +2 -2
  31. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  32. package/lib/components/VAppBar/index.d.ts +616 -110
  33. package/lib/components/VAutocomplete/VAutocomplete.mjs +2 -2
  34. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  35. package/lib/components/VAutocomplete/index.d.ts +1656 -130
  36. package/lib/components/VAvatar/index.d.ts +205 -29
  37. package/lib/components/VBadge/index.d.ts +284 -42
  38. package/lib/components/VBanner/index.d.ts +478 -84
  39. package/lib/components/VBottomNavigation/index.d.ts +321 -40
  40. package/lib/components/VBreadcrumbs/index.d.ts +325 -45
  41. package/lib/components/VBtn/VBtn.css +0 -5
  42. package/lib/components/VBtn/VBtn.mjs +40 -39
  43. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  44. package/lib/components/VBtn/VBtn.sass +0 -7
  45. package/lib/components/VBtn/_variables.scss +0 -2
  46. package/lib/components/VBtn/index.d.ts +452 -69
  47. package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -7
  48. package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
  49. package/lib/components/VBtnGroup/index.d.ts +185 -26
  50. package/lib/components/VBtnToggle/VBtnToggle.mjs +2 -2
  51. package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
  52. package/lib/components/VBtnToggle/index.d.ts +245 -35
  53. package/lib/components/VCard/index.d.ts +938 -172
  54. package/lib/components/VCarousel/index.d.ts +561 -123
  55. package/lib/components/VCheckbox/VCheckbox.mjs +2 -2
  56. package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
  57. package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -4
  58. package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
  59. package/lib/components/VCheckbox/index.d.ts +831 -147
  60. package/lib/components/VChip/index.d.ts +473 -75
  61. package/lib/components/VChipGroup/index.d.ts +227 -32
  62. package/lib/components/VCode/index.d.ts +109 -16
  63. package/lib/components/VColorPicker/index.d.ts +284 -20
  64. package/lib/components/VCombobox/VCombobox.mjs +2 -2
  65. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  66. package/lib/components/VCombobox/index.d.ts +1668 -130
  67. package/lib/components/VCounter/index.d.ts +1894 -87
  68. package/lib/components/VDefaultsProvider/index.d.ts +131 -22
  69. package/lib/components/VDialog/VDialog.css +31 -24
  70. package/lib/components/VDialog/VDialog.mjs +2 -2
  71. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  72. package/lib/components/VDialog/VDialog.sass +19 -12
  73. package/lib/components/VDialog/index.d.ts +2362 -146
  74. package/lib/components/VDivider/index.d.ts +130 -23
  75. package/lib/components/VExpansionPanel/index.d.ts +719 -119
  76. package/lib/components/VField/index.d.ts +163 -21
  77. package/lib/components/VFileInput/index.d.ts +1038 -104
  78. package/lib/components/VFooter/index.d.ts +203 -28
  79. package/lib/components/VForm/index.d.ts +204 -23
  80. package/lib/components/VGrid/VCol.mjs +6 -5
  81. package/lib/components/VGrid/VCol.mjs.map +1 -1
  82. package/lib/components/VGrid/VRow.mjs +4 -4
  83. package/lib/components/VGrid/VRow.mjs.map +1 -1
  84. package/lib/components/VGrid/index.d.ts +733 -76
  85. package/lib/components/VHover/index.d.ts +182 -35
  86. package/lib/components/VIcon/index.d.ts +494 -50
  87. package/lib/components/VImg/index.d.ts +275 -46
  88. package/lib/components/VInput/index.d.ts +315 -53
  89. package/lib/components/VItemGroup/index.d.ts +308 -52
  90. package/lib/components/VKbd/VKbd.css +1 -0
  91. package/lib/components/VKbd/VKbd.sass +1 -0
  92. package/lib/components/VKbd/_variables.scss +1 -0
  93. package/lib/components/VKbd/index.d.ts +109 -16
  94. package/lib/components/VLabel/index.d.ts +113 -20
  95. package/lib/components/VLayout/index.d.ts +296 -41
  96. package/lib/components/VLazy/VLazy.mjs +4 -1
  97. package/lib/components/VLazy/VLazy.mjs.map +1 -1
  98. package/lib/components/VLazy/index.d.ts +219 -30
  99. package/lib/components/VList/VListChildren.mjs +2 -2
  100. package/lib/components/VList/VListChildren.mjs.map +1 -1
  101. package/lib/components/VList/VListGroup.mjs +1 -4
  102. package/lib/components/VList/VListGroup.mjs.map +1 -1
  103. package/lib/components/VList/index.d.ts +1461 -223
  104. package/lib/components/VLocaleProvider/index.d.ts +121 -20
  105. package/lib/components/VMain/index.d.ts +118 -17
  106. package/lib/components/VMenu/VMenu.css +4 -4
  107. package/lib/components/VMenu/VMenu.mjs +2 -2
  108. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  109. package/lib/components/VMenu/VMenu.sass +1 -1
  110. package/lib/components/VMenu/index.d.ts +2368 -142
  111. package/lib/components/VMessages/index.d.ts +1921 -98
  112. package/lib/components/VNavigationDrawer/index.d.ts +379 -56
  113. package/lib/components/VOverlay/VOverlay.css +2 -2
  114. package/lib/components/VOverlay/VOverlay.mjs +1 -4
  115. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  116. package/lib/components/VOverlay/VOverlay.sass +1 -1
  117. package/lib/components/VOverlay/_variables.scss +1 -1
  118. package/lib/components/VOverlay/index.d.ts +519 -85
  119. package/lib/components/VPagination/index.d.ts +502 -68
  120. package/lib/components/VParallax/VParallax.mjs +3 -3
  121. package/lib/components/VParallax/VParallax.mjs.map +1 -1
  122. package/lib/components/VParallax/index.d.ts +141 -28
  123. package/lib/components/VProgressCircular/index.d.ts +186 -25
  124. package/lib/components/VProgressLinear/index.d.ts +319 -48
  125. package/lib/components/VRadio/index.d.ts +313 -57
  126. package/lib/components/VRadioGroup/VRadioGroup.mjs +4 -6
  127. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  128. package/lib/components/VRadioGroup/index.d.ts +463 -83
  129. package/lib/components/VRangeSlider/index.d.ts +528 -80
  130. package/lib/components/VRating/index.d.ts +305 -43
  131. package/lib/components/VResponsive/index.d.ts +142 -27
  132. package/lib/components/VSelect/VSelect.mjs +2 -2
  133. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  134. package/lib/components/VSelect/index.d.ts +3060 -328
  135. package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -4
  136. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  137. package/lib/components/VSelectionControl/index.d.ts +76 -4
  138. package/lib/components/VSelectionControlGroup/index.d.ts +242 -38
  139. package/lib/components/VSheet/VSheet.mjs +1 -7
  140. package/lib/components/VSheet/VSheet.mjs.map +1 -1
  141. package/lib/components/VSheet/index.d.ts +194 -31
  142. package/lib/components/VSlideGroup/index.d.ts +475 -83
  143. package/lib/components/VSlider/index.d.ts +521 -79
  144. package/lib/components/VSlider/slider.mjs +2 -5
  145. package/lib/components/VSlider/slider.mjs.map +1 -1
  146. package/lib/components/VSnackbar/VSnackbar.mjs +2 -2
  147. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  148. package/lib/components/VSnackbar/index.d.ts +1219 -81
  149. package/lib/components/VSwitch/VSwitch.mjs +2 -2
  150. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  151. package/lib/components/VSwitch/index.d.ts +498 -92
  152. package/lib/components/VSystemBar/index.d.ts +184 -27
  153. package/lib/components/VTable/index.d.ts +190 -35
  154. package/lib/components/VTabs/VTab.mjs +7 -23
  155. package/lib/components/VTabs/VTab.mjs.map +1 -1
  156. package/lib/components/VTabs/index.d.ts +623 -71
  157. package/lib/components/VTextField/VTextField.mjs +8 -5
  158. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  159. package/lib/components/VTextField/index.d.ts +1404 -106
  160. package/lib/components/VTextarea/VTextarea.mjs +7 -1
  161. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  162. package/lib/components/VTextarea/index.d.ts +1014 -102
  163. package/lib/components/VThemeProvider/index.d.ts +124 -19
  164. package/lib/components/VTimeline/index.d.ts +441 -71
  165. package/lib/components/VToolbar/VToolbar.mjs +1 -4
  166. package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
  167. package/lib/components/VToolbar/index.d.ts +542 -93
  168. package/lib/components/VTooltip/VTooltip.css +3 -3
  169. package/lib/components/VTooltip/VTooltip.mjs +2 -2
  170. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  171. package/lib/components/VTooltip/VTooltip.sass +1 -1
  172. package/lib/components/VTooltip/index.d.ts +1263 -81
  173. package/lib/components/VValidation/index.d.ts +201 -30
  174. package/lib/components/VWindow/index.d.ts +527 -95
  175. package/lib/components/index.d.ts +55131 -15681
  176. package/lib/components/transitions/index.d.ts +2097 -308
  177. package/lib/composables/display.mjs +2 -0
  178. package/lib/composables/display.mjs.map +1 -1
  179. package/lib/composables/form.mjs.map +1 -1
  180. package/lib/entry-bundler.mjs +1 -1
  181. package/lib/framework.mjs +1 -1
  182. package/lib/index.d.ts +32 -35
  183. package/lib/labs/VDataTable/VDataTable.css +12 -0
  184. package/lib/labs/VDataTable/VDataTable.sass +6 -0
  185. package/lib/labs/VDataTable/VDataTableRow.mjs +2 -0
  186. package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
  187. package/lib/labs/VDataTable/VDataTableRows.mjs +1 -0
  188. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  189. package/lib/labs/VDataTable/index.d.ts +4176 -1016
  190. package/lib/labs/VVirtualScroll/index.d.ts +32 -1
  191. package/lib/labs/components.d.ts +4212 -1026
  192. package/lib/styles/main.css +4 -0
  193. package/lib/styles/settings/_utilities.scss +7 -0
  194. package/lib/util/animation.mjs +8 -1
  195. package/lib/util/animation.mjs.map +1 -1
  196. package/lib/util/defineComponent.mjs +12 -5
  197. package/lib/util/defineComponent.mjs.map +1 -1
  198. package/lib/util/helpers.mjs +4 -0
  199. package/lib/util/helpers.mjs.map +1 -1
  200. package/package.json +3 -2
@@ -1,34 +1,150 @@
1
1
  import * as vue from 'vue';
2
- import { JSXComponent, PropType } from 'vue';
2
+ import { ComponentPropsOptions, ExtractPropTypes, PropType, JSXComponent } from 'vue';
3
3
 
4
- declare const VExpansionPanels: vue.DefineComponent<{
5
- disabled: boolean;
6
- multiple: boolean;
7
- readonly: boolean;
8
- tag: string;
9
- variant: "default" | "inset" | "accordion" | "popout";
10
- } & {
11
- max?: number | undefined;
12
- color?: string | undefined;
13
- mandatory?: boolean | "force" | undefined;
14
- theme?: string | undefined;
15
- modelValue?: any;
16
- selectedClass?: string | undefined;
17
- } & {
18
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
19
- default?: (() => vue.VNodeChild) | undefined;
20
- };
21
- $slots?: {
22
- default?: (() => vue.VNodeChild) | undefined;
23
- } | undefined;
24
- 'v-slots'?: {
25
- default?: false | (() => vue.VNodeChild) | undefined;
26
- } | undefined;
27
- } & {
28
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
29
- }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
30
- 'update:modelValue': (val: unknown) => boolean;
31
- }, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
4
+ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
5
+ filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): [yes: Partial<Pick<T, U>>, no: Omit<T, U>];
6
+ }
7
+
8
+ declare const VExpansionPanels: {
9
+ new (...args: any[]): {
10
+ $: vue.ComponentInternalInstance;
11
+ $data: {};
12
+ $props: Partial<{
13
+ disabled: boolean;
14
+ multiple: boolean;
15
+ readonly: boolean;
16
+ tag: string;
17
+ variant: "default" | "inset" | "accordion" | "popout";
18
+ modelValue: any;
19
+ }> & Omit<{
20
+ disabled: boolean;
21
+ multiple: boolean;
22
+ readonly: boolean;
23
+ tag: string;
24
+ variant: "default" | "inset" | "accordion" | "popout";
25
+ } & {
26
+ max?: number | undefined;
27
+ color?: string | undefined;
28
+ mandatory?: boolean | "force" | undefined;
29
+ theme?: string | undefined;
30
+ modelValue?: any;
31
+ selectedClass?: string | undefined;
32
+ } & {
33
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
34
+ default?: (() => vue.VNodeChild) | undefined;
35
+ };
36
+ $slots?: {
37
+ default?: (() => vue.VNodeChild) | undefined;
38
+ } | undefined;
39
+ 'v-slots'?: {
40
+ default?: false | (() => vue.VNodeChild) | undefined;
41
+ } | undefined;
42
+ } & {
43
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
44
+ } & {
45
+ "onUpdate:modelValue"?: ((val: unknown) => any) | undefined;
46
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "disabled" | "multiple" | "readonly" | "tag" | "variant" | "modelValue">;
47
+ $attrs: {
48
+ [x: string]: unknown;
49
+ };
50
+ $refs: {
51
+ [x: string]: unknown;
52
+ };
53
+ $slots: Readonly<{
54
+ [name: string]: vue.Slot | undefined;
55
+ }>;
56
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
57
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
58
+ $emit: (event: "update:modelValue", val: unknown) => void;
59
+ $el: any;
60
+ $options: vue.ComponentOptionsBase<{
61
+ disabled: boolean;
62
+ multiple: boolean;
63
+ readonly: boolean;
64
+ tag: string;
65
+ variant: "default" | "inset" | "accordion" | "popout";
66
+ } & {
67
+ max?: number | undefined;
68
+ color?: string | undefined;
69
+ mandatory?: boolean | "force" | undefined;
70
+ theme?: string | undefined;
71
+ modelValue?: any;
72
+ selectedClass?: string | undefined;
73
+ } & {
74
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
75
+ default?: (() => vue.VNodeChild) | undefined;
76
+ };
77
+ $slots?: {
78
+ default?: (() => vue.VNodeChild) | undefined;
79
+ } | undefined;
80
+ 'v-slots'?: {
81
+ default?: false | (() => vue.VNodeChild) | undefined;
82
+ } | undefined;
83
+ } & {
84
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
85
+ } & {
86
+ "onUpdate:modelValue"?: ((val: unknown) => any) | undefined;
87
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
88
+ 'update:modelValue': (val: unknown) => boolean;
89
+ }, string, {
90
+ disabled: boolean;
91
+ multiple: boolean;
92
+ readonly: boolean;
93
+ tag: string;
94
+ variant: "default" | "inset" | "accordion" | "popout";
95
+ modelValue: any;
96
+ }, {}, string> & {
97
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
98
+ created?: ((() => void) | (() => void)[]) | undefined;
99
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
100
+ mounted?: ((() => void) | (() => void)[]) | undefined;
101
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
102
+ updated?: ((() => void) | (() => void)[]) | undefined;
103
+ activated?: ((() => void) | (() => void)[]) | undefined;
104
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
105
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
106
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
107
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
108
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
109
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
110
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
111
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
112
+ };
113
+ $forceUpdate: () => void;
114
+ $nextTick: typeof vue.nextTick;
115
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
116
+ } & {
117
+ disabled: boolean;
118
+ multiple: boolean;
119
+ readonly: boolean;
120
+ tag: string;
121
+ variant: "default" | "inset" | "accordion" | "popout";
122
+ } & {
123
+ max?: number | undefined;
124
+ color?: string | undefined;
125
+ mandatory?: boolean | "force" | undefined;
126
+ theme?: string | undefined;
127
+ modelValue?: any;
128
+ selectedClass?: string | undefined;
129
+ } & {
130
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
131
+ default?: (() => vue.VNodeChild) | undefined;
132
+ };
133
+ $slots?: {
134
+ default?: (() => vue.VNodeChild) | undefined;
135
+ } | undefined;
136
+ 'v-slots'?: {
137
+ default?: false | (() => vue.VNodeChild) | undefined;
138
+ } | undefined;
139
+ } & {
140
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
141
+ } & {
142
+ "onUpdate:modelValue"?: ((val: unknown) => any) | undefined;
143
+ } & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
144
+ __isFragment?: undefined;
145
+ __isTeleport?: undefined;
146
+ __isSuspense?: undefined;
147
+ } & vue.ComponentOptionsBase<{
32
148
  disabled: boolean;
33
149
  multiple: boolean;
34
150
  readonly: boolean;
@@ -55,62 +171,260 @@ declare const VExpansionPanels: vue.DefineComponent<{
55
171
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
56
172
  } & {
57
173
  "onUpdate:modelValue"?: ((val: unknown) => any) | undefined;
58
- }, {
174
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
175
+ 'update:modelValue': (val: unknown) => boolean;
176
+ }, string, {
59
177
  disabled: boolean;
60
178
  multiple: boolean;
61
179
  readonly: boolean;
62
180
  tag: string;
63
181
  variant: "default" | "inset" | "accordion" | "popout";
64
182
  modelValue: any;
65
- }>;
183
+ }, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
184
+ theme: StringConstructor;
185
+ tag: {
186
+ type: StringConstructor;
187
+ default: string;
188
+ };
189
+ modelValue: {
190
+ type: null;
191
+ default: undefined;
192
+ };
193
+ multiple: BooleanConstructor;
194
+ mandatory: PropType<boolean | "force">;
195
+ max: NumberConstructor;
196
+ selectedClass: StringConstructor;
197
+ disabled: BooleanConstructor;
198
+ color: StringConstructor;
199
+ variant: {
200
+ type: PropType<"default" | "inset" | "accordion" | "popout">;
201
+ default: string;
202
+ validator: (v: any) => boolean;
203
+ };
204
+ readonly: BooleanConstructor;
205
+ }, vue.ExtractPropTypes<{
206
+ theme: StringConstructor;
207
+ tag: {
208
+ type: StringConstructor;
209
+ default: string;
210
+ };
211
+ modelValue: {
212
+ type: null;
213
+ default: undefined;
214
+ };
215
+ multiple: BooleanConstructor;
216
+ mandatory: PropType<boolean | "force">;
217
+ max: NumberConstructor;
218
+ selectedClass: StringConstructor;
219
+ disabled: BooleanConstructor;
220
+ color: StringConstructor;
221
+ variant: {
222
+ type: PropType<"default" | "inset" | "accordion" | "popout">;
223
+ default: string;
224
+ validator: (v: any) => boolean;
225
+ };
226
+ readonly: BooleanConstructor;
227
+ }>>;
66
228
  type VExpansionPanels = InstanceType<typeof VExpansionPanels>;
67
229
 
68
230
  type IconValue = string | JSXComponent;
69
231
  declare const IconValue: PropType<IconValue>;
70
232
 
71
- declare const VExpansionPanel: vue.DefineComponent<{
72
- eager: boolean;
73
- disabled: boolean;
74
- readonly: boolean;
75
- tag: string;
76
- ripple: boolean | Record<string, any>;
77
- collapseIcon: IconValue;
78
- expandIcon: IconValue;
79
- hideActions: boolean;
80
- } & {
81
- color?: string | undefined;
82
- value?: any;
83
- title?: string | undefined;
84
- text?: string | undefined;
85
- elevation?: string | number | undefined;
86
- rounded?: string | number | boolean | undefined;
87
- selectedClass?: string | undefined;
88
- bgColor?: string | undefined;
89
- } & {
90
- $children?: {} | vue.VNodeChild | {
91
- default?: (() => vue.VNodeChild) | undefined;
92
- title?: (() => vue.VNodeChild) | undefined;
93
- text?: (() => vue.VNodeChild) | undefined;
94
- };
95
- $slots?: {
96
- default?: (() => vue.VNodeChild) | undefined;
97
- title?: (() => vue.VNodeChild) | undefined;
98
- text?: (() => vue.VNodeChild) | undefined;
99
- } | undefined;
100
- 'v-slots'?: {
101
- default?: false | (() => vue.VNodeChild) | undefined;
102
- title?: false | (() => vue.VNodeChild) | undefined;
103
- text?: false | (() => vue.VNodeChild) | undefined;
104
- } | undefined;
105
- } & {
106
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
107
- "v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
108
- "v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
109
- }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
110
- 'group:selected': (val: {
111
- value: boolean;
112
- }) => boolean;
113
- }, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
233
+ declare const VExpansionPanel: {
234
+ new (...args: any[]): {
235
+ $: vue.ComponentInternalInstance;
236
+ $data: {};
237
+ $props: Partial<{
238
+ eager: boolean;
239
+ disabled: boolean;
240
+ readonly: boolean;
241
+ tag: string;
242
+ rounded: string | number | boolean;
243
+ ripple: boolean | Record<string, any>;
244
+ collapseIcon: IconValue;
245
+ expandIcon: IconValue;
246
+ hideActions: boolean;
247
+ }> & Omit<{
248
+ eager: boolean;
249
+ disabled: boolean;
250
+ readonly: boolean;
251
+ tag: string;
252
+ ripple: boolean | Record<string, any>;
253
+ collapseIcon: IconValue;
254
+ expandIcon: IconValue;
255
+ hideActions: boolean;
256
+ } & {
257
+ color?: string | undefined;
258
+ value?: any;
259
+ title?: string | undefined;
260
+ text?: string | undefined;
261
+ elevation?: string | number | undefined;
262
+ rounded?: string | number | boolean | undefined;
263
+ selectedClass?: string | undefined;
264
+ bgColor?: string | undefined;
265
+ } & {
266
+ $children?: {} | vue.VNodeChild | {
267
+ default?: (() => vue.VNodeChild) | undefined;
268
+ title?: (() => vue.VNodeChild) | undefined;
269
+ text?: (() => vue.VNodeChild) | undefined;
270
+ };
271
+ $slots?: {
272
+ default?: (() => vue.VNodeChild) | undefined;
273
+ title?: (() => vue.VNodeChild) | undefined;
274
+ text?: (() => vue.VNodeChild) | undefined;
275
+ } | undefined;
276
+ 'v-slots'?: {
277
+ default?: false | (() => vue.VNodeChild) | undefined;
278
+ title?: false | (() => vue.VNodeChild) | undefined;
279
+ text?: false | (() => vue.VNodeChild) | undefined;
280
+ } | undefined;
281
+ } & {
282
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
283
+ "v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
284
+ "v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
285
+ } & {
286
+ "onGroup:selected"?: ((val: {
287
+ value: boolean;
288
+ }) => any) | undefined;
289
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "eager" | "disabled" | "readonly" | "tag" | "rounded" | "ripple" | "collapseIcon" | "expandIcon" | "hideActions">;
290
+ $attrs: {
291
+ [x: string]: unknown;
292
+ };
293
+ $refs: {
294
+ [x: string]: unknown;
295
+ };
296
+ $slots: Readonly<{
297
+ [name: string]: vue.Slot | undefined;
298
+ }>;
299
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
300
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
301
+ $emit: (event: "group:selected", val: {
302
+ value: boolean;
303
+ }) => void;
304
+ $el: any;
305
+ $options: vue.ComponentOptionsBase<{
306
+ eager: boolean;
307
+ disabled: boolean;
308
+ readonly: boolean;
309
+ tag: string;
310
+ ripple: boolean | Record<string, any>;
311
+ collapseIcon: IconValue;
312
+ expandIcon: IconValue;
313
+ hideActions: boolean;
314
+ } & {
315
+ color?: string | undefined;
316
+ value?: any;
317
+ title?: string | undefined;
318
+ text?: string | undefined;
319
+ elevation?: string | number | undefined;
320
+ rounded?: string | number | boolean | undefined;
321
+ selectedClass?: string | undefined;
322
+ bgColor?: string | undefined;
323
+ } & {
324
+ $children?: {} | vue.VNodeChild | {
325
+ default?: (() => vue.VNodeChild) | undefined;
326
+ title?: (() => vue.VNodeChild) | undefined;
327
+ text?: (() => vue.VNodeChild) | undefined;
328
+ };
329
+ $slots?: {
330
+ default?: (() => vue.VNodeChild) | undefined;
331
+ title?: (() => vue.VNodeChild) | undefined;
332
+ text?: (() => vue.VNodeChild) | undefined;
333
+ } | undefined;
334
+ 'v-slots'?: {
335
+ default?: false | (() => vue.VNodeChild) | undefined;
336
+ title?: false | (() => vue.VNodeChild) | undefined;
337
+ text?: false | (() => vue.VNodeChild) | undefined;
338
+ } | undefined;
339
+ } & {
340
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
341
+ "v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
342
+ "v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
343
+ } & {
344
+ "onGroup:selected"?: ((val: {
345
+ value: boolean;
346
+ }) => any) | undefined;
347
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
348
+ 'group:selected': (val: {
349
+ value: boolean;
350
+ }) => boolean;
351
+ }, string, {
352
+ eager: boolean;
353
+ disabled: boolean;
354
+ readonly: boolean;
355
+ tag: string;
356
+ rounded: string | number | boolean;
357
+ ripple: boolean | Record<string, any>;
358
+ collapseIcon: IconValue;
359
+ expandIcon: IconValue;
360
+ hideActions: boolean;
361
+ }, {}, string> & {
362
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
363
+ created?: ((() => void) | (() => void)[]) | undefined;
364
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
365
+ mounted?: ((() => void) | (() => void)[]) | undefined;
366
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
367
+ updated?: ((() => void) | (() => void)[]) | undefined;
368
+ activated?: ((() => void) | (() => void)[]) | undefined;
369
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
370
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
371
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
372
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
373
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
374
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
375
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
376
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
377
+ };
378
+ $forceUpdate: () => void;
379
+ $nextTick: typeof vue.nextTick;
380
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
381
+ } & {
382
+ eager: boolean;
383
+ disabled: boolean;
384
+ readonly: boolean;
385
+ tag: string;
386
+ ripple: boolean | Record<string, any>;
387
+ collapseIcon: IconValue;
388
+ expandIcon: IconValue;
389
+ hideActions: boolean;
390
+ } & {
391
+ color?: string | undefined;
392
+ value?: any;
393
+ title?: string | undefined;
394
+ text?: string | undefined;
395
+ elevation?: string | number | undefined;
396
+ rounded?: string | number | boolean | undefined;
397
+ selectedClass?: string | undefined;
398
+ bgColor?: string | undefined;
399
+ } & {
400
+ $children?: {} | vue.VNodeChild | {
401
+ default?: (() => vue.VNodeChild) | undefined;
402
+ title?: (() => vue.VNodeChild) | undefined;
403
+ text?: (() => vue.VNodeChild) | undefined;
404
+ };
405
+ $slots?: {
406
+ default?: (() => vue.VNodeChild) | undefined;
407
+ title?: (() => vue.VNodeChild) | undefined;
408
+ text?: (() => vue.VNodeChild) | undefined;
409
+ } | undefined;
410
+ 'v-slots'?: {
411
+ default?: false | (() => vue.VNodeChild) | undefined;
412
+ title?: false | (() => vue.VNodeChild) | undefined;
413
+ text?: false | (() => vue.VNodeChild) | undefined;
414
+ } | undefined;
415
+ } & {
416
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
417
+ "v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
418
+ "v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
419
+ } & {
420
+ "onGroup:selected"?: ((val: {
421
+ value: boolean;
422
+ }) => any) | undefined;
423
+ } & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
424
+ __isFragment?: undefined;
425
+ __isTeleport?: undefined;
426
+ __isSuspense?: undefined;
427
+ } & vue.ComponentOptionsBase<{
114
428
  eager: boolean;
115
429
  disabled: boolean;
116
430
  readonly: boolean;
@@ -152,7 +466,11 @@ declare const VExpansionPanel: vue.DefineComponent<{
152
466
  "onGroup:selected"?: ((val: {
153
467
  value: boolean;
154
468
  }) => any) | undefined;
155
- }, {
469
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
470
+ 'group:selected': (val: {
471
+ value: boolean;
472
+ }) => boolean;
473
+ }, string, {
156
474
  eager: boolean;
157
475
  disabled: boolean;
158
476
  readonly: boolean;
@@ -162,24 +480,168 @@ declare const VExpansionPanel: vue.DefineComponent<{
162
480
  collapseIcon: IconValue;
163
481
  expandIcon: IconValue;
164
482
  hideActions: boolean;
165
- }>;
483
+ }, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
484
+ color: StringConstructor;
485
+ expandIcon: {
486
+ type: vue.PropType<IconValue>;
487
+ default: string;
488
+ };
489
+ collapseIcon: {
490
+ type: vue.PropType<IconValue>;
491
+ default: string;
492
+ };
493
+ hideActions: BooleanConstructor;
494
+ ripple: {
495
+ type: (ObjectConstructor | BooleanConstructor)[];
496
+ default: boolean;
497
+ };
498
+ readonly: BooleanConstructor;
499
+ tag: {
500
+ type: StringConstructor;
501
+ default: string;
502
+ };
503
+ rounded: {
504
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
505
+ default: undefined;
506
+ };
507
+ eager: BooleanConstructor;
508
+ value: null;
509
+ disabled: BooleanConstructor;
510
+ selectedClass: StringConstructor;
511
+ elevation: {
512
+ type: (StringConstructor | NumberConstructor)[];
513
+ validator(v: any): boolean;
514
+ };
515
+ title: StringConstructor;
516
+ text: StringConstructor;
517
+ bgColor: StringConstructor;
518
+ }, vue.ExtractPropTypes<{
519
+ color: StringConstructor;
520
+ expandIcon: {
521
+ type: vue.PropType<IconValue>;
522
+ default: string;
523
+ };
524
+ collapseIcon: {
525
+ type: vue.PropType<IconValue>;
526
+ default: string;
527
+ };
528
+ hideActions: BooleanConstructor;
529
+ ripple: {
530
+ type: (ObjectConstructor | BooleanConstructor)[];
531
+ default: boolean;
532
+ };
533
+ readonly: BooleanConstructor;
534
+ tag: {
535
+ type: StringConstructor;
536
+ default: string;
537
+ };
538
+ rounded: {
539
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
540
+ default: undefined;
541
+ };
542
+ eager: BooleanConstructor;
543
+ value: null;
544
+ disabled: BooleanConstructor;
545
+ selectedClass: StringConstructor;
546
+ elevation: {
547
+ type: (StringConstructor | NumberConstructor)[];
548
+ validator(v: any): boolean;
549
+ };
550
+ title: StringConstructor;
551
+ text: StringConstructor;
552
+ bgColor: StringConstructor;
553
+ }>>;
166
554
  type VExpansionPanel = InstanceType<typeof VExpansionPanel>;
167
555
 
168
- declare const VExpansionPanelText: vue.DefineComponent<{
169
- eager: boolean;
170
- } & {} & {
171
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
172
- default?: (() => vue.VNodeChild) | undefined;
173
- };
174
- $slots?: {
175
- default?: (() => vue.VNodeChild) | undefined;
176
- } | undefined;
177
- 'v-slots'?: {
178
- default?: false | (() => vue.VNodeChild) | undefined;
179
- } | undefined;
180
- } & {
181
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
182
- }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
556
+ declare const VExpansionPanelText: {
557
+ new (...args: any[]): {
558
+ $: vue.ComponentInternalInstance;
559
+ $data: {};
560
+ $props: Partial<{
561
+ eager: boolean;
562
+ }> & Omit<{
563
+ eager: boolean;
564
+ } & {} & {
565
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
566
+ default?: (() => vue.VNodeChild) | undefined;
567
+ };
568
+ $slots?: {
569
+ default?: (() => vue.VNodeChild) | undefined;
570
+ } | undefined;
571
+ 'v-slots'?: {
572
+ default?: false | (() => vue.VNodeChild) | undefined;
573
+ } | undefined;
574
+ } & {
575
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
576
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "eager">;
577
+ $attrs: {
578
+ [x: string]: unknown;
579
+ };
580
+ $refs: {
581
+ [x: string]: unknown;
582
+ };
583
+ $slots: Readonly<{
584
+ [name: string]: vue.Slot | undefined;
585
+ }>;
586
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
587
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
588
+ $emit: (event: string, ...args: any[]) => void;
589
+ $el: any;
590
+ $options: vue.ComponentOptionsBase<{
591
+ eager: boolean;
592
+ } & {} & {
593
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
594
+ default?: (() => vue.VNodeChild) | undefined;
595
+ };
596
+ $slots?: {
597
+ default?: (() => vue.VNodeChild) | undefined;
598
+ } | undefined;
599
+ 'v-slots'?: {
600
+ default?: false | (() => vue.VNodeChild) | undefined;
601
+ } | undefined;
602
+ } & {
603
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
604
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
605
+ eager: boolean;
606
+ }, {}, string> & {
607
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
608
+ created?: ((() => void) | (() => void)[]) | undefined;
609
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
610
+ mounted?: ((() => void) | (() => void)[]) | undefined;
611
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
612
+ updated?: ((() => void) | (() => void)[]) | undefined;
613
+ activated?: ((() => void) | (() => void)[]) | undefined;
614
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
615
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
616
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
617
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
618
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
619
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
620
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
621
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
622
+ };
623
+ $forceUpdate: () => void;
624
+ $nextTick: typeof vue.nextTick;
625
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
626
+ } & {
627
+ eager: boolean;
628
+ } & {} & {
629
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
630
+ default?: (() => vue.VNodeChild) | undefined;
631
+ };
632
+ $slots?: {
633
+ default?: (() => vue.VNodeChild) | undefined;
634
+ } | undefined;
635
+ 'v-slots'?: {
636
+ default?: false | (() => vue.VNodeChild) | undefined;
637
+ } | undefined;
638
+ } & {
639
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
640
+ } & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
641
+ __isFragment?: undefined;
642
+ __isTeleport?: undefined;
643
+ __isSuspense?: undefined;
644
+ } & vue.ComponentOptionsBase<{
183
645
  eager: boolean;
184
646
  } & {} & {
185
647
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -193,9 +655,13 @@ declare const VExpansionPanelText: vue.DefineComponent<{
193
655
  } | undefined;
194
656
  } & {
195
657
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
196
- }, {
658
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
197
659
  eager: boolean;
198
- }>;
660
+ }, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
661
+ eager: BooleanConstructor;
662
+ }, vue.ExtractPropTypes<{
663
+ eager: BooleanConstructor;
664
+ }>>;
199
665
  type VExpansionPanelText = InstanceType<typeof VExpansionPanelText>;
200
666
 
201
667
  interface ExpansionPanelTitleSlot {
@@ -205,7 +671,133 @@ interface ExpansionPanelTitleSlot {
205
671
  expandIcon: IconValue;
206
672
  readonly: boolean;
207
673
  }
208
- declare const VExpansionPanelTitle: vue.DefineComponent<{
674
+ declare const VExpansionPanelTitle: {
675
+ new (...args: any[]): {
676
+ $: vue.ComponentInternalInstance;
677
+ $data: {};
678
+ $props: Partial<{
679
+ readonly: boolean;
680
+ ripple: boolean | Record<string, any>;
681
+ collapseIcon: IconValue;
682
+ expandIcon: IconValue;
683
+ hideActions: boolean;
684
+ }> & Omit<{
685
+ readonly: boolean;
686
+ ripple: boolean | Record<string, any>;
687
+ collapseIcon: IconValue;
688
+ expandIcon: IconValue;
689
+ hideActions: boolean;
690
+ } & {
691
+ color?: string | undefined;
692
+ } & {
693
+ $children?: {} | vue.VNodeChild | {
694
+ default?: ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
695
+ actions?: ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
696
+ };
697
+ $slots?: {
698
+ default?: ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
699
+ actions?: ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
700
+ } | undefined;
701
+ 'v-slots'?: {
702
+ default?: false | ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
703
+ actions?: false | ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
704
+ } | undefined;
705
+ } & {
706
+ "v-slot:default"?: false | ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
707
+ "v-slot:actions"?: false | ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
708
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "readonly" | "ripple" | "collapseIcon" | "expandIcon" | "hideActions">;
709
+ $attrs: {
710
+ [x: string]: unknown;
711
+ };
712
+ $refs: {
713
+ [x: string]: unknown;
714
+ };
715
+ $slots: Readonly<{
716
+ [name: string]: vue.Slot | undefined;
717
+ }>;
718
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
719
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
720
+ $emit: (event: string, ...args: any[]) => void;
721
+ $el: any;
722
+ $options: vue.ComponentOptionsBase<{
723
+ readonly: boolean;
724
+ ripple: boolean | Record<string, any>;
725
+ collapseIcon: IconValue;
726
+ expandIcon: IconValue;
727
+ hideActions: boolean;
728
+ } & {
729
+ color?: string | undefined;
730
+ } & {
731
+ $children?: {} | vue.VNodeChild | {
732
+ default?: ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
733
+ actions?: ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
734
+ };
735
+ $slots?: {
736
+ default?: ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
737
+ actions?: ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
738
+ } | undefined;
739
+ 'v-slots'?: {
740
+ default?: false | ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
741
+ actions?: false | ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
742
+ } | undefined;
743
+ } & {
744
+ "v-slot:default"?: false | ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
745
+ "v-slot:actions"?: false | ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
746
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
747
+ readonly: boolean;
748
+ ripple: boolean | Record<string, any>;
749
+ collapseIcon: IconValue;
750
+ expandIcon: IconValue;
751
+ hideActions: boolean;
752
+ }, {}, string> & {
753
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
754
+ created?: ((() => void) | (() => void)[]) | undefined;
755
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
756
+ mounted?: ((() => void) | (() => void)[]) | undefined;
757
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
758
+ updated?: ((() => void) | (() => void)[]) | undefined;
759
+ activated?: ((() => void) | (() => void)[]) | undefined;
760
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
761
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
762
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
763
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
764
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
765
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
766
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
767
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
768
+ };
769
+ $forceUpdate: () => void;
770
+ $nextTick: typeof vue.nextTick;
771
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
772
+ } & {
773
+ readonly: boolean;
774
+ ripple: boolean | Record<string, any>;
775
+ collapseIcon: IconValue;
776
+ expandIcon: IconValue;
777
+ hideActions: boolean;
778
+ } & {
779
+ color?: string | undefined;
780
+ } & {
781
+ $children?: {} | vue.VNodeChild | {
782
+ default?: ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
783
+ actions?: ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
784
+ };
785
+ $slots?: {
786
+ default?: ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
787
+ actions?: ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
788
+ } | undefined;
789
+ 'v-slots'?: {
790
+ default?: false | ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
791
+ actions?: false | ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
792
+ } | undefined;
793
+ } & {
794
+ "v-slot:default"?: false | ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
795
+ "v-slot:actions"?: false | ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
796
+ } & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
797
+ __isFragment?: undefined;
798
+ __isTeleport?: undefined;
799
+ __isSuspense?: undefined;
800
+ } & vue.ComponentOptionsBase<{
209
801
  readonly: boolean;
210
802
  ripple: boolean | Record<string, any>;
211
803
  collapseIcon: IconValue;
@@ -229,37 +821,45 @@ declare const VExpansionPanelTitle: vue.DefineComponent<{
229
821
  } & {
230
822
  "v-slot:default"?: false | ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
231
823
  "v-slot:actions"?: false | ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
232
- }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
824
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
233
825
  readonly: boolean;
234
826
  ripple: boolean | Record<string, any>;
235
827
  collapseIcon: IconValue;
236
828
  expandIcon: IconValue;
237
829
  hideActions: boolean;
238
- } & {
239
- color?: string | undefined;
240
- } & {
241
- $children?: {} | vue.VNodeChild | {
242
- default?: ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
243
- actions?: ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
830
+ }, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
831
+ color: StringConstructor;
832
+ expandIcon: {
833
+ type: vue.PropType<IconValue>;
834
+ default: string;
244
835
  };
245
- $slots?: {
246
- default?: ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
247
- actions?: ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
248
- } | undefined;
249
- 'v-slots'?: {
250
- default?: false | ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
251
- actions?: false | ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
252
- } | undefined;
253
- } & {
254
- "v-slot:default"?: false | ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
255
- "v-slot:actions"?: false | ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
256
- }, {
257
- readonly: boolean;
258
- ripple: boolean | Record<string, any>;
259
- collapseIcon: IconValue;
260
- expandIcon: IconValue;
261
- hideActions: boolean;
262
- }>;
836
+ collapseIcon: {
837
+ type: vue.PropType<IconValue>;
838
+ default: string;
839
+ };
840
+ hideActions: BooleanConstructor;
841
+ ripple: {
842
+ type: (ObjectConstructor | BooleanConstructor)[];
843
+ default: boolean;
844
+ };
845
+ readonly: BooleanConstructor;
846
+ }, vue.ExtractPropTypes<{
847
+ color: StringConstructor;
848
+ expandIcon: {
849
+ type: vue.PropType<IconValue>;
850
+ default: string;
851
+ };
852
+ collapseIcon: {
853
+ type: vue.PropType<IconValue>;
854
+ default: string;
855
+ };
856
+ hideActions: BooleanConstructor;
857
+ ripple: {
858
+ type: (ObjectConstructor | BooleanConstructor)[];
859
+ default: boolean;
860
+ };
861
+ readonly: BooleanConstructor;
862
+ }>>;
263
863
  type VExpansionPanelTitle = InstanceType<typeof VExpansionPanelTitle>;
264
864
 
265
865
  export { VExpansionPanel, VExpansionPanelText, VExpansionPanelTitle, VExpansionPanels };