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,37 +1,164 @@
1
1
  import * as vue from 'vue';
2
+ import { ComponentPropsOptions, ExtractPropTypes, PropType } 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
+ }
2
7
 
3
8
  declare function deepEqual(a: any, b: any): boolean;
4
9
 
5
- declare const VChipGroup: vue.DefineComponent<{
6
- filter: boolean;
7
- disabled: boolean;
8
- multiple: boolean;
9
- tag: string;
10
- column: boolean;
11
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
12
- selectedClass: string;
13
- valueComparator: typeof deepEqual;
14
- } & {
15
- max?: number | undefined;
16
- color?: string | undefined;
17
- mandatory?: boolean | "force" | undefined;
18
- theme?: string | undefined;
19
- modelValue?: any;
20
- } & {
21
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
22
- default?: (() => vue.VNodeChild) | undefined;
23
- };
24
- $slots?: {
25
- default?: (() => vue.VNodeChild) | undefined;
26
- } | undefined;
27
- 'v-slots'?: {
28
- default?: false | (() => vue.VNodeChild) | undefined;
29
- } | undefined;
30
- } & {
31
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
32
- }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
33
- 'update:modelValue': (value: any) => boolean;
34
- }, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
10
+ declare const VChipGroup: {
11
+ new (...args: any[]): {
12
+ $: vue.ComponentInternalInstance;
13
+ $data: {};
14
+ $props: Partial<{
15
+ filter: boolean;
16
+ disabled: boolean;
17
+ multiple: boolean;
18
+ tag: string;
19
+ column: boolean;
20
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
21
+ modelValue: any;
22
+ selectedClass: string;
23
+ valueComparator: typeof deepEqual;
24
+ }> & Omit<{
25
+ filter: boolean;
26
+ disabled: boolean;
27
+ multiple: boolean;
28
+ tag: string;
29
+ column: boolean;
30
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
31
+ selectedClass: string;
32
+ valueComparator: typeof deepEqual;
33
+ } & {
34
+ max?: number | undefined;
35
+ color?: string | undefined;
36
+ mandatory?: boolean | "force" | undefined;
37
+ theme?: string | undefined;
38
+ modelValue?: any;
39
+ } & {
40
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
41
+ default?: (() => vue.VNodeChild) | undefined;
42
+ };
43
+ $slots?: {
44
+ default?: (() => vue.VNodeChild) | undefined;
45
+ } | undefined;
46
+ 'v-slots'?: {
47
+ default?: false | (() => vue.VNodeChild) | undefined;
48
+ } | undefined;
49
+ } & {
50
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
51
+ } & {
52
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
53
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "filter" | "disabled" | "multiple" | "tag" | "column" | "variant" | "modelValue" | "selectedClass" | "valueComparator">;
54
+ $attrs: {
55
+ [x: string]: unknown;
56
+ };
57
+ $refs: {
58
+ [x: string]: unknown;
59
+ };
60
+ $slots: Readonly<{
61
+ [name: string]: vue.Slot | undefined;
62
+ }>;
63
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
64
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
65
+ $emit: (event: "update:modelValue", value: any) => void;
66
+ $el: any;
67
+ $options: vue.ComponentOptionsBase<{
68
+ filter: boolean;
69
+ disabled: boolean;
70
+ multiple: boolean;
71
+ tag: string;
72
+ column: boolean;
73
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
74
+ selectedClass: string;
75
+ valueComparator: typeof deepEqual;
76
+ } & {
77
+ max?: number | undefined;
78
+ color?: string | undefined;
79
+ mandatory?: boolean | "force" | undefined;
80
+ theme?: string | undefined;
81
+ modelValue?: any;
82
+ } & {
83
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
84
+ default?: (() => vue.VNodeChild) | undefined;
85
+ };
86
+ $slots?: {
87
+ default?: (() => vue.VNodeChild) | undefined;
88
+ } | undefined;
89
+ 'v-slots'?: {
90
+ default?: false | (() => vue.VNodeChild) | undefined;
91
+ } | undefined;
92
+ } & {
93
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
94
+ } & {
95
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
96
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
97
+ 'update:modelValue': (value: any) => boolean;
98
+ }, string, {
99
+ filter: boolean;
100
+ disabled: boolean;
101
+ multiple: boolean;
102
+ tag: string;
103
+ column: boolean;
104
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
105
+ modelValue: any;
106
+ selectedClass: string;
107
+ valueComparator: typeof deepEqual;
108
+ }, {}, string> & {
109
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
110
+ created?: ((() => void) | (() => void)[]) | undefined;
111
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
112
+ mounted?: ((() => void) | (() => void)[]) | undefined;
113
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
114
+ updated?: ((() => void) | (() => void)[]) | undefined;
115
+ activated?: ((() => void) | (() => void)[]) | undefined;
116
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
117
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
118
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
119
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
120
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
121
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
122
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
123
+ 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;
124
+ };
125
+ $forceUpdate: () => void;
126
+ $nextTick: typeof vue.nextTick;
127
+ $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;
128
+ } & {
129
+ filter: boolean;
130
+ disabled: boolean;
131
+ multiple: boolean;
132
+ tag: string;
133
+ column: boolean;
134
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
135
+ selectedClass: string;
136
+ valueComparator: typeof deepEqual;
137
+ } & {
138
+ max?: number | undefined;
139
+ color?: string | undefined;
140
+ mandatory?: boolean | "force" | undefined;
141
+ theme?: string | undefined;
142
+ modelValue?: any;
143
+ } & {
144
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
145
+ default?: (() => vue.VNodeChild) | undefined;
146
+ };
147
+ $slots?: {
148
+ default?: (() => vue.VNodeChild) | undefined;
149
+ } | undefined;
150
+ 'v-slots'?: {
151
+ default?: false | (() => vue.VNodeChild) | undefined;
152
+ } | undefined;
153
+ } & {
154
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
155
+ } & {
156
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
157
+ } & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
158
+ __isFragment?: undefined;
159
+ __isTeleport?: undefined;
160
+ __isSuspense?: undefined;
161
+ } & vue.ComponentOptionsBase<{
35
162
  filter: boolean;
36
163
  disabled: boolean;
37
164
  multiple: boolean;
@@ -60,7 +187,9 @@ declare const VChipGroup: vue.DefineComponent<{
60
187
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
61
188
  } & {
62
189
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
63
- }, {
190
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
191
+ 'update:modelValue': (value: any) => boolean;
192
+ }, string, {
64
193
  filter: boolean;
65
194
  disabled: boolean;
66
195
  multiple: boolean;
@@ -70,7 +199,73 @@ declare const VChipGroup: vue.DefineComponent<{
70
199
  modelValue: any;
71
200
  selectedClass: string;
72
201
  valueComparator: typeof deepEqual;
73
- }>;
202
+ }, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
203
+ color: StringConstructor;
204
+ variant: Omit<{
205
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
206
+ default: string;
207
+ validator: (v: any) => boolean;
208
+ }, "type" | "default"> & {
209
+ type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
210
+ default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
211
+ };
212
+ theme: StringConstructor;
213
+ tag: {
214
+ type: StringConstructor;
215
+ default: string;
216
+ };
217
+ modelValue: {
218
+ type: null;
219
+ default: undefined;
220
+ };
221
+ multiple: BooleanConstructor;
222
+ mandatory: PropType<boolean | "force">;
223
+ max: NumberConstructor;
224
+ selectedClass: {
225
+ type: PropType<string>;
226
+ default: string;
227
+ };
228
+ disabled: BooleanConstructor;
229
+ column: BooleanConstructor;
230
+ filter: BooleanConstructor;
231
+ valueComparator: {
232
+ type: PropType<typeof deepEqual>;
233
+ default: typeof deepEqual;
234
+ };
235
+ }, vue.ExtractPropTypes<{
236
+ color: StringConstructor;
237
+ variant: Omit<{
238
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
239
+ default: string;
240
+ validator: (v: any) => boolean;
241
+ }, "type" | "default"> & {
242
+ type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
243
+ default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
244
+ };
245
+ theme: StringConstructor;
246
+ tag: {
247
+ type: StringConstructor;
248
+ default: string;
249
+ };
250
+ modelValue: {
251
+ type: null;
252
+ default: undefined;
253
+ };
254
+ multiple: BooleanConstructor;
255
+ mandatory: PropType<boolean | "force">;
256
+ max: NumberConstructor;
257
+ selectedClass: {
258
+ type: PropType<string>;
259
+ default: string;
260
+ };
261
+ disabled: BooleanConstructor;
262
+ column: BooleanConstructor;
263
+ filter: BooleanConstructor;
264
+ valueComparator: {
265
+ type: PropType<typeof deepEqual>;
266
+ default: typeof deepEqual;
267
+ };
268
+ }>>;
74
269
  type VChipGroup = InstanceType<typeof VChipGroup>;
