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,13 +1,17 @@
1
1
  import * as vue from 'vue';
2
- import { JSXComponent, PropType, WritableComputedRef, Ref, CSSProperties } from 'vue';
2
+ import { ComponentPropsOptions, ExtractPropTypes, JSXComponent, PropType, WritableComputedRef, Ref, CSSProperties } 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
+ }
7
+
8
+ declare function deepEqual(a: any, b: any): boolean;
3
9
 
4
10
  type Density = null | 'default' | 'comfortable' | 'compact';
5
11
 
6
12
  type IconValue = string | JSXComponent;
7
13
  declare const IconValue: PropType<IconValue>;
8
14
 
9
- declare function deepEqual(a: any, b: any): boolean;
10
-
11
15
  type SelectionControlSlot = {
12
16
  model: WritableComputedRef<any>;
13
17
  textColorClasses: Ref<string[]>;
@@ -19,61 +23,233 @@ type SelectionControlSlot = {
19
23
  };
20
24
  };
21
25
 
22
- declare const VRadio: vue.DefineComponent<{
23
- inline: boolean;
24
- error: boolean;
25
- disabled: boolean;
26
- multiple: boolean | null;
27
- readonly: boolean;
28
- density: Density;
29
- ripple: boolean;
30
- falseIcon: NonNullable<IconValue>;
31
- trueIcon: NonNullable<IconValue>;
32
- valueComparator: typeof deepEqual;
33
- } & {
34
- type?: string | undefined;
35
- id?: string | undefined;
36
- name?: string | undefined;
37
- color?: string | undefined;
38
- value?: any;
39
- label?: string | undefined;
40
- theme?: string | undefined;
41
- modelValue?: any;
42
- trueValue?: any;
43
- falseValue?: any;
44
- } & {
45
- $children?: {} | vue.VNodeChild | {
46
- default?: (() => vue.VNodeChild) | undefined;
47
- label?: ((args_0: {
26
+ declare const VRadio: {
27
+ new (...args: any[]): {
28
+ $: vue.ComponentInternalInstance;
29
+ $data: {};
30
+ $props: Partial<{
31
+ inline: boolean;
32
+ error: boolean;
33
+ disabled: boolean;
34
+ multiple: boolean | null;
35
+ readonly: boolean;
36
+ density: Density;
37
+ ripple: boolean;
38
+ falseIcon: NonNullable<IconValue>;
39
+ trueIcon: NonNullable<IconValue>;
40
+ valueComparator: typeof deepEqual;
41
+ }> & Omit<{
42
+ inline: boolean;
43
+ error: boolean;
44
+ disabled: boolean;
45
+ multiple: boolean | null;
46
+ readonly: boolean;
47
+ density: Density;
48
+ ripple: boolean;
49
+ falseIcon: NonNullable<IconValue>;
50
+ trueIcon: NonNullable<IconValue>;
51
+ valueComparator: typeof deepEqual;
52
+ } & {
53
+ type?: string | undefined;
54
+ id?: string | undefined;
55
+ name?: string | undefined;
56
+ color?: string | undefined;
57
+ value?: any;
58
+ label?: string | undefined;
59
+ theme?: string | undefined;
60
+ modelValue?: any;
61
+ trueValue?: any;
62
+ falseValue?: any;
63
+ } & {
64
+ $children?: {} | vue.VNodeChild | {
65
+ default?: (() => vue.VNodeChild) | undefined;
66
+ label?: ((args_0: {
67
+ label: string | undefined;
68
+ props: Record<string, unknown>;
69
+ }) => vue.VNodeChild) | undefined;
70
+ input?: ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
71
+ };
72
+ $slots?: {
73
+ default?: (() => vue.VNodeChild) | undefined;
74
+ label?: ((args_0: {
75
+ label: string | undefined;
76
+ props: Record<string, unknown>;
77
+ }) => vue.VNodeChild) | undefined;
78
+ input?: ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
79
+ } | undefined;
80
+ 'v-slots'?: {
81
+ default?: false | (() => vue.VNodeChild) | undefined;
82
+ label?: false | ((args_0: {
83
+ label: string | undefined;
84
+ props: Record<string, unknown>;
85
+ }) => vue.VNodeChild) | undefined;
86
+ input?: false | ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
87
+ } | undefined;
88
+ } & {
89
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
90
+ "v-slot:label"?: false | ((args_0: {
91
+ label: string | undefined;
92
+ props: Record<string, unknown>;
93
+ }) => vue.VNodeChild) | undefined;
94
+ "v-slot:input"?: false | ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
95
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "inline" | "error" | "disabled" | "multiple" | "readonly" | "density" | "ripple" | "falseIcon" | "trueIcon" | "valueComparator">;
96
+ $attrs: {
97
+ [x: string]: unknown;
98
+ };
99
+ $refs: {
100
+ [x: string]: unknown;
101
+ };
102
+ $slots: Readonly<{
103
+ [name: string]: vue.Slot | undefined;
104
+ }>;
105
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
106
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
107
+ $emit: (event: string, ...args: any[]) => void;
108
+ $el: any;
109
+ $options: vue.ComponentOptionsBase<{
110
+ inline: boolean;
111
+ error: boolean;
112
+ disabled: boolean;
113
+ multiple: boolean | null;
114
+ readonly: boolean;
115
+ density: Density;
116
+ ripple: boolean;
117
+ falseIcon: NonNullable<IconValue>;
118
+ trueIcon: NonNullable<IconValue>;
119
+ valueComparator: typeof deepEqual;
120
+ } & {
121
+ type?: string | undefined;
122
+ id?: string | undefined;
123
+ name?: string | undefined;
124
+ color?: string | undefined;
125
+ value?: any;
126
+ label?: string | undefined;
127
+ theme?: string | undefined;
128
+ modelValue?: any;
129
+ trueValue?: any;
130
+ falseValue?: any;
131
+ } & {
132
+ $children?: {} | vue.VNodeChild | {
133
+ default?: (() => vue.VNodeChild) | undefined;
134
+ label?: ((args_0: {
135
+ label: string | undefined;
136
+ props: Record<string, unknown>;
137
+ }) => vue.VNodeChild) | undefined;
138
+ input?: ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
139
+ };
140
+ $slots?: {
141
+ default?: (() => vue.VNodeChild) | undefined;
142
+ label?: ((args_0: {
143
+ label: string | undefined;
144
+ props: Record<string, unknown>;
145
+ }) => vue.VNodeChild) | undefined;
146
+ input?: ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
147
+ } | undefined;
148
+ 'v-slots'?: {
149
+ default?: false | (() => vue.VNodeChild) | undefined;
150
+ label?: false | ((args_0: {
151
+ label: string | undefined;
152
+ props: Record<string, unknown>;
153
+ }) => vue.VNodeChild) | undefined;
154
+ input?: false | ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
155
+ } | undefined;
156
+ } & {
157
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
158
+ "v-slot:label"?: false | ((args_0: {
159
+ label: string | undefined;
160
+ props: Record<string, unknown>;
161
+ }) => vue.VNodeChild) | undefined;
162
+ "v-slot:input"?: false | ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
163
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
164
+ inline: boolean;
165
+ error: boolean;
166
+ disabled: boolean;
167
+ multiple: boolean | null;
168
+ readonly: boolean;
169
+ density: Density;
170
+ ripple: boolean;
171
+ falseIcon: NonNullable<IconValue>;
172
+ trueIcon: NonNullable<IconValue>;
173
+ valueComparator: typeof deepEqual;
174
+ }, {}, string> & {
175
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
176
+ created?: ((() => void) | (() => void)[]) | undefined;
177
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
178
+ mounted?: ((() => void) | (() => void)[]) | undefined;
179
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
180
+ updated?: ((() => void) | (() => void)[]) | undefined;
181
+ activated?: ((() => void) | (() => void)[]) | undefined;
182
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
183
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
184
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
185
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
186
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
187
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
188
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
189
+ 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;
190
+ };
191
+ $forceUpdate: () => void;
192
+ $nextTick: typeof vue.nextTick;
193
+ $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;
194
+ } & {
195
+ inline: boolean;
196
+ error: boolean;
197
+ disabled: boolean;
198
+ multiple: boolean | null;
199
+ readonly: boolean;
200
+ density: Density;
201
+ ripple: boolean;
202
+ falseIcon: NonNullable<IconValue>;
203
+ trueIcon: NonNullable<IconValue>;
204
+ valueComparator: typeof deepEqual;
205
+ } & {
206
+ type?: string | undefined;
207
+ id?: string | undefined;
208
+ name?: string | undefined;
209
+ color?: string | undefined;
210
+ value?: any;
211
+ label?: string | undefined;
212
+ theme?: string | undefined;
213
+ modelValue?: any;
214
+ trueValue?: any;
215
+ falseValue?: any;
216
+ } & {
217
+ $children?: {} | vue.VNodeChild | {
218
+ default?: (() => vue.VNodeChild) | undefined;
219
+ label?: ((args_0: {
220
+ label: string | undefined;
221
+ props: Record<string, unknown>;
222
+ }) => vue.VNodeChild) | undefined;
223
+ input?: ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
224
+ };
225
+ $slots?: {
226
+ default?: (() => vue.VNodeChild) | undefined;
227
+ label?: ((args_0: {
228
+ label: string | undefined;
229
+ props: Record<string, unknown>;
230
+ }) => vue.VNodeChild) | undefined;
231
+ input?: ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
232
+ } | undefined;
233
+ 'v-slots'?: {
234
+ default?: false | (() => vue.VNodeChild) | undefined;
235
+ label?: false | ((args_0: {
236
+ label: string | undefined;
237
+ props: Record<string, unknown>;
238
+ }) => vue.VNodeChild) | undefined;
239
+ input?: false | ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
240
+ } | undefined;
241
+ } & {
242
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
243
+ "v-slot:label"?: false | ((args_0: {
48
244
  label: string | undefined;
49
245
  props: Record<string, unknown>;
50
246
  }) => vue.VNodeChild) | undefined;
51
- input?: ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
52
- };
53
- $slots?: {
54
- default?: (() => vue.VNodeChild) | undefined;
55
- label?: ((args_0: {
56
- label: string | undefined;
57
- props: Record<string, unknown>;
58
- }) => vue.VNodeChild) | undefined;
59
- input?: ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
60
- } | undefined;
61
- 'v-slots'?: {
62
- default?: false | (() => vue.VNodeChild) | undefined;
63
- label?: false | ((args_0: {
64
- label: string | undefined;
65
- props: Record<string, unknown>;
66
- }) => vue.VNodeChild) | undefined;
67
- input?: false | ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
68
- } | undefined;
69
- } & {
70
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
71
- "v-slot:label"?: false | ((args_0: {
72
- label: string | undefined;
73
- props: Record<string, unknown>;
74
- }) => vue.VNodeChild) | undefined;
75
- "v-slot:input"?: false | ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
76
- }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
247
+ "v-slot:input"?: false | ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
248
+ } & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
249
+ __isFragment?: undefined;
250
+ __isTeleport?: undefined;
251
+ __isSuspense?: undefined;
252
+ } & vue.ComponentOptionsBase<{
77
253
  inline: boolean;
78
254
  error: boolean;
79
255
  disabled: boolean;
@@ -127,7 +303,7 @@ declare const VRadio: vue.DefineComponent<{
127
303
  props: Record<string, unknown>;
128
304
  }) => vue.VNodeChild) | undefined;
129
305
  "v-slot:input"?: false | ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
130
- }, {
306
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
131
307
  inline: boolean;
132
308
  error: boolean;
133
309
  disabled: boolean;
@@ -138,7 +314,87 @@ declare const VRadio: vue.DefineComponent<{
138
314
  falseIcon: NonNullable<IconValue>;
139
315
  trueIcon: NonNullable<IconValue>;
140
316
  valueComparator: typeof deepEqual;
141
- }>;
317
+ }, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
318
+ density: {
319
+ type: vue.PropType<Density>;
320
+ default: string;
321
+ validator: (v: any) => boolean;
322
+ };
323
+ theme: StringConstructor;
324
+ color: StringConstructor;
325
+ disabled: BooleanConstructor;
326
+ error: BooleanConstructor;
327
+ id: StringConstructor;
328
+ inline: BooleanConstructor;
329
+ falseIcon: {
330
+ type: vue.PropType<NonNullable<IconValue>>;
331
+ default: NonNullable<IconValue>;
332
+ };
333
+ trueIcon: {
334
+ type: vue.PropType<NonNullable<IconValue>>;
335
+ default: NonNullable<IconValue>;
336
+ };
337
+ ripple: {
338
+ type: BooleanConstructor;
339
+ default: boolean;
340
+ };
341
+ multiple: {
342
+ type: vue.PropType<boolean | null>;
343
+ default: null;
344
+ };
345
+ name: StringConstructor;
346
+ readonly: BooleanConstructor;
347
+ modelValue: null;
348
+ type: StringConstructor;
349
+ valueComparator: {
350
+ type: vue.PropType<typeof deepEqual>;
351
+ default: typeof deepEqual;
352
+ };
353
+ label: StringConstructor;
354
+ trueValue: null;
355
+ falseValue: null;
356
+ value: null;
357
+ }, vue.ExtractPropTypes<{
358
+ density: {
359
+ type: vue.PropType<Density>;
360
+ default: string;
361
+ validator: (v: any) => boolean;
362
+ };
363
+ theme: StringConstructor;
364
+ color: StringConstructor;
365
+ disabled: BooleanConstructor;
366
+ error: BooleanConstructor;
367
+ id: StringConstructor;
368
+ inline: BooleanConstructor;
369
+ falseIcon: {
370
+ type: vue.PropType<NonNullable<IconValue>>;
371
+ default: NonNullable<IconValue>;
372
+ };
373
+ trueIcon: {
374
+ type: vue.PropType<NonNullable<IconValue>>;
375
+ default: NonNullable<IconValue>;
376
+ };
377
+ ripple: {
378
+ type: BooleanConstructor;
379
+ default: boolean;
380
+ };
381
+ multiple: {
382
+ type: vue.PropType<boolean | null>;
383
+ default: null;
384
+ };
385
+ name: StringConstructor;
386
+ readonly: BooleanConstructor;
387
+ modelValue: null;
388
+ type: StringConstructor;
389
+ valueComparator: {
390
+ type: vue.PropType<typeof deepEqual>;
391
+ default: typeof deepEqual;
392
+ };
393
+ label: StringConstructor;
394
+ trueValue: null;
395
+ falseValue: null;
396
+ value: null;
397
+ }>>;
142
398
  type VRadio = InstanceType<typeof VRadio>;
143
399
 
144
400
  export { VRadio };
@@ -3,7 +3,7 @@ import { mergeProps as _mergeProps, resolveDirective as _resolveDirective, creat
3
3
  import "./VRadioGroup.css";
4
4
 
5
5
  // Components
6
- import { filterControlProps } from "../VSelectionControl/VSelectionControl.mjs";
6
+ import { VSelectionControl } from "../VSelectionControl/index.mjs";
7
7
  import { filterInputProps, makeVInputProps, VInput } from "../VInput/VInput.mjs";
8
8
  import { makeSelectionControlGroupProps, VSelectionControlGroup } from "../VSelectionControlGroup/VSelectionControlGroup.mjs";
9
9
  import { VLabel } from "../VLabel/index.mjs"; // Composables
@@ -48,10 +48,7 @@ export const VRadioGroup = genericComponent()({
48
48
  useRender(() => {
49
49
  const [inputAttrs, controlAttrs] = filterInputAttrs(attrs);
50
50
  const [inputProps, _1] = filterInputProps(props);
51
- const [controlProps, _2] = filterControlProps({
52
- ...props,
53
- multiple: false
54
- });
51
+ const [controlProps, _2] = VSelectionControl.filterProps(props);
55
52
  const label = slots.label ? slots.label({
56
53
  label: props.label,
57
54
  props: {
@@ -86,7 +83,8 @@ export const VRadioGroup = genericComponent()({
86
83
  "type": props.type,
87
84
  "disabled": isDisabled.value,
88
85
  "readonly": isReadonly.value,
89
- "aria-labelledby": label ? id.value : undefined
86
+ "aria-labelledby": label ? id.value : undefined,
87
+ "multiple": false
90
88
  }, controlAttrs, {
91
89
  "modelValue": model.value,
92
90
  "onUpdate:modelValue": $event => model.value = $event
@@ -1 +1 @@
1
- {"version":3,"file":"VRadioGroup.mjs","names":["filterControlProps","filterInputProps","makeVInputProps","VInput","makeSelectionControlGroupProps","VSelectionControlGroup","VLabel","IconValue","useProxiedModel","computed","filterInputAttrs","genericComponent","getUid","omit","useRender","VRadioGroup","name","inheritAttrs","props","height","type","Number","String","default","trueIcon","falseIcon","emits","val","setup","attrs","slots","uid","id","model","inputAttrs","controlAttrs","inputProps","_1","controlProps","_2","multiple","label","for","value","messagesId","isDisabled","isReadonly","undefined"],"sources":["../../../src/components/VRadioGroup/VRadioGroup.tsx"],"sourcesContent":["// Styles\nimport './VRadioGroup.sass'\n\n// Components\nimport { filterControlProps } from '@/components/VSelectionControl/VSelectionControl'\nimport { filterInputProps, makeVInputProps, VInput } from '@/components/VInput/VInput'\nimport { makeSelectionControlGroupProps, VSelectionControlGroup } from '@/components/VSelectionControlGroup/VSelectionControlGroup'\nimport { VLabel } from '@/components/VLabel'\n\n// Composables\nimport { IconValue } from '@/composables/icons'\nimport { useProxiedModel } from '@/composables/proxiedModel'\n\n// Utilities\nimport { computed } from 'vue'\nimport { filterInputAttrs, genericComponent, getUid, omit, useRender } from '@/util'\n\n// Types\nimport type { VInputSlots } from '@/components/VInput/VInput'\nimport type { VSelectionControlSlots } from '@/components/VSelectionControl/VSelectionControl'\n\nexport type VRadioGroupSlots = VInputSlots & VSelectionControlSlots\n\nexport const VRadioGroup = genericComponent<VRadioGroupSlots>()({\n name: 'VRadioGroup',\n\n inheritAttrs: false,\n\n props: {\n height: {\n type: [Number, String],\n default: 'auto',\n },\n\n ...makeVInputProps(),\n ...omit(makeSelectionControlGroupProps(), ['multiple']),\n\n trueIcon: {\n type: IconValue,\n default: '$radioOn',\n },\n falseIcon: {\n type: IconValue,\n default: '$radioOff',\n },\n type: {\n type: String,\n default: 'radio',\n },\n },\n\n emits: {\n 'update:modelValue': (val: any) => true,\n },\n\n setup (props, { attrs, slots }) {\n const uid = getUid()\n const id = computed(() => props.id || `radio-group-${uid}`)\n const model = useProxiedModel(props, 'modelValue')\n\n useRender(() => {\n const [inputAttrs, controlAttrs] = filterInputAttrs(attrs)\n const [inputProps, _1] = filterInputProps(props)\n const [controlProps, _2] = filterControlProps({\n ...props,\n multiple: false as const,\n })\n const label = slots.label\n ? slots.label({\n label: props.label,\n props: { for: id.value },\n })\n : props.label\n\n return (\n <VInput\n class=\"v-radio-group\"\n { ...inputAttrs }\n { ...inputProps }\n v-model={ model.value }\n id={ id.value }\n >\n {{\n ...slots,\n default: ({\n id,\n messagesId,\n isDisabled,\n isReadonly,\n }) => (\n <>\n { label && (\n <VLabel id={ id.value }>\n { label }\n </VLabel>\n )}\n\n <VSelectionControlGroup\n { ...controlProps }\n id={ id.value }\n aria-describedby={ messagesId.value }\n defaultsTarget=\"VRadio\"\n trueIcon={ props.trueIcon }\n falseIcon={ props.falseIcon }\n type={ props.type }\n disabled={ isDisabled.value }\n readonly={ isReadonly.value }\n aria-labelledby={ label ? id.value : undefined }\n { ...controlAttrs }\n v-model={ model.value }\n v-slots={ slots }\n />\n </>\n ),\n }}\n </VInput>\n )\n })\n\n return {}\n },\n})\n\nexport type VRadioGroup = InstanceType<typeof VRadioGroup>\n"],"mappings":"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"}
1
+ {"version":3,"file":"VRadioGroup.mjs","names":["VSelectionControl","filterInputProps","makeVInputProps","VInput","makeSelectionControlGroupProps","VSelectionControlGroup","VLabel","IconValue","useProxiedModel","computed","filterInputAttrs","genericComponent","getUid","omit","useRender","VRadioGroup","name","inheritAttrs","props","height","type","Number","String","default","trueIcon","falseIcon","emits","val","setup","attrs","slots","uid","id","model","inputAttrs","controlAttrs","inputProps","_1","controlProps","_2","filterProps","label","for","value","messagesId","isDisabled","isReadonly","undefined"],"sources":["../../../src/components/VRadioGroup/VRadioGroup.tsx"],"sourcesContent":["// Styles\nimport './VRadioGroup.sass'\n\n// Components\nimport { VSelectionControl } from '@/components/VSelectionControl'\nimport { filterInputProps, makeVInputProps, VInput } from '@/components/VInput/VInput'\nimport { makeSelectionControlGroupProps, VSelectionControlGroup } from '@/components/VSelectionControlGroup/VSelectionControlGroup'\nimport { VLabel } from '@/components/VLabel'\n\n// Composables\nimport { IconValue } from '@/composables/icons'\nimport { useProxiedModel } from '@/composables/proxiedModel'\n\n// Utilities\nimport { computed } from 'vue'\nimport { filterInputAttrs, genericComponent, getUid, omit, useRender } from '@/util'\n\n// Types\nimport type { VInputSlots } from '@/components/VInput/VInput'\nimport type { VSelectionControlSlots } from '@/components/VSelectionControl/VSelectionControl'\n\nexport type VRadioGroupSlots = VInputSlots & VSelectionControlSlots\n\nexport const VRadioGroup = genericComponent<VRadioGroupSlots>()({\n name: 'VRadioGroup',\n\n inheritAttrs: false,\n\n props: {\n height: {\n type: [Number, String],\n default: 'auto',\n },\n\n ...makeVInputProps(),\n ...omit(makeSelectionControlGroupProps(), ['multiple']),\n\n trueIcon: {\n type: IconValue,\n default: '$radioOn',\n },\n falseIcon: {\n type: IconValue,\n default: '$radioOff',\n },\n type: {\n type: String,\n default: 'radio',\n },\n },\n\n emits: {\n 'update:modelValue': (val: any) => true,\n },\n\n setup (props, { attrs, slots }) {\n const uid = getUid()\n const id = computed(() => props.id || `radio-group-${uid}`)\n const model = useProxiedModel(props, 'modelValue')\n\n useRender(() => {\n const [inputAttrs, controlAttrs] = filterInputAttrs(attrs)\n const [inputProps, _1] = filterInputProps(props)\n const [controlProps, _2] = VSelectionControl.filterProps(props)\n const label = slots.label\n ? slots.label({\n label: props.label,\n props: { for: id.value },\n })\n : props.label\n\n return (\n <VInput\n class=\"v-radio-group\"\n { ...inputAttrs }\n { ...inputProps }\n v-model={ model.value }\n id={ id.value }\n >\n {{\n ...slots,\n default: ({\n id,\n messagesId,\n isDisabled,\n isReadonly,\n }) => (\n <>\n { label && (\n <VLabel id={ id.value }>\n { label }\n </VLabel>\n )}\n\n <VSelectionControlGroup\n { ...controlProps }\n id={ id.value }\n aria-describedby={ messagesId.value }\n defaultsTarget=\"VRadio\"\n trueIcon={ props.trueIcon }\n falseIcon={ props.falseIcon }\n type={ props.type }\n disabled={ isDisabled.value }\n readonly={ isReadonly.value }\n aria-labelledby={ label ? id.value : undefined }\n multiple={ false }\n { ...controlAttrs }\n v-model={ model.value }\n v-slots={ slots }\n />\n </>\n ),\n }}\n </VInput>\n )\n })\n\n return {}\n },\n})\n\nexport type VRadioGroup = InstanceType<typeof VRadioGroup>\n"],"mappings":"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"}