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,9 +1,103 @@
1
1
  import * as vue from 'vue';
2
- import { PropType, JSXComponent } from 'vue';
2
+ import { ComponentPropsOptions, ExtractPropTypes, PropType, JSXComponent } from 'vue';
3
+
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
+ }
3
7
 
4
8
  type IconValue = string | JSXComponent;
5
9
  declare const IconValue: PropType<IconValue>;
6
- declare const VComponentIcon: vue.DefineComponent<{
10
+ declare const VComponentIcon: {
11
+ new (...args: any[]): {
12
+ $: vue.ComponentInternalInstance;
13
+ $data: {};
14
+ $props: Partial<{}> & Omit<{
15
+ tag: string;
16
+ } & {
17
+ icon?: IconValue | undefined;
18
+ } & {
19
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
20
+ default?: (() => vue.VNodeChild) | undefined;
21
+ };
22
+ $slots?: {
23
+ default?: (() => vue.VNodeChild) | undefined;
24
+ } | undefined;
25
+ 'v-slots'?: {
26
+ default?: false | (() => vue.VNodeChild) | undefined;
27
+ } | undefined;
28
+ } & {
29
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
30
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
31
+ $attrs: {
32
+ [x: string]: unknown;
33
+ };
34
+ $refs: {
35
+ [x: string]: unknown;
36
+ };
37
+ $slots: Readonly<{
38
+ [name: string]: vue.Slot | undefined;
39
+ }>;
40
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
41
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
42
+ $emit: (event: string, ...args: any[]) => void;
43
+ $el: any;
44
+ $options: vue.ComponentOptionsBase<{
45
+ tag: string;
46
+ } & {
47
+ icon?: IconValue | undefined;
48
+ } & {
49
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
50
+ default?: (() => vue.VNodeChild) | undefined;
51
+ };
52
+ $slots?: {
53
+ default?: (() => vue.VNodeChild) | undefined;
54
+ } | undefined;
55
+ 'v-slots'?: {
56
+ default?: false | (() => vue.VNodeChild) | undefined;
57
+ } | undefined;
58
+ } & {
59
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
60
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
61
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
62
+ created?: ((() => void) | (() => void)[]) | undefined;
63
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
64
+ mounted?: ((() => void) | (() => void)[]) | undefined;
65
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
66
+ updated?: ((() => void) | (() => void)[]) | undefined;
67
+ activated?: ((() => void) | (() => void)[]) | undefined;
68
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
69
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
70
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
71
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
72
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
73
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
74
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
75
+ 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;
76
+ };
77
+ $forceUpdate: () => void;
78
+ $nextTick: typeof vue.nextTick;
79
+ $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;
80
+ } & {
81
+ tag: string;
82
+ } & {
83
+ icon?: IconValue | undefined;
84
+ } & {
85
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
86
+ default?: (() => vue.VNodeChild) | undefined;
87
+ };
88
+ $slots?: {
89
+ default?: (() => vue.VNodeChild) | undefined;
90
+ } | undefined;
91
+ 'v-slots'?: {
92
+ default?: false | (() => vue.VNodeChild) | undefined;
93
+ } | undefined;
94
+ } & {
95
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
96
+ } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
97
+ __isFragment?: undefined;
98
+ __isTeleport?: undefined;
99
+ __isSuspense?: undefined;
100
+ } & vue.ComponentOptionsBase<{
7
101
  tag: string;
8
102
  } & {
9
103
  icon?: IconValue | undefined;
@@ -19,25 +113,91 @@ declare const VComponentIcon: vue.DefineComponent<{
19
113
  } | undefined;
20
114
  } & {
21
115
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
22
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
23
- tag: string;
24
- } & {
25
- icon?: IconValue | undefined;
26
- } & {
27
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
28
- default?: (() => vue.VNodeChild) | undefined;
116
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
117
+ icon: {
118
+ type: PropType<IconValue>;
29
119
  };
30
- $slots?: {
31
- default?: (() => vue.VNodeChild) | undefined;
32
- } | undefined;
33
- 'v-slots'?: {
34
- default?: false | (() => vue.VNodeChild) | undefined;
35
- } | undefined;
36
- } & {
37
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
38
- }, {}>;
120
+ tag: {
121
+ type: StringConstructor;
122
+ required: true;
123
+ };
124
+ }, vue.ExtractPropTypes<{
125
+ icon: {
126
+ type: PropType<IconValue>;
127
+ };
128
+ tag: {
129
+ type: StringConstructor;
130
+ required: true;
131
+ };
132
+ }>>;
39
133
  type VComponentIcon = InstanceType<typeof VComponentIcon>;
