@vuetify/nightly 3.6.14-master.2024-08-12 → 3.6.14-master.2024-08-13

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 (135) hide show
  1. package/dist/json/attributes.json +7 -7
  2. package/dist/json/importMap-labs.json +30 -30
  3. package/dist/json/importMap.json +138 -138
  4. package/dist/json/web-types.json +8 -8
  5. package/dist/vuetify-labs.css +2728 -2728
  6. package/dist/vuetify-labs.d.ts +33444 -40135
  7. package/dist/vuetify-labs.esm.js +16 -8
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +16 -8
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +556 -556
  12. package/dist/vuetify.d.ts +32672 -39038
  13. package/dist/vuetify.esm.js +16 -8
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +16 -8
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +22 -22
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VAlert/index.d.mts +50 -73
  21. package/lib/components/VApp/index.d.mts +9 -11
  22. package/lib/components/VAppBar/index.d.mts +92 -128
  23. package/lib/components/VAutocomplete/index.d.mts +4771 -3230
  24. package/lib/components/VAvatar/index.d.mts +23 -22
  25. package/lib/components/VBadge/index.d.mts +53 -59
  26. package/lib/components/VBanner/index.d.mts +44 -66
  27. package/lib/components/VBottomNavigation/index.d.mts +25 -32
  28. package/lib/components/VBottomSheet/index.d.mts +125 -135
  29. package/lib/components/VBreadcrumbs/index.d.mts +35 -78
  30. package/lib/components/VBtn/index.d.mts +49 -53
  31. package/lib/components/VBtnGroup/index.d.mts +14 -13
  32. package/lib/components/VBtnToggle/index.d.mts +21 -23
  33. package/lib/components/VCard/index.d.mts +104 -168
  34. package/lib/components/VCarousel/index.d.mts +59 -96
  35. package/lib/components/VCheckbox/index.d.mts +132 -155
  36. package/lib/components/VChip/index.d.mts +47 -59
  37. package/lib/components/VChipGroup/index.d.mts +39 -41
  38. package/lib/components/VCode/index.d.mts +9 -11
  39. package/lib/components/VColorPicker/index.d.mts +58 -133
  40. package/lib/components/VCombobox/index.d.mts +4785 -3244
  41. package/lib/components/VConfirmEdit/index.d.mts +11 -19
  42. package/lib/components/VCounter/index.d.mts +40 -42
  43. package/lib/components/VDataIterator/index.d.mts +171 -185
  44. package/lib/components/VDataTable/index.d.mts +480 -1204
  45. package/lib/components/VDatePicker/index.d.mts +120 -158
  46. package/lib/components/VDefaultsProvider/index.d.mts +5 -9
  47. package/lib/components/VDialog/index.d.mts +243 -277
  48. package/lib/components/VDivider/index.d.mts +9 -11
  49. package/lib/components/VEmptyState/index.d.mts +30 -52
  50. package/lib/components/VExpansionPanel/index.d.mts +60 -85
  51. package/lib/components/VFab/index.d.mts +81 -73
  52. package/lib/components/VField/index.d.mts +35 -62
  53. package/lib/components/VFileInput/VFileInput.mjs +1 -1
  54. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  55. package/lib/components/VFileInput/index.d.mts +172 -259
  56. package/lib/components/VFooter/index.d.mts +9 -11
  57. package/lib/components/VForm/index.d.mts +105 -77
  58. package/lib/components/VGrid/index.d.mts +41 -52
  59. package/lib/components/VHover/index.d.mts +5 -9
  60. package/lib/components/VIcon/index.d.mts +23 -29
  61. package/lib/components/VImg/index.d.mts +28 -42
  62. package/lib/components/VInfiniteScroll/index.d.mts +17 -37
  63. package/lib/components/VInput/index.d.mts +48 -50
  64. package/lib/components/VItemGroup/index.d.mts +21 -30
  65. package/lib/components/VKbd/index.d.mts +9 -11
  66. package/lib/components/VLabel/index.d.mts +9 -11
  67. package/lib/components/VLayout/index.d.mts +18 -24
  68. package/lib/components/VLazy/index.d.mts +42 -44
  69. package/lib/components/VList/index.d.mts +210 -329
  70. package/lib/components/VLocaleProvider/index.d.mts +9 -11
  71. package/lib/components/VMain/index.d.mts +9 -11
  72. package/lib/components/VMenu/index.d.mts +272 -306
  73. package/lib/components/VMessages/index.d.mts +49 -51
  74. package/lib/components/VNavigationDrawer/index.d.mts +27 -40
  75. package/lib/components/VOtpInput/index.d.mts +22 -28
  76. package/lib/components/VOverlay/VOverlay.mjs +4 -3
  77. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  78. package/lib/components/VOverlay/index.d.mts +53 -63
  79. package/lib/components/VPagination/index.d.mts +31 -46
  80. package/lib/components/VParallax/index.d.mts +15 -29
  81. package/lib/components/VProgressCircular/index.d.mts +9 -11
  82. package/lib/components/VProgressLinear/index.d.mts +22 -24
  83. package/lib/components/VRadio/index.d.mts +49 -52
  84. package/lib/components/VRadioGroup/index.d.mts +66 -66
  85. package/lib/components/VRangeSlider/index.d.mts +58 -69
  86. package/lib/components/VRating/index.d.mts +13 -19
  87. package/lib/components/VResponsive/index.d.mts +11 -17
  88. package/lib/components/VSelect/index.d.mts +4762 -3221
  89. package/lib/components/VSelectionControl/index.d.mts +38 -44
  90. package/lib/components/VSelectionControlGroup/index.d.mts +34 -34
  91. package/lib/components/VSheet/index.d.mts +15 -17
  92. package/lib/components/VSkeletonLoader/index.d.mts +41 -11
  93. package/lib/components/VSlideGroup/index.d.mts +112 -129
  94. package/lib/components/VSlider/index.d.mts +58 -69
  95. package/lib/components/VSnackbar/VSnackbar.mjs +5 -1
  96. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  97. package/lib/components/VSnackbar/index.d.mts +231 -270
  98. package/lib/components/VSparkline/index.d.mts +11 -19
  99. package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
  100. package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
  101. package/lib/components/VSpeedDial/index.d.mts +179 -189
  102. package/lib/components/VStepper/index.d.mts +105 -180
  103. package/lib/components/VSwitch/index.d.mts +78 -98
  104. package/lib/components/VSystemBar/index.d.mts +13 -15
  105. package/lib/components/VTable/index.d.mts +15 -29
  106. package/lib/components/VTabs/index.d.mts +213 -297
  107. package/lib/components/VTextField/index.d.mts +253 -408
  108. package/lib/components/VTextarea/index.d.mts +157 -236
  109. package/lib/components/VThemeProvider/index.d.mts +9 -11
  110. package/lib/components/VTimeline/index.d.mts +29 -43
  111. package/lib/components/VToolbar/index.d.mts +49 -80
  112. package/lib/components/VTooltip/index.d.mts +282 -316
  113. package/lib/components/VValidation/index.d.mts +16 -23
  114. package/lib/components/VVirtualScroll/index.d.mts +14 -23
  115. package/lib/components/VWindow/index.d.mts +29 -50
  116. package/lib/components/index.d.mts +31169 -37524
  117. package/lib/components/transitions/index.d.mts +84 -148
  118. package/lib/composables/location.mjs.map +1 -1
  119. package/lib/directives/click-outside/index.mjs +3 -0
  120. package/lib/directives/click-outside/index.mjs.map +1 -1
  121. package/lib/entry-bundler.mjs +1 -1
  122. package/lib/framework.mjs +1 -1
  123. package/lib/index.d.mts +58 -58
  124. package/lib/labs/VCalendar/index.d.mts +146 -166
  125. package/lib/labs/VDateInput/index.d.mts +83 -62
  126. package/lib/labs/VNumberInput/index.d.mts +61 -88
  127. package/lib/labs/VPicker/index.d.mts +28 -46
  128. package/lib/labs/VPullToRefresh/index.d.mts +7 -15
  129. package/lib/labs/VSnackbarQueue/index.d.mts +311 -369
  130. package/lib/labs/VStepperVertical/index.d.mts +109 -184
  131. package/lib/labs/VTimePicker/index.d.mts +35 -53
  132. package/lib/labs/VTreeview/index.d.mts +200 -277
  133. package/lib/labs/components.d.mts +905 -1231
  134. package/lib/util/propsFactory.mjs.map +1 -1
  135. package/package.json +3 -3
