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,15 +1,19 @@
1
1
  import * as vue from 'vue';
2
- import { JSXComponent, PropType, WritableComputedRef, Ref, CSSProperties, ComputedRef } from 'vue';
2
+ import { ComponentPropsOptions, ExtractPropTypes, PropType, JSXComponent, WritableComputedRef, Ref, CSSProperties, ComputedRef } from 'vue';
3
3
 
4
- type Density = null | 'default' | 'comfortable' | 'compact';
5
-
6
- type IconValue = string | JSXComponent;
7
- declare const IconValue: PropType<IconValue>;
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
+ }
8
7
 
9
8
  declare function deepEqual(a: any, b: any): boolean;
10
9
  type EventProp<T = (...args: any[]) => any> = T | T[];
11
10
  declare const EventProp: PropType<EventProp<(...args: any[]) => any>>;
12
11
 
12
+ type Density = null | 'default' | 'comfortable' | 'compact';
13
+
14
+ type IconValue = string | JSXComponent;
15
+ declare const IconValue: PropType<IconValue>;
16
+
13
17
  type SelectionControlSlot = {
14
18
  model: WritableComputedRef<any>;
15
19
  textColorClasses: Ref<string[]>;
@@ -38,90 +42,338 @@ interface VInputSlot {
38
42
  validate: () => void;
39
43
  }
40
44
 
41
- declare const VCheckbox: vue.DefineComponent<{
42
- inline: boolean;
43
- error: boolean;
44
- direction: "horizontal" | "vertical";
45
- disabled: boolean;
46
- multiple: boolean | null;
47
- readonly: boolean;
48
- indeterminate: boolean;
49
- messages: string | string[];
50
- density: Density;
51
- ripple: boolean;
52
- focused: boolean;
53
- errorMessages: string | string[];
54
- maxErrors: string | number;
55
- rules: ValidationRule[];
56
- falseIcon: NonNullable<IconValue>;
57
- trueIcon: NonNullable<IconValue>;
58
- valueComparator: typeof deepEqual;
59
- indeterminateIcon: IconValue;
60
- } & {
61
- type?: string | undefined;
62
- id?: string | undefined;
63
- name?: string | undefined;
64
- color?: string | undefined;
65
- value?: any;
66
- label?: string | undefined;
67
- theme?: string | undefined;
68
- modelValue?: any;
69
- prependIcon?: IconValue | undefined;
70
- appendIcon?: IconValue | undefined;
71
- 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
72
- 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
73
- validateOn?: "input" | "blur" | "submit" | undefined;
74
- validationValue?: any;
75
- hideDetails?: boolean | "auto" | undefined;
76
- trueValue?: any;
77
- falseValue?: any;
78
- } & {
79
- $children?: {} | vue.VNodeChild | {
80
- default?: (((args_0: VInputSlot) => vue.VNodeChild) & (() => vue.VNodeChild)) | undefined;
81
- prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
82
- append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
83
- details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
84
- label?: ((args_0: {
85
- label: string | undefined;
86
- props: Record<string, unknown>;
87
- }) => vue.VNodeChild) | undefined;
88
- input?: ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
89
- };
90
- $slots?: {
91
- default?: (((args_0: VInputSlot) => vue.VNodeChild) & (() => vue.VNodeChild)) | undefined;
92
- prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
93
- append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
94
- details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
95
- label?: ((args_0: {
45
+ declare const VCheckbox: {
46
+ new (...args: any[]): {
47
+ $: vue.ComponentInternalInstance;
48
+ $data: {};
49
+ $props: Partial<{
50
+ inline: boolean;
51
+ error: boolean;
52
+ direction: "horizontal" | "vertical";
53
+ disabled: boolean;
54
+ multiple: boolean | null;
55
+ readonly: boolean;
56
+ indeterminate: boolean;
57
+ messages: string | string[];
58
+ density: Density;
59
+ ripple: boolean;
60
+ focused: boolean;
61
+ errorMessages: string | string[];
62
+ maxErrors: string | number;
63
+ rules: ValidationRule[];
64
+ falseIcon: NonNullable<IconValue>;
65
+ trueIcon: NonNullable<IconValue>;
66
+ valueComparator: typeof deepEqual;
67
+ indeterminateIcon: IconValue;
68
+ }> & Omit<{
69
+ inline: boolean;
70
+ error: boolean;
71
+ direction: "horizontal" | "vertical";
72
+ disabled: boolean;
73
+ multiple: boolean | null;
74
+ readonly: boolean;
75
+ indeterminate: boolean;
76
+ messages: string | string[];
77
+ density: Density;
78
+ ripple: boolean;
79
+ focused: boolean;
80
+ errorMessages: string | string[];
81
+ maxErrors: string | number;
82
+ rules: ValidationRule[];
83
+ falseIcon: NonNullable<IconValue>;
84
+ trueIcon: NonNullable<IconValue>;
85
+ valueComparator: typeof deepEqual;
86
+ indeterminateIcon: IconValue;
87
+ } & {
88
+ type?: string | undefined;
89
+ id?: string | undefined;
90
+ name?: string | undefined;
91
+ color?: string | undefined;
92
+ value?: any;
93
+ label?: string | undefined;
94
+ theme?: string | undefined;
95
+ modelValue?: any;
96
+ prependIcon?: IconValue | undefined;
97
+ appendIcon?: IconValue | undefined;
98
+ 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
99
+ 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
100
+ validateOn?: "input" | "blur" | "submit" | undefined;
101
+ validationValue?: any;
102
+ hideDetails?: boolean | "auto" | undefined;
103
+ trueValue?: any;
104
+ falseValue?: any;
105
+ } & {
106
+ $children?: {} | vue.VNodeChild | {
107
+ default?: (((args_0: VInputSlot) => vue.VNodeChild) & (() => vue.VNodeChild)) | undefined;
108
+ prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
109
+ append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
110
+ details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
111
+ label?: ((args_0: {
112
+ label: string | undefined;
113
+ props: Record<string, unknown>;
114
+ }) => vue.VNodeChild) | undefined;
115
+ input?: ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
116
+ };
117
+ $slots?: {
118
+ default?: (((args_0: VInputSlot) => vue.VNodeChild) & (() => vue.VNodeChild)) | undefined;
119
+ prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
120
+ append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
121
+ details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
122
+ label?: ((args_0: {
123
+ label: string | undefined;
124
+ props: Record<string, unknown>;
125
+ }) => vue.VNodeChild) | undefined;
126
+ input?: ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
127
+ } | undefined;
128
+ 'v-slots'?: {
129
+ default?: false | (((args_0: VInputSlot) => vue.VNodeChild) & (() => vue.VNodeChild)) | undefined;
130
+ prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
131
+ append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
132
+ details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
133
+ label?: false | ((args_0: {
134
+ label: string | undefined;
135
+ props: Record<string, unknown>;
136
+ }) => vue.VNodeChild) | undefined;
137
+ input?: false | ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
138
+ } | undefined;
139
+ } & {
140
+ "v-slot:default"?: false | (((args_0: VInputSlot) => vue.VNodeChild) & (() => vue.VNodeChild)) | undefined;
141
+ "v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
142
+ "v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
143
+ "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
144
+ "v-slot:label"?: false | ((args_0: {
145
+ label: string | undefined;
146
+ props: Record<string, unknown>;
147
+ }) => vue.VNodeChild) | undefined;
148
+ "v-slot:input"?: false | ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
149
+ } & {
150
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
151
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "inline" | "error" | "direction" | "disabled" | "multiple" | "readonly" | "indeterminate" | "messages" | "density" | "ripple" | "focused" | "errorMessages" | "maxErrors" | "rules" | "falseIcon" | "trueIcon" | "valueComparator" | "indeterminateIcon">;
152
+ $attrs: {
153
+ [x: string]: unknown;
154
+ };
155
+ $refs: {
156
+ [x: string]: unknown;
157
+ };
158
+ $slots: Readonly<{
159
+ [name: string]: vue.Slot | undefined;
160
+ }>;
161
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
162
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
163
+ $emit: (event: "update:focused", focused: boolean) => void;
164
+ $el: any;
165
+ $options: vue.ComponentOptionsBase<{
166
+ inline: boolean;
167
+ error: boolean;
168
+ direction: "horizontal" | "vertical";
169
+ disabled: boolean;
170
+ multiple: boolean | null;
171
+ readonly: boolean;
172
+ indeterminate: boolean;
173
+ messages: string | string[];
174
+ density: Density;
175
+ ripple: boolean;
176
+ focused: boolean;
177
+ errorMessages: string | string[];
178
+ maxErrors: string | number;
179
+ rules: ValidationRule[];
180
+ falseIcon: NonNullable<IconValue>;
181
+ trueIcon: NonNullable<IconValue>;
182
+ valueComparator: typeof deepEqual;
183
+ indeterminateIcon: IconValue;
184
+ } & {
185
+ type?: string | undefined;
186
+ id?: string | undefined;
187
+ name?: string | undefined;
188
+ color?: string | undefined;
189
+ value?: any;
190
+ label?: string | undefined;
191
+ theme?: string | undefined;
192
+ modelValue?: any;
193
+ prependIcon?: IconValue | undefined;
194
+ appendIcon?: IconValue | undefined;
195
+ 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
196
+ 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
197
+ validateOn?: "input" | "blur" | "submit" | undefined;
198
+ validationValue?: any;
199
+ hideDetails?: boolean | "auto" | undefined;
200
+ trueValue?: any;
201
+ falseValue?: any;
202
+ } & {
203
+ $children?: {} | vue.VNodeChild | {
204
+ default?: (((args_0: VInputSlot) => vue.VNodeChild) & (() => vue.VNodeChild)) | undefined;
205
+ prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
206
+ append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
207
+ details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
208
+ label?: ((args_0: {
209
+ label: string | undefined;
210
+ props: Record<string, unknown>;
211
+ }) => vue.VNodeChild) | undefined;
212
+ input?: ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
213
+ };
214
+ $slots?: {
215
+ default?: (((args_0: VInputSlot) => vue.VNodeChild) & (() => vue.VNodeChild)) | undefined;
216
+ prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
217
+ append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
218
+ details?: ((args_0: VInputSlot) => 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
+ } | undefined;
225
+ 'v-slots'?: {
226
+ default?: false | (((args_0: VInputSlot) => vue.VNodeChild) & (() => vue.VNodeChild)) | undefined;
227
+ prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
228
+ append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
229
+ details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
230
+ label?: false | ((args_0: {
231
+ label: string | undefined;
232
+ props: Record<string, unknown>;
233
+ }) => vue.VNodeChild) | undefined;
234
+ input?: false | ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
235
+ } | undefined;
236
+ } & {
237
+ "v-slot:default"?: false | (((args_0: VInputSlot) => vue.VNodeChild) & (() => vue.VNodeChild)) | undefined;
238
+ "v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
239
+ "v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
240
+ "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
241
+ "v-slot:label"?: false | ((args_0: {
242
+ label: string | undefined;
243
+ props: Record<string, unknown>;
244
+ }) => vue.VNodeChild) | undefined;
245
+ "v-slot:input"?: false | ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
246
+ } & {
247
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
248
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
249
+ 'update:focused': (focused: boolean) => boolean;
250
+ }, string, {
251
+ inline: boolean;
252
+ error: boolean;
253
+ direction: "horizontal" | "vertical";
254
+ disabled: boolean;
255
+ multiple: boolean | null;
256
+ readonly: boolean;
257
+ indeterminate: boolean;
258
+ messages: string | string[];
259
+ density: Density;
260
+ ripple: boolean;
261
+ focused: boolean;
262
+ errorMessages: string | string[];
263
+ maxErrors: string | number;
264
+ rules: ValidationRule[];
265
+ falseIcon: NonNullable<IconValue>;
266
+ trueIcon: NonNullable<IconValue>;
267
+ valueComparator: typeof deepEqual;
268
+ indeterminateIcon: IconValue;
269
+ }, {}, string> & {
270
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
271
+ created?: ((() => void) | (() => void)[]) | undefined;
272
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
273
+ mounted?: ((() => void) | (() => void)[]) | undefined;
274
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
275
+ updated?: ((() => void) | (() => void)[]) | undefined;
276
+ activated?: ((() => void) | (() => void)[]) | undefined;
277
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
278
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
279
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
280
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
281
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
282
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
283
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
284
+ 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;
285
+ };
286
+ $forceUpdate: () => void;
287
+ $nextTick: typeof vue.nextTick;
288
+ $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;
289
+ } & {
290
+ inline: boolean;
291
+ error: boolean;
292
+ direction: "horizontal" | "vertical";
293
+ disabled: boolean;
294
+ multiple: boolean | null;
295
+ readonly: boolean;
296
+ indeterminate: boolean;
297
+ messages: string | string[];
298
+ density: Density;
299
+ ripple: boolean;
300
+ focused: boolean;
301
+ errorMessages: string | string[];
302
+ maxErrors: string | number;
303
+ rules: ValidationRule[];
304
+ falseIcon: NonNullable<IconValue>;
305
+ trueIcon: NonNullable<IconValue>;
306
+ valueComparator: typeof deepEqual;
307
+ indeterminateIcon: IconValue;
308
+ } & {
309
+ type?: string | undefined;
310
+ id?: string | undefined;
311
+ name?: string | undefined;
312
+ color?: string | undefined;
313
+ value?: any;
314
+ label?: string | undefined;
315
+ theme?: string | undefined;
316
+ modelValue?: any;
317
+ prependIcon?: IconValue | undefined;
318
+ appendIcon?: IconValue | undefined;
319
+ 'onClick:append'?: EventProp<(...args: any[]) => any> | undefined;
320
+ 'onClick:prepend'?: EventProp<(...args: any[]) => any> | undefined;
321
+ validateOn?: "input" | "blur" | "submit" | undefined;
322
+ validationValue?: any;
323
+ hideDetails?: boolean | "auto" | undefined;
324
+ trueValue?: any;
325
+ falseValue?: any;
326
+ } & {
327
+ $children?: {} | vue.VNodeChild | {
328
+ default?: (((args_0: VInputSlot) => vue.VNodeChild) & (() => vue.VNodeChild)) | undefined;
329
+ prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
330
+ append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
331
+ details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
332
+ label?: ((args_0: {
333
+ label: string | undefined;
334
+ props: Record<string, unknown>;
335
+ }) => vue.VNodeChild) | undefined;
336
+ input?: ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
337
+ };
338
+ $slots?: {
339
+ default?: (((args_0: VInputSlot) => vue.VNodeChild) & (() => vue.VNodeChild)) | undefined;
340
+ prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
341
+ append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
342
+ details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
343
+ label?: ((args_0: {
344
+ label: string | undefined;
345
+ props: Record<string, unknown>;
346
+ }) => vue.VNodeChild) | undefined;
347
+ input?: ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
348
+ } | undefined;
349
+ 'v-slots'?: {
350
+ default?: false | (((args_0: VInputSlot) => vue.VNodeChild) & (() => vue.VNodeChild)) | undefined;
351
+ prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
352
+ append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
353
+ details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
354
+ label?: false | ((args_0: {
355
+ label: string | undefined;
356
+ props: Record<string, unknown>;
357
+ }) => vue.VNodeChild) | undefined;
358
+ input?: false | ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
359
+ } | undefined;
360
+ } & {
361
+ "v-slot:default"?: false | (((args_0: VInputSlot) => vue.VNodeChild) & (() => vue.VNodeChild)) | undefined;
362
+ "v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
363
+ "v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
364
+ "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
365
+ "v-slot:label"?: false | ((args_0: {
96
366
  label: string | undefined;
97
367
  props: Record<string, unknown>;
98
368
  }) => vue.VNodeChild) | undefined;
99
- input?: ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
100
- } | undefined;
101
- 'v-slots'?: {
102
- default?: false | (((args_0: VInputSlot) => vue.VNodeChild) & (() => vue.VNodeChild)) | undefined;
103
- prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
104
- append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
105
- details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
106
- label?: false | ((args_0: {
107
- label: string | undefined;
108
- props: Record<string, unknown>;
109
- }) => vue.VNodeChild) | undefined;
110
- input?: false | ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
111
- } | undefined;
112
- } & {
113
- "v-slot:default"?: false | (((args_0: VInputSlot) => vue.VNodeChild) & (() => vue.VNodeChild)) | undefined;
114
- "v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
115
- "v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
116
- "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
117
- "v-slot:label"?: false | ((args_0: {
118
- label: string | undefined;
119
- props: Record<string, unknown>;
120
- }) => vue.VNodeChild) | undefined;
121
- "v-slot:input"?: false | ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
122
- }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
123
- 'update:focused': (focused: boolean) => boolean;
124
- }, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
369
+ "v-slot:input"?: false | ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
370
+ } & {
371
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
372
+ } & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
373
+ __isFragment?: undefined;
374
+ __isTeleport?: undefined;
375
+ __isSuspense?: undefined;
376
+ } & vue.ComponentOptionsBase<{
125
377
  inline: boolean;
126
378
  error: boolean;
127
379
  direction: "horizontal" | "vertical";
@@ -204,7 +456,9 @@ declare const VCheckbox: vue.DefineComponent<{
204
456
  "v-slot:input"?: false | ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
205
457
  } & {
206
458
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
207
- }, {
459
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
460
+ 'update:focused': (focused: boolean) => boolean;
461
+ }, string, {
208
462
  inline: boolean;
209
463
  error: boolean;
210
464
  direction: "horizontal" | "vertical";
@@ -223,69 +477,406 @@ declare const VCheckbox: vue.DefineComponent<{
223
477
  trueIcon: NonNullable<IconValue>;
224
478
  valueComparator: typeof deepEqual;
225
479
  indeterminateIcon: IconValue;
226
- }>;
480
+ }, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
481
+ density: {
482
+ type: vue.PropType<Density>;
483
+ default: string;
484
+ validator: (v: any) => boolean;
485
+ };
486
+ theme: StringConstructor;
487
+ color: StringConstructor;
488
+ disabled: BooleanConstructor;
489
+ error: BooleanConstructor;
490
+ id: StringConstructor;
491
+ inline: BooleanConstructor;
492
+ falseIcon: {
493
+ type: vue.PropType<NonNullable<IconValue>>;
494
+ default: NonNullable<IconValue>;
495
+ };
496
+ trueIcon: {
497
+ type: vue.PropType<NonNullable<IconValue>>;
498
+ default: NonNullable<IconValue>;
499
+ };
500
+ ripple: {
501
+ type: BooleanConstructor;
502
+ default: boolean;
503
+ };
504
+ multiple: {
505
+ type: vue.PropType<boolean | null>;
506
+ default: null;
507
+ };
508
+ name: StringConstructor;
509
+ readonly: BooleanConstructor;
510
+ modelValue: null;
511
+ type: StringConstructor;
512
+ valueComparator: {
513
+ type: vue.PropType<typeof deepEqual>;
514
+ default: typeof deepEqual;
515
+ };
516
+ label: StringConstructor;
517
+ trueValue: null;
518
+ falseValue: null;
519
+ value: null;
520
+ indeterminate: BooleanConstructor;
521
+ indeterminateIcon: {
522
+ type: vue.PropType<IconValue>;
523
+ default: string;
524
+ };
525
+ focused: BooleanConstructor;
526
+ errorMessages: {
527
+ type: vue.PropType<string | string[]>;
528
+ default: () => never[];
529
+ };
530
+ maxErrors: {
531
+ type: (StringConstructor | NumberConstructor)[];
532
+ default: number;
533
+ };
534
+ rules: {
535
+ type: vue.PropType<ValidationRule[]>;
536
+ default: () => never[];
537
+ };
538
+ validateOn: vue.PropType<"input" | "blur" | "submit" | undefined>;
539
+ validationValue: null;
540
+ appendIcon: vue.PropType<IconValue>;
541
+ prependIcon: vue.PropType<IconValue>;
542
+ hideDetails: vue.PropType<boolean | "auto">;
543
+ messages: {
544
+ type: vue.PropType<string | string[]>;
545
+ default: () => never[];
546
+ };
547
+ direction: {
548
+ type: vue.PropType<"horizontal" | "vertical">;
549
+ default: string;
550
+ validator: (v: any) => boolean;
551
+ };
552
+ 'onClick:prepend': vue.PropType<EventProp<(...args: any[]) => any>>;
553
+ 'onClick:append': vue.PropType<EventProp<(...args: any[]) => any>>;
554
+ }, vue.ExtractPropTypes<{
555
+ density: {
556
+ type: vue.PropType<Density>;
557
+ default: string;
558
+ validator: (v: any) => boolean;
559
+ };
560
+ theme: StringConstructor;
561
+ color: StringConstructor;
562
+ disabled: BooleanConstructor;
563
+ error: BooleanConstructor;
564
+ id: StringConstructor;
565
+ inline: BooleanConstructor;
566
+ falseIcon: {
567
+ type: vue.PropType<NonNullable<IconValue>>;
568
+ default: NonNullable<IconValue>;
569
+ };
570
+ trueIcon: {
571
+ type: vue.PropType<NonNullable<IconValue>>;
572
+ default: NonNullable<IconValue>;
573
+ };
574
+ ripple: {
575
+ type: BooleanConstructor;
576
+ default: boolean;
577
+ };
578
+ multiple: {
579
+ type: vue.PropType<boolean | null>;
580
+ default: null;
581
+ };
582
+ name: StringConstructor;
583
+ readonly: BooleanConstructor;
584
+ modelValue: null;
585
+ type: StringConstructor;
586
+ valueComparator: {
587
+ type: vue.PropType<typeof deepEqual>;
588
+ default: typeof deepEqual;
589
+ };
590
+ label: StringConstructor;
591
+ trueValue: null;
592
+ falseValue: null;
593
+ value: null;
594
+ indeterminate: BooleanConstructor;
595
+ indeterminateIcon: {
596
+ type: vue.PropType<IconValue>;
597
+ default: string;
598
+ };
599
+ focused: BooleanConstructor;
600
+ errorMessages: {
601
+ type: vue.PropType<string | string[]>;
602
+ default: () => never[];
603
+ };
604
+ maxErrors: {
605
+ type: (StringConstructor | NumberConstructor)[];
606
+ default: number;
607
+ };
608
+ rules: {
609
+ type: vue.PropType<ValidationRule[]>;
610
+ default: () => never[];
611
+ };
612
+ validateOn: vue.PropType<"input" | "blur" | "submit" | undefined>;
613
+ validationValue: null;
614
+ appendIcon: vue.PropType<IconValue>;
615
+ prependIcon: vue.PropType<IconValue>;
616
+ hideDetails: vue.PropType<boolean | "auto">;
617
+ messages: {
618
+ type: vue.PropType<string | string[]>;
619
+ default: () => never[];
620
+ };
621
+ direction: {
622
+ type: vue.PropType<"horizontal" | "vertical">;
623
+ default: string;
624
+ validator: (v: any) => boolean;
625
+ };
626
+ 'onClick:prepend': vue.PropType<EventProp<(...args: any[]) => any>>;
627
+ 'onClick:append': vue.PropType<EventProp<(...args: any[]) => any>>;
628
+ }>>;
227
629
  type VCheckbox = InstanceType<typeof VCheckbox>;
228
630
 
229
- declare const VCheckboxBtn: vue.DefineComponent<{
230
- inline: boolean;
231
- error: boolean;
232
- disabled: boolean;
233
- multiple: boolean | null;
234
- readonly: boolean;
235
- indeterminate: boolean;
236
- density: Density;
237
- ripple: boolean;
238
- falseIcon: NonNullable<IconValue>;
239
- trueIcon: NonNullable<IconValue>;
240
- valueComparator: typeof deepEqual;
241
- indeterminateIcon: IconValue;
242
- } & {
243
- type?: string | undefined;
244
- id?: string | undefined;
245
- name?: string | undefined;
246
- color?: string | undefined;
247
- value?: any;
248
- label?: string | undefined;
249
- theme?: string | undefined;
250
- modelValue?: any;
251
- trueValue?: any;
252
- falseValue?: any;
253
- } & {
254
- $children?: {} | vue.VNodeChild | {
255
- default?: (() => vue.VNodeChild) | undefined;
256
- label?: ((args_0: {
257
- label: string | undefined;
258
- props: Record<string, unknown>;
259
- }) => vue.VNodeChild) | undefined;
260
- input?: ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
261
- };
262
- $slots?: {
263
- default?: (() => vue.VNodeChild) | undefined;
264
- label?: ((args_0: {
631
+ declare const VCheckboxBtn: {
632
+ new (...args: any[]): {
633
+ $: vue.ComponentInternalInstance;
634
+ $data: {};
635
+ $props: Partial<{
636
+ inline: boolean;
637
+ error: boolean;
638
+ disabled: boolean;
639
+ multiple: boolean | null;
640
+ readonly: boolean;
641
+ indeterminate: boolean;
642
+ density: Density;
643
+ ripple: boolean;
644
+ falseIcon: NonNullable<IconValue>;
645
+ trueIcon: NonNullable<IconValue>;
646
+ valueComparator: typeof deepEqual;
647
+ indeterminateIcon: IconValue;
648
+ }> & Omit<{
649
+ inline: boolean;
650
+ error: boolean;
651
+ disabled: boolean;
652
+ multiple: boolean | null;
653
+ readonly: boolean;
654
+ indeterminate: boolean;
655
+ density: Density;
656
+ ripple: boolean;
657
+ falseIcon: NonNullable<IconValue>;
658
+ trueIcon: NonNullable<IconValue>;
659
+ valueComparator: typeof deepEqual;
660
+ indeterminateIcon: IconValue;
661
+ } & {
662
+ type?: string | undefined;
663
+ id?: string | undefined;
664
+ name?: string | undefined;
665
+ color?: string | undefined;
666
+ value?: any;
667
+ label?: string | undefined;
668
+ theme?: string | undefined;
669
+ modelValue?: any;
670
+ trueValue?: any;
671
+ falseValue?: any;
672
+ } & {
673
+ $children?: {} | vue.VNodeChild | {
674
+ default?: (() => vue.VNodeChild) | undefined;
675
+ label?: ((args_0: {
676
+ label: string | undefined;
677
+ props: Record<string, unknown>;
678
+ }) => vue.VNodeChild) | undefined;
679
+ input?: ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
680
+ };
681
+ $slots?: {
682
+ default?: (() => vue.VNodeChild) | undefined;
683
+ label?: ((args_0: {
684
+ label: string | undefined;
685
+ props: Record<string, unknown>;
686
+ }) => vue.VNodeChild) | undefined;
687
+ input?: ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
688
+ } | undefined;
689
+ 'v-slots'?: {
690
+ default?: false | (() => vue.VNodeChild) | undefined;
691
+ label?: false | ((args_0: {
692
+ label: string | undefined;
693
+ props: Record<string, unknown>;
694
+ }) => vue.VNodeChild) | undefined;
695
+ input?: false | ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
696
+ } | undefined;
697
+ } & {
698
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
699
+ "v-slot:label"?: false | ((args_0: {
700
+ label: string | undefined;
701
+ props: Record<string, unknown>;
702
+ }) => vue.VNodeChild) | undefined;
703
+ "v-slot:input"?: false | ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
704
+ } & {
705
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
706
+ "onUpdate:indeterminate"?: ((val: boolean) => any) | undefined;
707
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "inline" | "error" | "disabled" | "multiple" | "readonly" | "indeterminate" | "density" | "ripple" | "falseIcon" | "trueIcon" | "valueComparator" | "indeterminateIcon">;
708
+ $attrs: {
709
+ [x: string]: unknown;
710
+ };
711
+ $refs: {
712
+ [x: string]: unknown;
713
+ };
714
+ $slots: Readonly<{
715
+ [name: string]: vue.Slot | undefined;
716
+ }>;
717
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
718
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
719
+ $emit: ((event: "update:modelValue", value: any) => void) & ((event: "update:indeterminate", val: boolean) => void);
720
+ $el: any;
721
+ $options: vue.ComponentOptionsBase<{
722
+ inline: boolean;
723
+ error: boolean;
724
+ disabled: boolean;
725
+ multiple: boolean | null;
726
+ readonly: boolean;
727
+ indeterminate: boolean;
728
+ density: Density;
729
+ ripple: boolean;
730
+ falseIcon: NonNullable<IconValue>;
731
+ trueIcon: NonNullable<IconValue>;
732
+ valueComparator: typeof deepEqual;
733
+ indeterminateIcon: IconValue;
734
+ } & {
735
+ type?: string | undefined;
736
+ id?: string | undefined;
737
+ name?: string | undefined;
738
+ color?: string | undefined;
739
+ value?: any;
740
+ label?: string | undefined;
741
+ theme?: string | undefined;
742
+ modelValue?: any;
743
+ trueValue?: any;
744
+ falseValue?: any;
745
+ } & {
746
+ $children?: {} | vue.VNodeChild | {
747
+ default?: (() => vue.VNodeChild) | undefined;
748
+ label?: ((args_0: {
749
+ label: string | undefined;
750
+ props: Record<string, unknown>;
751
+ }) => vue.VNodeChild) | undefined;
752
+ input?: ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
753
+ };
754
+ $slots?: {
755
+ default?: (() => vue.VNodeChild) | undefined;
756
+ label?: ((args_0: {
757
+ label: string | undefined;
758
+ props: Record<string, unknown>;
759
+ }) => vue.VNodeChild) | undefined;
760
+ input?: ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
761
+ } | undefined;
762
+ 'v-slots'?: {
763
+ default?: false | (() => vue.VNodeChild) | undefined;
764
+ label?: false | ((args_0: {
765
+ label: string | undefined;
766
+ props: Record<string, unknown>;
767
+ }) => vue.VNodeChild) | undefined;
768
+ input?: false | ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
769
+ } | undefined;
770
+ } & {
771
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
772
+ "v-slot:label"?: false | ((args_0: {
773
+ label: string | undefined;
774
+ props: Record<string, unknown>;
775
+ }) => vue.VNodeChild) | undefined;
776
+ "v-slot:input"?: false | ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
777
+ } & {
778
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
779
+ "onUpdate:indeterminate"?: ((val: boolean) => any) | undefined;
780
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
781
+ 'update:modelValue': (value: any) => boolean;
782
+ 'update:indeterminate': (val: boolean) => boolean;
783
+ }, string, {
784
+ inline: boolean;
785
+ error: boolean;
786
+ disabled: boolean;
787
+ multiple: boolean | null;
788
+ readonly: boolean;
789
+ indeterminate: boolean;
790
+ density: Density;
791
+ ripple: boolean;
792
+ falseIcon: NonNullable<IconValue>;
793
+ trueIcon: NonNullable<IconValue>;
794
+ valueComparator: typeof deepEqual;
795
+ indeterminateIcon: IconValue;
796
+ }, {}, string> & {
797
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
798
+ created?: ((() => void) | (() => void)[]) | undefined;
799
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
800
+ mounted?: ((() => void) | (() => void)[]) | undefined;
801
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
802
+ updated?: ((() => void) | (() => void)[]) | undefined;
803
+ activated?: ((() => void) | (() => void)[]) | undefined;
804
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
805
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
806
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
807
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
808
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
809
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
810
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
811
+ 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;
812
+ };
813
+ $forceUpdate: () => void;
814
+ $nextTick: typeof vue.nextTick;
815
+ $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;
816
+ } & {
817
+ inline: boolean;
818
+ error: boolean;
819
+ disabled: boolean;
820
+ multiple: boolean | null;
821
+ readonly: boolean;
822
+ indeterminate: boolean;
823
+ density: Density;
824
+ ripple: boolean;
825
+ falseIcon: NonNullable<IconValue>;
826
+ trueIcon: NonNullable<IconValue>;
827
+ valueComparator: typeof deepEqual;
828
+ indeterminateIcon: IconValue;
829
+ } & {
830
+ type?: string | undefined;
831
+ id?: string | undefined;
832
+ name?: string | undefined;
833
+ color?: string | undefined;
834
+ value?: any;
835
+ label?: string | undefined;
836
+ theme?: string | undefined;
837
+ modelValue?: any;
838
+ trueValue?: any;
839
+ falseValue?: any;
840
+ } & {
841
+ $children?: {} | vue.VNodeChild | {
842
+ default?: (() => vue.VNodeChild) | undefined;
843
+ label?: ((args_0: {
844
+ label: string | undefined;
845
+ props: Record<string, unknown>;
846
+ }) => vue.VNodeChild) | undefined;
847
+ input?: ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
848
+ };
849
+ $slots?: {
850
+ default?: (() => vue.VNodeChild) | undefined;
851
+ label?: ((args_0: {
852
+ label: string | undefined;
853
+ props: Record<string, unknown>;
854
+ }) => vue.VNodeChild) | undefined;
855
+ input?: ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
856
+ } | undefined;
857
+ 'v-slots'?: {
858
+ default?: false | (() => vue.VNodeChild) | undefined;
859
+ label?: false | ((args_0: {
860
+ label: string | undefined;
861
+ props: Record<string, unknown>;
862
+ }) => vue.VNodeChild) | undefined;
863
+ input?: false | ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
864
+ } | undefined;
865
+ } & {
866
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
867
+ "v-slot:label"?: false | ((args_0: {
265
868
  label: string | undefined;
266
869
  props: Record<string, unknown>;
267
870
  }) => vue.VNodeChild) | undefined;
268
- input?: ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
269
- } | undefined;
270
- 'v-slots'?: {
271
- default?: false | (() => vue.VNodeChild) | undefined;
272
- label?: false | ((args_0: {
273
- label: string | undefined;
274
- props: Record<string, unknown>;
275
- }) => vue.VNodeChild) | undefined;
276
- input?: false | ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
277
- } | undefined;
278
- } & {
279
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
280
- "v-slot:label"?: false | ((args_0: {
281
- label: string | undefined;
282
- props: Record<string, unknown>;
283
- }) => vue.VNodeChild) | undefined;
284
- "v-slot:input"?: false | ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
285
- }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
286
- 'update:modelValue': (value: any) => boolean;
287
- 'update:indeterminate': (val: boolean) => boolean;
288
- }, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
871
+ "v-slot:input"?: false | ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
872
+ } & {
873
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
874
+ "onUpdate:indeterminate"?: ((val: boolean) => any) | undefined;
875
+ } & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
876
+ __isFragment?: undefined;
877
+ __isTeleport?: undefined;
878
+ __isSuspense?: undefined;
879
+ } & vue.ComponentOptionsBase<{
289
880
  inline: boolean;
290
881
  error: boolean;
291
882
  disabled: boolean;
@@ -344,7 +935,10 @@ declare const VCheckboxBtn: vue.DefineComponent<{
344
935
  } & {
345
936
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
346
937
  "onUpdate:indeterminate"?: ((val: boolean) => any) | undefined;
347
- }, {
938
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
939
+ 'update:modelValue': (value: any) => boolean;
940
+ 'update:indeterminate': (val: boolean) => boolean;
941
+ }, string, {
348
942
  inline: boolean;
349
943
  error: boolean;
350
944
  disabled: boolean;
@@ -357,7 +951,97 @@ declare const VCheckboxBtn: vue.DefineComponent<{
357
951
  trueIcon: NonNullable<IconValue>;
358
952
  valueComparator: typeof deepEqual;
359
953
  indeterminateIcon: IconValue;
360
- }>;
954
+ }, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
955
+ density: {
956
+ type: vue.PropType<Density>;
957
+ default: string;
958
+ validator: (v: any) => boolean;
959
+ };
960
+ theme: StringConstructor;
961
+ color: StringConstructor;
962
+ disabled: BooleanConstructor;
963
+ error: BooleanConstructor;
964
+ id: StringConstructor;
965
+ inline: BooleanConstructor;
966
+ falseIcon: {
967
+ type: vue.PropType<NonNullable<IconValue>>;
968
+ default: NonNullable<IconValue>;
969
+ };
970
+ trueIcon: {
971
+ type: vue.PropType<NonNullable<IconValue>>;
972
+ default: NonNullable<IconValue>;
973
+ };
974
+ ripple: {
975
+ type: BooleanConstructor;
976
+ default: boolean;
977
+ };
978
+ multiple: {
979
+ type: vue.PropType<boolean | null>;
980
+ default: null;
981
+ };
982
+ name: StringConstructor;
983
+ readonly: BooleanConstructor;
984
+ modelValue: null;
985
+ type: StringConstructor;
986
+ valueComparator: {
987
+ type: vue.PropType<typeof deepEqual>;
988
+ default: typeof deepEqual;
989
+ };
990
+ label: StringConstructor;
991
+ trueValue: null;
992
+ falseValue: null;
993
+ value: null;
994
+ indeterminate: BooleanConstructor;
995
+ indeterminateIcon: {
996
+ type: vue.PropType<IconValue>;
997
+ default: string;
998
+ };
999
+ }, vue.ExtractPropTypes<{
1000
+ density: {
1001
+ type: vue.PropType<Density>;
1002
+ default: string;
1003
+ validator: (v: any) => boolean;
1004
+ };
1005
+ theme: StringConstructor;
1006
+ color: StringConstructor;
1007
+ disabled: BooleanConstructor;
1008
+ error: BooleanConstructor;
1009
+ id: StringConstructor;
1010
+ inline: BooleanConstructor;
1011
+ falseIcon: {
1012
+ type: vue.PropType<NonNullable<IconValue>>;
1013
+ default: NonNullable<IconValue>;
1014
+ };
1015
+ trueIcon: {
1016
+ type: vue.PropType<NonNullable<IconValue>>;
1017
+ default: NonNullable<IconValue>;
1018
+ };
1019
+ ripple: {
1020
+ type: BooleanConstructor;
1021
+ default: boolean;
1022
+ };
1023
+ multiple: {
1024
+ type: vue.PropType<boolean | null>;
1025
+ default: null;
1026
+ };
1027
+ name: StringConstructor;
1028
+ readonly: BooleanConstructor;
1029
+ modelValue: null;
1030
+ type: StringConstructor;
1031
+ valueComparator: {
1032
+ type: vue.PropType<typeof deepEqual>;
1033
+ default: typeof deepEqual;
1034
+ };
1035
+ label: StringConstructor;
1036
+ trueValue: null;
1037
+ falseValue: null;
1038
+ value: null;
1039
+ indeterminate: BooleanConstructor;
1040
+ indeterminateIcon: {
1041
+ type: vue.PropType<IconValue>;
1042
+ default: string;
1043
+ };
1044
+ }>>;
361
1045
  type VCheckboxBtn = InstanceType<typeof VCheckboxBtn>;
362
1046
 
363
1047
  export { VCheckbox, VCheckboxBtn };