40
- declare const VSvgIcon: vue.DefineComponent<{
134
+ declare const VSvgIcon: {
135
+ new (...args: any[]): {
136
+ $: vue.ComponentInternalInstance;
137
+ $data: {};
138
+ $props: Partial<{}> & Omit<Readonly<vue.ExtractPropTypes<{
139
+ icon: {
140
+ type: PropType<IconValue>;
141
+ };
142
+ tag: {
143
+ type: StringConstructor;
144
+ required: true;
145
+ };
146
+ }>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
147
+ $attrs: {
148
+ [x: string]: unknown;
149
+ };
150
+ $refs: {
151
+ [x: string]: unknown;
152
+ };
153
+ $slots: Readonly<{
154
+ [name: string]: vue.Slot | undefined;
155
+ }>;
156
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
157
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
158
+ $emit: (event: string, ...args: any[]) => void;
159
+ $el: any;
160
+ $options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<{
161
+ icon: {
162
+ type: PropType<IconValue>;
163
+ };
164
+ tag: {
165
+ type: StringConstructor;
166
+ required: true;
167
+ };
168
+ }>>, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string> & {
169
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
170
+ created?: ((() => void) | (() => void)[]) | undefined;
171
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
172
+ mounted?: ((() => void) | (() => void)[]) | undefined;
173
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
174
+ updated?: ((() => void) | (() => void)[]) | undefined;
175
+ activated?: ((() => void) | (() => void)[]) | undefined;
176
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
177
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
178
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
179
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
180
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
181
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
182
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
183
+ 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;
184
+ };
185
+ $forceUpdate: () => void;
186
+ $nextTick: typeof vue.nextTick;
187
+ $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;
188
+ } & Readonly<vue.ExtractPropTypes<{
189
+ icon: {
190
+ type: PropType<IconValue>;
191
+ };
192
+ tag: {
193
+ type: StringConstructor;
194
+ required: true;
195
+ };
196
+ }>> & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
197
+ __isFragment?: undefined;
198
+ __isTeleport?: undefined;
199
+ __isSuspense?: undefined;
200
+ } & vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<{
41
201
  icon: {
42
202
  type: PropType<IconValue>;
43
203
  };
@@ -45,7 +205,7 @@ declare const VSvgIcon: vue.DefineComponent<{
45
205
  type: StringConstructor;
46
206
  required: true;
47
207
  };
48
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
208
+ }>>, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
49
209
  icon: {
50
210
  type: PropType<IconValue>;
51
211
  };
@@ -53,9 +213,83 @@ declare const VSvgIcon: vue.DefineComponent<{
53
213
  type: StringConstructor;
54
214
  required: true;
55
215
  };
56
- }>>, {}>;
216
+ }, vue.ExtractPropTypes<{
217
+ icon: {
218
+ type: PropType<IconValue>;
219
+ };
220
+ tag: {
221
+ type: StringConstructor;
222
+ required: true;
223
+ };
224
+ }>>;
57
225
  type VSvgIcon = InstanceType<typeof VSvgIcon>;