75
270
 
76
271
  export { VChipGroup };
@@ -1,6 +1,103 @@
1
1
  import * as vue from 'vue';
2
+ import { ComponentPropsOptions, ExtractPropTypes } from 'vue';
2
3
 
3
- declare const VCode: vue.DefineComponent<{
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 VCode: {
9
+ new (...args: any[]): {
10
+ $: vue.ComponentInternalInstance;
11
+ $data: {};
12
+ $props: Partial<{
13
+ tag: string;
14
+ }> & Omit<{
15
+ tag: string;
16
+ } & {} & {
17
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
18
+ default?: (() => vue.VNodeChild) | undefined;
19
+ };
20
+ $slots?: {
21
+ default?: (() => vue.VNodeChild) | undefined;
22
+ } | undefined;
23
+ 'v-slots'?: {
24
+ default?: false | (() => vue.VNodeChild) | undefined;
25
+ } | undefined;
26
+ } & {
27
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
28
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "tag">;
29
+ $attrs: {
30
+ [x: string]: unknown;
31
+ };
32
+ $refs: {
33
+ [x: string]: unknown;
34
+ };
35
+ $slots: Readonly<{
36
+ [name: string]: vue.Slot | undefined;
37
+ }>;
38
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
39
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
40
+ $emit: (event: string, ...args: any[]) => void;
41
+ $el: any;
42
+ $options: vue.ComponentOptionsBase<{
43
+ tag: string;
44
+ } & {} & {
45
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
46
+ default?: (() => vue.VNodeChild) | undefined;
47
+ };
48
+ $slots?: {
49
+ default?: (() => vue.VNodeChild) | undefined;
50
+ } | undefined;
51
+ 'v-slots'?: {
52
+ default?: false | (() => vue.VNodeChild) | undefined;
53
+ } | undefined;
54
+ } & {
55
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
56
+ }, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
57
+ [key: string]: any;
58
+ }>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
59
+ tag: string;
60
+ }, {}, 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
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
84
+ default?: (() => vue.VNodeChild) | undefined;
85
+ };
86
+ $slots?: {
87
+ default?: (() => vue.VNodeChild) | undefined;
88
+ } | undefined;
89
+ 'v-slots'?: {
90
+ default?: false | (() => vue.VNodeChild) | undefined;
91
+ } | undefined;
92
+ } & {
93
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
94
+ } & vue.ShallowUnwrapRef<() => vue.VNode<vue.RendererNode, vue.RendererElement, {
95
+ [key: string]: any;
96
+ }>> & {} & vue.ComponentCustomProperties & {};
97
+ __isFragment?: undefined;
98
+ __isTeleport?: undefined;
99
+ __isSuspense?: undefined;
100
+ } & vue.ComponentOptionsBase<{
4
101
  tag: string;
5
102
  } & {} & {
6
103
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -16,23 +113,19 @@ declare const VCode: vue.DefineComponent<{
16
113
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
17
114
  }, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
18
115
  [key: string]: any;
19
- }>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
116
+ }>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
20
117
  tag: string;
21
- } & {} & {
22
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
23
- default?: (() => vue.VNodeChild) | undefined;
118
+ }, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
119
+ tag: {
120
+ type: StringConstructor;
121
+ default: string;
24
122
  };
25
- $slots?: {
26
- default?: (() => vue.VNodeChild) | undefined;
27
- } | undefined;
28
- 'v-slots'?: {
29
- default?: false | (() => vue.VNodeChild) | undefined;
30
- } | undefined;
31
- } & {
32
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
33
- }, {
34
- tag: string;
35
- }>;
123
+ }, vue.ExtractPropTypes<{
124
+ tag: {
125
+ type: StringConstructor;
126
+ default: string;
127
+ };
128
+ }>>;
36
129
  type VCode = InstanceType<typeof VCode>;
37
130
 
38
131
  export { VCode };