vuetify 3.1.10 → 3.1.12

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