58
- declare const VLigatureIcon: vue.DefineComponent<{
226
+ declare const VLigatureIcon: {
227
+ new (...args: any[]): {
228
+ $: vue.ComponentInternalInstance;
229
+ $data: {};
230
+ $props: Partial<{}> & Omit<Readonly<vue.ExtractPropTypes<{
231
+ icon: {
232
+ type: PropType<IconValue>;
233
+ };
234
+ tag: {
235
+ type: StringConstructor;
236
+ required: true;
237
+ };
238
+ }>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
239
+ $attrs: {
240
+ [x: string]: unknown;
241
+ };
242
+ $refs: {
243
+ [x: string]: unknown;
244
+ };
245
+ $slots: Readonly<{
246
+ [name: string]: vue.Slot | undefined;
247
+ }>;
248
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
249
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
250
+ $emit: (event: string, ...args: any[]) => void;
251
+ $el: any;
252
+ $options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<{
253
+ icon: {
254
+ type: PropType<IconValue>;
255
+ };
256
+ tag: {
257
+ type: StringConstructor;
258
+ required: true;
259
+ };
260
+ }>>, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string> & {
261
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
262
+ created?: ((() => void) | (() => void)[]) | undefined;
263
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
264
+ mounted?: ((() => void) | (() => void)[]) | undefined;
265
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
266
+ updated?: ((() => void) | (() => void)[]) | undefined;
267
+ activated?: ((() => void) | (() => void)[]) | undefined;
268
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
269
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
270
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
271
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
272
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
273
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
274
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
275
+ 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;
276
+ };
277
+ $forceUpdate: () => void;
278
+ $nextTick: typeof vue.nextTick;
279
+ $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;
280
+ } & Readonly<vue.ExtractPropTypes<{
281
+ icon: {
282
+ type: PropType<IconValue>;
283
+ };
284
+ tag: {
285
+ type: StringConstructor;
286
+ required: true;
287
+ };
288
+ }>> & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
289
+ __isFragment?: undefined;
290
+ __isTeleport?: undefined;
291
+ __isSuspense?: undefined;
292
+ } & vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<{
59
293
  icon: {
60
294
  type: PropType<IconValue>;
61
295
  };
@@ -63,7 +297,7 @@ declare const VLigatureIcon: vue.DefineComponent<{
63
297
  type: StringConstructor;
64
298
  required: true;
65
299
  };
66
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
300
+ }>>, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
67
301
  icon: {
68
302
  type: PropType<IconValue>;
69
303
  };
@@ -71,9 +305,91 @@ declare const VLigatureIcon: vue.DefineComponent<{
71
305
  type: StringConstructor;
72
306
  required: true;
73
307
  };
74
- }>>, {}>;
308
+ }, vue.ExtractPropTypes<{
309
+ icon: {
310
+ type: PropType<IconValue>;
311
+ };
312
+ tag: {
313
+ type: StringConstructor;
314
+ required: true;
315
+ };
316
+ }>>;
75
317
  type VLigatureIcon = InstanceType<typeof VLigatureIcon>;