@@ -1,5 +1,5 @@
1
1
  import * as vue from 'vue';
2
- import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, Ref, PropType } from 'vue';
2
+ import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, PropType, Ref } from 'vue';
3
3
 
4
4
  type SlotsToProps<U extends RawSlots, T = MakeInternalSlots<U>> = {
5
5
  $children?: (VNodeChild | (T extends {
@@ -32,7 +32,7 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
32
32
 
33
33
  type MaybeRef<T> = T | Ref<T>;
34
34
  type EventProp<T extends any[] = any[], F = (...args: T) => void> = F;
35
- declare const EventProp: <T extends any[] = any[]>() => PropType<(...args: T) => void>;
35
+ declare const EventProp: <T extends any[] = any[]>() => PropType<EventProp<T>>;
36
36
 
37
37
  type ValidationResult = string | boolean;
38
38
  type ValidationRule = ValidationResult | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>);
@@ -89,8 +89,8 @@ declare const VValidation: {
89
89
  } & {}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
90
90
  [key: string]: any;
91
91
  }>[] | undefined, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
92
- 'update:modelValue': (value: any) => boolean;
93
- }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
92
+ 'update:modelValue': (value: any) => true;
93
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
94
94
  error: boolean;
95
95
  disabled: boolean | null;
96
96
  readonly: boolean | null;
@@ -127,9 +127,7 @@ declare const VValidation: {
127
127
  validationClasses: vue.ComputedRef<{
128
128
  [x: string]: boolean;
129
129
  }>;
130
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
131
- [key: string]: any;
132
- }>[];
130
+ }) => vue.VNode[];
133
131
  }>>, {
134
132
  P: {};
135
133
  B: {};
@@ -162,9 +160,9 @@ declare const VValidation: {
162
160
  maxErrors: string | number;
163
161
  rules: readonly ValidationRule[];
164
162
  }>;
165
- __isFragment?: undefined;
166
- __isTeleport?: undefined;
167
- __isSuspense?: undefined;
163
+ __isFragment?: never;
164
+ __isTeleport?: never;
165
+ __isSuspense?: never;
168
166
  } & vue.ComponentOptionsBase<{
169
167
  error: boolean;
170
168
  disabled: boolean | null;
@@ -182,8 +180,8 @@ declare const VValidation: {
182
180
  } & {}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
183
181
  [key: string]: any;
184
182
  }>[] | undefined, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