76
- declare const VClassIcon: vue.DefineComponent<{
318
+ declare const VClassIcon: {
319
+ new (...args: any[]): {
320
+ $: vue.ComponentInternalInstance;
321
+ $data: {};
322
+ $props: Partial<{}> & Omit<Readonly<vue.ExtractPropTypes<{
323
+ icon: {
324
+ type: PropType<IconValue>;
325
+ };
326
+ tag: {
327
+ type: StringConstructor;
328
+ required: true;
329
+ };
330
+ }>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
331
+ $attrs: {
332
+ [x: string]: unknown;
333
+ };
334
+ $refs: {
335
+ [x: string]: unknown;
336
+ };
337
+ $slots: Readonly<{
338
+ [name: string]: vue.Slot | undefined;
339
+ }>;
340
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
341
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
342
+ $emit: (event: string, ...args: any[]) => void;
343
+ $el: any;
344
+ $options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<{
345
+ icon: {
346
+ type: PropType<IconValue>;
347
+ };
348
+ tag: {
349
+ type: StringConstructor;
350
+ required: true;
351
+ };
352
+ }>>, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string> & {
353
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
354
+ created?: ((() => void) | (() => void)[]) | undefined;
355
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
356
+ mounted?: ((() => void) | (() => void)[]) | undefined;
357
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
358
+ updated?: ((() => void) | (() => void)[]) | undefined;
359
+ activated?: ((() => void) | (() => void)[]) | undefined;
360
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
361
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
362
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
363
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
364
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
365
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
366
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
367
+ 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;
368
+ };
369
+ $forceUpdate: () => void;
370
+ $nextTick: typeof vue.nextTick;
371
+ $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;
372
+ } & Readonly<vue.ExtractPropTypes<{
373
+ icon: {
374
+ type: PropType<IconValue>;
375
+ };
376
+ tag: {
377
+ type: StringConstructor;
378
+ required: true;
379
+ };
380
+ }>> & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
381
+ __isFragment?: undefined;
382
+ __isTeleport?: undefined;
383
+ __isSuspense?: undefined;
384
+ } & vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<{
385
+ icon: {
386
+ type: PropType<IconValue>;
387
+ };
388
+ tag: {
389
+ type: StringConstructor;
390
+ required: true;
391
+ };
392
+ }>>, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
77
393
  icon: {
78
394
  type: PropType<IconValue>;
79
395
  };
@@ -81,7 +397,7 @@ declare const VClassIcon: vue.DefineComponent<{
81
397
  type: StringConstructor;
82
398
  required: true;
83
399
  };
84
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
400
+ }, vue.ExtractPropTypes<{
85
401
  icon: {
86
402
  type: PropType<IconValue>;
87
403
  };
@@ -89,10 +405,125 @@ declare const VClassIcon: vue.DefineComponent<{
89
405
  type: StringConstructor;
90
406
  required: true;
91
407
  };
92
- }>>, {}>;
408
+ }>>;
93
409
  type VClassIcon = InstanceType<typeof VClassIcon>;
94
410
 
95
- declare const VIcon: vue.DefineComponent<{
411
+ declare const VIcon: {
412
+ new (...args: any[]): {
413
+ $: vue.ComponentInternalInstance;
414
+ $data: {};
415
+ $props: Partial<{
416
+ end: boolean;
417
+ start: boolean;
418
+ size: string | number;
419
+ tag: string;
420
+ }> & Omit<{
421
+ end: boolean;
422
+ start: boolean;
423
+ size: string | number;
424
+ tag: string;
425
+ } & {
426
+ color?: string | undefined;
427
+ icon?: IconValue | undefined;
428
+ theme?: string | undefined;
429
+ } & {
430
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
431
+ default?: (() => vue.VNodeChild) | undefined;
432
+ };
433
+ $slots?: {
434
+ default?: (() => vue.VNodeChild) | undefined;
435
+ } | undefined;
436
+ 'v-slots'?: {
437
+ default?: false | (() => vue.VNodeChild) | undefined;
438
+ } | undefined;
439
+ } & {
440
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
441
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "end" | "start" | "size" | "tag">;
442
+ $attrs: {
443
+ [x: string]: unknown;
444
+ };
445
+ $refs: {
446
+ [x: string]: unknown;
447
+ };
448
+ $slots: Readonly<{
449
+ [name: string]: vue.Slot | undefined;
450
+ }>;
451
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
452
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
453
+ $emit: (event: string, ...args: any[]) => void;
454
+ $el: any;
455
+ $options: vue.ComponentOptionsBase<{
456
+ end: boolean;
457
+ start: boolean;
458
+ size: string | number;
459
+ tag: string;
460
+ } & {
461
+ color?: string | undefined;
462
+ icon?: IconValue | undefined;
463
+ theme?: string | undefined;
464
+ } & {
465
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
466
+ default?: (() => vue.VNodeChild) | undefined;
467
+ };
468
+ $slots?: {
469
+ default?: (() => vue.VNodeChild) | undefined;
470
+ } | undefined;
471
+ 'v-slots'?: {
472
+ default?: false | (() => vue.VNodeChild) | undefined;
473
+ } | undefined;
474
+ } & {
475
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
476
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
477
+ end: boolean;
478
+ start: boolean;
479
+ size: string | number;
480
+ tag: string;
481
+ }, {}, string> & {
482
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
483
+ created?: ((() => void) | (() => void)[]) | undefined;
484
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
485
+ mounted?: ((() => void) | (() => void)[]) | undefined;
486
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
487
+ updated?: ((() => void) | (() => void)[]) | undefined;
488
+ activated?: ((() => void) | (() => void)[]) | undefined;
489
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
490
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
491
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
492
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
493
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
494
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
495
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
496
+ 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;
497
+ };
498
+ $forceUpdate: () => void;
499
+ $nextTick: typeof vue.nextTick;
500
+ $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;
501
+ } & {
502
+ end: boolean;
503
+ start: boolean;
504
+ size: string | number;
505
+ tag: string;
506
+ } & {
507
+ color?: string | undefined;
508
+ icon?: IconValue | undefined;
509
+ theme?: string | undefined;
510
+ } & {
511
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
512
+ default?: (() => vue.VNodeChild) | undefined;
513
+ };
514
+ $slots?: {
515
+ default?: (() => vue.VNodeChild) | undefined;
516
+ } | undefined;
517
+ 'v-slots'?: {
518
+ default?: false | (() => vue.VNodeChild) | undefined;
519
+ } | undefined;
520
+ } & {
521
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
522
+ } & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
523
+ __isFragment?: undefined;
524
+ __isTeleport?: undefined;
525
+ __isSuspense?: undefined;
526
+ } & vue.ComponentOptionsBase<{
96
527
  end: boolean;
97
528
  start: boolean;
98
529
  size: string | number;
@@ -113,33 +544,46 @@ declare const VIcon: vue.DefineComponent<{
113
544
  } | undefined;
114
545
  } & {
115
546
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
116
- }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
547
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
117
548
  end: boolean;
118
549
  start: boolean;
119
550
  size: string | number;
120
551
  tag: string;
121
- } & {
122
- color?: string | undefined;
123
- icon?: IconValue | undefined;
124
- theme?: string | undefined;
125
- } & {
126
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
127
- default?: (() => vue.VNodeChild) | undefined;
552
+ }, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
553
+ theme: StringConstructor;
554
+ tag: Omit<{
555
+ type: StringConstructor;
556
+ default: string;
557
+ }, "type" | "default"> & {
558
+ type: vue.PropType<string>;
559
+ default: string;
128
560
  };
129
- $slots?: {
130
- default?: (() => vue.VNodeChild) | undefined;
131
- } | undefined;
132
- 'v-slots'?: {
133
- default?: false | (() => vue.VNodeChild) | undefined;
134
- } | undefined;
135
- } & {
136
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
137
- }, {
138
- end: boolean;
139
- start: boolean;
140
- size: string | number;
141
- tag: string;
142
- }>;
561
+ size: {
562
+ type: (StringConstructor | NumberConstructor)[];
563
+ default: string;
564
+ };
565
+ color: StringConstructor;
566
+ start: BooleanConstructor;
567
+ end: BooleanConstructor;
568
+ icon: vue.PropType<IconValue>;
569
+ }, vue.ExtractPropTypes<{
570
+ theme: StringConstructor;
571
+ tag: Omit<{
572
+ type: StringConstructor;
573
+ default: string;
574
+ }, "type" | "default"> & {
575
+ type: vue.PropType<string>;
576
+ default: string;
577
+ };
578
+ size: {
579
+ type: (StringConstructor | NumberConstructor)[];
580
+ default: string;
581
+ };
582
+ color: StringConstructor;
583
+ start: BooleanConstructor;
584
+ end: BooleanConstructor;
585
+ icon: vue.PropType<IconValue>;
586
+ }>>;
143
587
  type VIcon = InstanceType<typeof VIcon>;
144
588
 
145
589
  export { VClassIcon, VComponentIcon, VIcon, VLigatureIcon, VSvgIcon };