185
- 'update:modelValue': (value: any) => boolean;
186
- }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue">, string, {
183
+ 'update:modelValue': (value: any) => true;
184
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue">, string, {
187
185
  error: boolean;
188
186
  disabled: boolean | null;
189
187
  readonly: boolean | null;
@@ -206,16 +204,11 @@ declare const VValidation: {
206
204
  validationClasses: vue.ComputedRef<{
207
205
  [x: string]: boolean;
208
206
  }>;
209
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
210
- [key: string]: any;
211
- }>[];
207
+ }) => vue.VNode[];
212
208
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T>(props: {
213
- modelValue?: T | null | undefined;
214
- 'onUpdate:modelValue'?: ((value: T | null) => void) | undefined;
215
- }, slots: VValidationSlots) => GenericProps<{
216
- modelValue?: T | null | undefined;
217
- 'onUpdate:modelValue'?: ((value: T | null) => void) | undefined;
218
- }, VValidationSlots>) & FilterPropsOptions<{
209
+ modelValue?: T | null;
210
+ "onUpdate:modelValue"?: (value: T | null) => void;
211
+ }, slots: VValidationSlots) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{
219
212
  focused: BooleanConstructor;
220
213
  'onUpdate:focused': vue.PropType<(args_0: boolean) => void>;
221
214
  disabled: {
@@ -242,7 +235,7 @@ declare const VValidation: {
242
235
  default: () => never[];
243
236
  };
244
237
  modelValue: null;
245
- validateOn: vue.PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
238
+ validateOn: vue.PropType<ValidationProps["validateOn"]>;
246
239
  validationValue: null;
247
240
  }, vue.ExtractPropTypes<{
248
241
  focused: BooleanConstructor;
@@ -271,7 +264,7 @@ declare const VValidation: {
271
264
  default: () => never[];
272
265
  };
273
266
  modelValue: null;
274
- validateOn: vue.PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
267
+ validateOn: vue.PropType<ValidationProps["validateOn"]>;
275
268
  validationValue: null;
276
269
  }>>;
277
270
  type VValidation = InstanceType<typeof VValidation>;
@@ -30,6 +30,8 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
30
30
  filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): Partial<Pick<T, U>>;
31
31
  }
32
32
 
33
+ type ClassValue = any;
34
+
33
35
  interface VVirtualScrollSlot<T> {
34
36
  item: T;
35
37
  index: number;
@@ -48,7 +50,7 @@ declare const VVirtualScroll: {
48
50
  class?: any;
49
51
  }, {
50
52
  scrollToIndex: (index: number) => void;
51
- }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slot:default" | "v-slots" | "items" | "renderless">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
53
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slots" | "v-slot:default" | "items" | "renderless">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
52
54
  style: vue.StyleValue;
53
55
  itemHeight: string | number;
54
56
  } & {
@@ -65,9 +67,7 @@ declare const VVirtualScroll: {
65
67
  }, true, {}, vue.SlotsType<Partial<{
66
68
  default: (arg: VVirtualScrollSlot<unknown> | (VVirtualScrollSlot<unknown> & {
67
69
  itemRef: Ref<HTMLElement | undefined>;
68
- })) => vue.VNode<vue.RendererNode, vue.RendererElement, {
69
- [key: string]: any;
70
- }>[];
70
+ })) => vue.VNode[];
71
71
  }>>, {
72
72
  P: {};
73
73
  B: {};
@@ -92,9 +92,9 @@ declare const VVirtualScroll: {
92
92
  style: vue.StyleValue;
93
93
  itemHeight: string | number;
94
94
  }>;
95
- __isFragment?: undefined;
96
- __isTeleport?: undefined;
97
- __isSuspense?: undefined;
95
+ __isFragment?: never;
96
+ __isTeleport?: never;
97
+ __isSuspense?: never;
98
98
  } & vue.ComponentOptionsBase<{
99
99
  style: vue.StyleValue;
100
100
  itemHeight: string | number;
@@ -108,37 +108,28 @@ declare const VVirtualScroll: {
108
108
  class?: any;
109
109
  }, {
110
110
  scrollToIndex: (index: number) => void;
111
- }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slot:default" | "v-slots" | "items" | "renderless">, string, {
111
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slots" | "v-slot:default" | "items" | "renderless">, string, {
112
112
  style: vue.StyleValue;
113
113
  itemHeight: string | number;
114
114
  }, {}, string, vue.SlotsType<Partial<{
115
115
  default: (arg: VVirtualScrollSlot<unknown> | (VVirtualScrollSlot<unknown> & {
116
116
  itemRef: Ref<HTMLElement | undefined>;
117
- })) => vue.VNode<vue.RendererNode, vue.RendererElement, {
118
- [key: string]: any;
119
- }>[];
117
+ })) => vue.VNode[];
120
118
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T, Renderless extends boolean = false>(props: {
121
- items?: readonly T[] | undefined;
122
- renderless?: Renderless | undefined;
119
+ items?: readonly T[];
120
+ renderless?: Renderless;
123
121
  }, slots: {
124
122
  default: VVirtualScrollSlot<T> & (Renderless extends true ? {
125
123
  itemRef: Ref<HTMLElement | undefined>;
126
124
  } : {});
127
- }) => GenericProps<{
128
- items?: readonly T[] | undefined;
129
- renderless?: Renderless | undefined;
130
- }, {
131
- default: VVirtualScrollSlot<T> & (Renderless extends true ? {
132
- itemRef: Ref<HTMLElement | undefined>;
133
- } : {});
134
- }>) & FilterPropsOptions<{
125
+ }) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{
135
126
  height: (StringConstructor | NumberConstructor)[];
136
127
  maxHeight: (StringConstructor | NumberConstructor)[];
137
128
  maxWidth: (StringConstructor | NumberConstructor)[];
138
129
  minHeight: (StringConstructor | NumberConstructor)[];
139
130
  minWidth: (StringConstructor | NumberConstructor)[];
140
131
  width: (StringConstructor | NumberConstructor)[];
141
- class: PropType<any>;
132
+ class: PropType<ClassValue>;
142
133
  style: {
143
134
  type: PropType<vue.StyleValue>;
144
135
  default: null;
@@ -159,7 +150,7 @@ declare const VVirtualScroll: {
159
150
  minHeight: (StringConstructor | NumberConstructor)[];
160
151
  minWidth: (StringConstructor | NumberConstructor)[];
161
152
  width: (StringConstructor | NumberConstructor)[];
162
- class: PropType<any>;
153
+ class: PropType<ClassValue>;
163
154
  style: {
164
155
  type: PropType<vue.StyleValue>;
165
156
  default: null;
@@ -30,6 +30,8 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
30
30
  filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): Partial<Pick<T, U>>;
31
31
  }
32
32
 
33
+ type ClassValue = any;
34
+
33
35
  interface GroupItem {
34
36
  id: number;
35
37
  value: Ref<unknown>;
@@ -135,8 +137,8 @@ declare const VWindow: {
135
137
  } & {}, {
136
138
  group: GroupProvide;
137
139
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
138
- 'update:modelValue': (value: any) => boolean;
139
- }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "v-slot:additional" | "update:modelValue" | "v-slot:next" | "v-slot:prev">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
140
+ 'update:modelValue': (value: any) => true;
141
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:additional" | "update:modelValue" | "v-slot:next" | "v-slot:prev">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
140
142
  reverse: boolean;
141
143
  direction: "horizontal" | "vertical";
142
144
  style: vue.StyleValue;
@@ -167,24 +169,16 @@ declare const VWindow: {
167
169
  }, true, {}, vue.SlotsType<Partial<{
168
170
  default: (arg: {
169
171
  group: GroupProvide;
170
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
171
- [key: string]: any;
172
- }>[];
172
+ }) => vue.VNode[];
173
173
  additional: (arg: {
174
174
  group: GroupProvide;
175
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
176
- [key: string]: any;
177
- }>[];
175
+ }) => vue.VNode[];
178
176
  prev: (arg: {
179
177
  props: ControlProps;
180
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
181
- [key: string]: any;
182
- }>[];
178
+ }) => vue.VNode[];
183
179
  next: (arg: {
184
180
  props: ControlProps;
185
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
186
- [key: string]: any;
187
- }>[];
181
+ }) => vue.VNode[];
188
182
  }>>, {
189
183
  P: {};
190
184
  B: {};
@@ -223,9 +217,9 @@ declare const VWindow: {
223
217
  prevIcon: IconValue;
224
218
  continuous: boolean;
225
219
  }>;
226
- __isFragment?: undefined;
227
- __isTeleport?: undefined;
228
- __isSuspense?: undefined;
220
+ __isFragment?: never;
221
+ __isTeleport?: never;
222
+ __isSuspense?: never;
229
223
  } & vue.ComponentOptionsBase<{
230
224
  reverse: boolean;
231
225
  direction: "horizontal" | "vertical";
@@ -245,8 +239,8 @@ declare const VWindow: {
245
239
  } & {}, {
246
240
  group: GroupProvide;
247
241
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
248
- 'update:modelValue': (value: any) => boolean;
249
- }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "v-slot:additional" | "update:modelValue" | "v-slot:next" | "v-slot:prev">, string, {
242
+ 'update:modelValue': (value: any) => true;
243
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:additional" | "update:modelValue" | "v-slot:next" | "v-slot:prev">, string, {
250
244
  reverse: boolean;
251
245
  direction: "horizontal" | "vertical";
252
246
  style: vue.StyleValue;
@@ -261,37 +255,26 @@ declare const VWindow: {
261
255
  }, {}, string, vue.SlotsType<Partial<{
262
256
  default: (arg: {
263
257
  group: GroupProvide;
264
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
265
- [key: string]: any;
266
- }>[];
258
+ }) => vue.VNode[];
267
259
  additional: (arg: {
268
260
  group: GroupProvide;
269
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
270
- [key: string]: any;
271
- }>[];
261
+ }) => vue.VNode[];
272
262
  prev: (arg: {
273
263
  props: ControlProps;
274
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
275
- [key: string]: any;
276
- }>[];
264
+ }) => vue.VNode[];
277
265
  next: (arg: {
278
266
  props: ControlProps;
279
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
280
- [key: string]: any;
281
- }>[];
267
+ }) => vue.VNode[];
282
268
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T>(props: {
283
- modelValue?: T | undefined;
284
- 'onUpdate:modelValue'?: ((value: T) => void) | undefined;
285
- }, slots: VWindowSlots) => GenericProps<{
286
- modelValue?: T | undefined;
287
- 'onUpdate:modelValue'?: ((value: T) => void) | undefined;
288
- }, VWindowSlots>) & FilterPropsOptions<{
269
+ modelValue?: T;
270
+ "onUpdate:modelValue"?: (value: T) => void;
271
+ }, slots: VWindowSlots) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{
289
272
  theme: StringConstructor;
290
273
  tag: {
291
274
  type: StringConstructor;
292
275
  default: string;
293
276
  };
294
- class: PropType<any>;
277
+ class: PropType<ClassValue>;
295
278
  style: {
296
279
  type: PropType<vue.StyleValue>;
297
280
  default: null;
@@ -334,7 +317,7 @@ declare const VWindow: {
334
317
  type: StringConstructor;
335
318
  default: string;
336
319
  };
337
- class: PropType<any>;
320
+ class: PropType<ClassValue>;
338
321
  style: {
339
322
  type: PropType<vue.StyleValue>;
340
323
  default: null;
@@ -434,9 +417,7 @@ declare const VWindowItem: {
434
417
  disabled: boolean;
435
418
  reverseTransition: string | boolean;
436
419
  }, true, {}, vue.SlotsType<Partial<{
437
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
438
- [key: string]: any;
439
- }>[];
420
+ default: () => vue.VNode[];
440
421
  }>>, {
441
422
  P: {};
442
423
  B: {};
@@ -476,9 +457,9 @@ declare const VWindowItem: {
476
457
  disabled: boolean;
477
458
  reverseTransition: string | boolean;
478
459
  }>;
479
- __isFragment?: undefined;
480
- __isTeleport?: undefined;
481
- __isSuspense?: undefined;
460
+ __isFragment?: never;
461
+ __isTeleport?: never;
462
+ __isSuspense?: never;
482
463
  } & vue.ComponentOptionsBase<{
483
464
  style: vue.StyleValue;
484
465
  eager: boolean;
@@ -515,15 +496,13 @@ declare const VWindowItem: {
515
496
  disabled: boolean;
516
497
  reverseTransition: string | boolean;
517
498
  }, {}, string, vue.SlotsType<Partial<{
518
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
519
- [key: string]: any;
520
- }>[];
499
+ default: () => vue.VNode[];
521
500
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
522
501
  eager: BooleanConstructor;
523
502
  value: null;
524
503
  disabled: BooleanConstructor;
525
504
  selectedClass: StringConstructor;
526
- class: vue.PropType<any>;
505
+ class: vue.PropType<ClassValue>;
527
506
  style: {
528
507
  type: vue.PropType<vue.StyleValue>;
529
508
  default: null;
@@ -541,7 +520,7 @@ declare const VWindowItem: {
541
520
  value: null;
542
521
  disabled: BooleanConstructor;
543
522
  selectedClass: StringConstructor;
544
- class: vue.PropType<any>;
523
+ class: vue.PropType<ClassValue>;
545
524
  style: {
546
525
  type: vue.PropType<vue.StyleValue>;
547
526
  default: null;