@vuetify/nightly 3.0.0-beta.10 → 3.0.0-beta.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 (224) hide show
  1. package/CHANGELOG.md +13 -2
  2. package/dist/json/attributes.json +37 -29
  3. package/dist/json/importMap.json +46 -46
  4. package/dist/json/tags.json +10 -8
  5. package/dist/json/web-types.json +101 -87
  6. package/dist/vuetify.css +545 -441
  7. package/dist/vuetify.d.ts +12095 -10059
  8. package/dist/vuetify.esm.js +401 -266
  9. package/dist/vuetify.esm.js.map +1 -1
  10. package/dist/vuetify.js +371 -236
  11. package/dist/vuetify.js.map +1 -1
  12. package/dist/vuetify.min.css +3 -3
  13. package/dist/vuetify.min.js +496 -490
  14. package/dist/vuetify.min.js.map +1 -1
  15. package/lib/blueprints/index.d.ts +171 -0
  16. package/lib/blueprints/md1.d.ts +167 -0
  17. package/lib/blueprints/md2.d.ts +167 -0
  18. package/lib/blueprints/md3.d.ts +167 -0
  19. package/lib/components/VAlert/index.d.ts +185 -0
  20. package/lib/components/VApp/index.d.ts +83 -0
  21. package/lib/components/VAppBar/VAppBar.css +3 -0
  22. package/lib/components/VAppBar/VAppBar.sass +3 -0
  23. package/lib/components/VAppBar/index.d.ts +156 -0
  24. package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -1
  25. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  26. package/lib/components/VAutocomplete/index.d.ts +1569 -0
  27. package/lib/components/VAvatar/VAvatar.css +44 -2
  28. package/lib/components/VAvatar/VAvatar.mjs +16 -12
  29. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  30. package/lib/components/VAvatar/VAvatar.sass +5 -1
  31. package/lib/components/VAvatar/_variables.scss +9 -4
  32. package/lib/components/VAvatar/index.d.ts +80 -0
  33. package/lib/components/VBadge/index.d.ts +123 -0
  34. package/lib/components/VBanner/index.d.ts +122 -0
  35. package/lib/components/VBottomNavigation/index.d.ts +143 -0
  36. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +2 -2
  37. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
  38. package/lib/components/VBreadcrumbs/index.d.ts +301 -0
  39. package/lib/components/VBtn/VBtn.css +8 -3
  40. package/lib/components/VBtn/VBtn.mjs +16 -6
  41. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  42. package/lib/components/VBtn/index.d.ts +210 -0
  43. package/lib/components/VBtnGroup/index.d.ts +65 -0
  44. package/lib/components/VBtnToggle/VBtnToggle.mjs +1 -3
  45. package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
  46. package/lib/components/VBtnToggle/index.d.ts +175 -0
  47. package/lib/components/VCard/VCard.css +8 -3
  48. package/lib/components/VCard/index.d.ts +230 -0
  49. package/lib/components/VCarousel/VCarousel.mjs +3 -3
  50. package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
  51. package/lib/components/VCarousel/index.d.ts +80 -0
  52. package/lib/components/VCheckbox/index.d.ts +291 -0
  53. package/lib/components/VChip/index.d.ts +195 -0
  54. package/lib/components/VChipGroup/index.d.ts +89 -0
  55. package/lib/components/VCode/index.d.ts +19 -0
  56. package/lib/components/VColorPicker/index.d.ts +116 -0
  57. package/lib/components/VCombobox/VCombobox.mjs +1 -1
  58. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  59. package/lib/components/VCombobox/index.d.ts +1590 -0
  60. package/lib/components/VCounter/index.d.ts +223 -0
  61. package/lib/components/VDefaultsProvider/index.d.ts +26 -0
  62. package/lib/components/VDialog/VDialog.css +2 -0
  63. package/lib/components/VDialog/VDialog.mjs +17 -12
  64. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  65. package/lib/components/VDialog/VDialog.sass +2 -0
  66. package/lib/components/VDialog/index.d.ts +859 -0
  67. package/lib/components/VDivider/index.d.ts +22 -0
  68. package/lib/components/VExpansionPanel/VExpansionPanel.css +8 -3
  69. package/lib/components/VExpansionPanel/index.d.ts +206 -0
  70. package/lib/components/VField/VField.css +27 -24
  71. package/lib/components/VField/VField.mjs +1 -1
  72. package/lib/components/VField/VField.mjs.map +1 -1
  73. package/lib/components/VField/VField.sass +23 -21
  74. package/lib/components/VField/index.d.ts +332 -0
  75. package/lib/components/VFileInput/VFileInput.mjs +3 -3
  76. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  77. package/lib/components/VFileInput/index.d.ts +236 -0
  78. package/lib/components/VFooter/VFooter.css +7 -0
  79. package/lib/components/VFooter/VFooter.sass +1 -1
  80. package/lib/components/VFooter/_variables.scss +11 -0
  81. package/lib/components/VFooter/index.d.ts +76 -0
  82. package/lib/components/VForm/index.d.ts +72 -0
  83. package/lib/components/VGrid/index.d.ts +154 -0
  84. package/lib/components/VHover/index.d.ts +30 -0
  85. package/lib/components/VIcon/index.d.ts +124 -0
  86. package/lib/components/VImg/VImg.mjs +29 -27
  87. package/lib/components/VImg/VImg.mjs.map +1 -1
  88. package/lib/components/VImg/index.d.ts +89 -0
  89. package/lib/components/VInput/VInput.mjs +4 -4
  90. package/lib/components/VInput/VInput.mjs.map +1 -1
  91. package/lib/components/VInput/index.d.ts +325 -0
  92. package/lib/components/VItemGroup/index.d.ts +210 -0
  93. package/lib/components/VKbd/index.d.ts +19 -0
  94. package/lib/components/VLabel/VLabel.css +4 -1
  95. package/lib/components/VLabel/VLabel.mjs +4 -1
  96. package/lib/components/VLabel/VLabel.mjs.map +1 -1
  97. package/lib/components/VLabel/VLabel.sass +3 -1
  98. package/lib/components/VLabel/index.d.ts +16 -0
  99. package/lib/components/VLayout/index.d.ts +75 -0
  100. package/lib/components/VLazy/index.d.ts +85 -0
  101. package/lib/components/VList/VListItem.css +8 -3
  102. package/lib/components/VList/VListItem.mjs +4 -4
  103. package/lib/components/VList/VListItem.mjs.map +1 -1
  104. package/lib/components/VList/index.d.ts +1250 -0
  105. package/lib/components/VLocaleProvider/index.d.ts +23 -0
  106. package/lib/components/VMain/index.d.ts +26 -0
  107. package/lib/components/VMenu/VMenu.mjs +16 -3
  108. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  109. package/lib/components/VMenu/index.d.ts +817 -0
  110. package/lib/components/VMessages/index.d.ts +234 -0
  111. package/lib/components/VNavigationDrawer/index.d.ts +148 -0
  112. package/lib/components/VNoSsr/index.d.ts +7 -0
  113. package/lib/components/VOverlay/VOverlay.mjs +4 -3
  114. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  115. package/lib/components/VOverlay/index.d.ts +579 -0
  116. package/lib/components/VOverlay/useActivator.mjs +27 -1
  117. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  118. package/lib/components/VPagination/VPagination.mjs +6 -3
  119. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  120. package/lib/components/VPagination/index.d.ts +247 -0
  121. package/lib/components/VParallax/VParallax.mjs +24 -10
  122. package/lib/components/VParallax/VParallax.mjs.map +1 -1
  123. package/lib/components/VParallax/index.d.ts +18 -0
  124. package/lib/components/VProgressCircular/index.d.ts +68 -0
  125. package/lib/components/VProgressLinear/index.d.ts +101 -0
  126. package/lib/components/VRadio/index.d.ts +103 -0
  127. package/lib/components/VRadioGroup/VRadioGroup.css +2 -3
  128. package/lib/components/VRadioGroup/VRadioGroup.mjs +2 -1
  129. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  130. package/lib/components/VRadioGroup/VRadioGroup.sass +2 -2
  131. package/lib/components/VRadioGroup/_variables.scss +0 -1
  132. package/lib/components/VRadioGroup/index.d.ts +186 -0
  133. package/lib/components/VRangeSlider/VRangeSlider.mjs +12 -2
  134. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  135. package/lib/components/VRangeSlider/index.d.ts +242 -0
  136. package/lib/components/VRating/index.d.ts +356 -0
  137. package/lib/components/VResponsive/index.d.ts +23 -0
  138. package/lib/components/VSelect/VSelect.mjs +1 -1
  139. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  140. package/lib/components/VSelect/index.d.ts +1521 -0
  141. package/lib/components/VSelectionControl/VSelectionControl.mjs +2 -1
  142. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  143. package/lib/components/VSelectionControl/index.d.ts +275 -0
  144. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.css +5 -0
  145. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +3 -1
  146. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
  147. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.sass +5 -0
  148. package/lib/components/VSelectionControlGroup/index.d.ts +47 -0
  149. package/lib/components/VSheet/index.d.ts +68 -0
  150. package/lib/components/VSlideGroup/index.d.ts +151 -0
  151. package/lib/components/VSlider/VSlider.css +7 -2
  152. package/lib/components/VSlider/VSlider.mjs +14 -4
  153. package/lib/components/VSlider/VSlider.mjs.map +1 -1
  154. package/lib/components/VSlider/VSlider.sass +6 -2
  155. package/lib/components/VSlider/VSliderTrack.css +20 -20
  156. package/lib/components/VSlider/VSliderTrack.mjs +7 -3
  157. package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
  158. package/lib/components/VSlider/VSliderTrack.sass +14 -14
  159. package/lib/components/VSlider/_variables.scss +2 -2
  160. package/lib/components/VSlider/index.d.ts +239 -0
  161. package/lib/components/VSlider/slider.mjs +2 -2
  162. package/lib/components/VSlider/slider.mjs.map +1 -1
  163. package/lib/components/VSnackbar/VSnackbar.mjs +3 -2
  164. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  165. package/lib/components/VSnackbar/index.d.ts +892 -0
  166. package/lib/components/VSwitch/index.d.ts +175 -0
  167. package/lib/components/VSystemBar/index.d.ts +61 -0
  168. package/lib/components/VTable/index.d.ts +39 -0
  169. package/lib/components/VTabs/VTab.mjs +1 -0
  170. package/lib/components/VTabs/VTab.mjs.map +1 -1
  171. package/lib/components/VTabs/index.d.ts +178 -0
  172. package/lib/components/VTextField/VTextField.css +2 -3
  173. package/lib/components/VTextField/VTextField.sass +2 -4
  174. package/lib/components/VTextField/index.d.ts +582 -0
  175. package/lib/components/VTextarea/VTextarea.css +5 -3
  176. package/lib/components/VTextarea/VTextarea.mjs +2 -1
  177. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  178. package/lib/components/VTextarea/VTextarea.sass +5 -4
  179. package/lib/components/VTextarea/index.d.ts +218 -0
  180. package/lib/components/VThemeProvider/index.d.ts +24 -0
  181. package/lib/components/VTimeline/VTimeline.css +21 -6
  182. package/lib/components/VTimeline/VTimeline.mjs +6 -1
  183. package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
  184. package/lib/components/VTimeline/VTimeline.sass +16 -2
  185. package/lib/components/VTimeline/_variables.scss +4 -3
  186. package/lib/components/VTimeline/index.d.ts +154 -0
  187. package/lib/components/VToolbar/VToolbar.css +0 -1
  188. package/lib/components/VToolbar/VToolbar.sass +0 -1
  189. package/lib/components/VToolbar/index.d.ts +414 -0
  190. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  191. package/lib/components/VTooltip/index.d.ts +799 -0
  192. package/lib/components/VValidation/index.d.ts +61 -0
  193. package/lib/components/VWindow/index.d.ts +428 -0
  194. package/lib/components/index.d.ts +12037 -10009
  195. package/lib/components/transitions/index.d.ts +454 -0
  196. package/lib/composables/display.mjs +3 -3
  197. package/lib/composables/display.mjs.map +1 -1
  198. package/lib/composables/items.mjs.map +1 -1
  199. package/lib/composables/locale.mjs +10 -3
  200. package/lib/composables/locale.mjs.map +1 -1
  201. package/lib/composables/proxiedModel.mjs +28 -10
  202. package/lib/composables/proxiedModel.mjs.map +1 -1
  203. package/lib/composables/router.mjs +10 -2
  204. package/lib/composables/router.mjs.map +1 -1
  205. package/lib/composables/selectLink.mjs +4 -4
  206. package/lib/composables/selectLink.mjs.map +1 -1
  207. package/lib/composables/theme.mjs +37 -33
  208. package/lib/composables/theme.mjs.map +1 -1
  209. package/lib/composables/validation.mjs +1 -1
  210. package/lib/composables/validation.mjs.map +1 -1
  211. package/lib/entry-bundler.mjs +1 -1
  212. package/lib/framework.mjs +46 -51
  213. package/lib/framework.mjs.map +1 -1
  214. package/lib/index.d.ts +31 -22
  215. package/lib/locale/adapters/vue-i18n.d.ts +35 -0
  216. package/lib/locale/adapters/vue-intl.d.ts +42 -0
  217. package/lib/styles/main.css +73 -73
  218. package/lib/styles/settings/_colors.scss +84 -84
  219. package/lib/styles/tools/_states.sass +8 -3
  220. package/lib/util/getCurrentInstance.mjs +2 -3
  221. package/lib/util/getCurrentInstance.mjs.map +1 -1
  222. package/lib/util/helpers.mjs +6 -11
  223. package/lib/util/helpers.mjs.map +1 -1
  224. package/package.json +4 -2
@@ -0,0 +1,61 @@
1
+ import * as vue from 'vue';
2
+
3
+ declare type ValidationResult = string | boolean;
4
+ declare type ValidationRule = ValidationResult | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>);
5
+
6
+ declare const VValidation: vue.DefineComponent<{
7
+ disabled: BooleanConstructor;
8
+ error: BooleanConstructor;
9
+ errorMessages: {
10
+ type: vue.PropType<string | string[]>;
11
+ default: () => never[];
12
+ };
13
+ maxErrors: {
14
+ type: (StringConstructor | NumberConstructor)[];
15
+ default: number;
16
+ };
17
+ name: StringConstructor;
18
+ label: StringConstructor;
19
+ readonly: BooleanConstructor;
20
+ rules: {
21
+ type: vue.PropType<ValidationRule[]>;
22
+ default: () => never[];
23
+ };
24
+ modelValue: null;
25
+ validationValue: null;
26
+ }, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
27
+ [key: string]: any;
28
+ }>[] | undefined, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
29
+ 'update:modelValue': (val: any) => true;
30
+ }, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
31
+ disabled: BooleanConstructor;
32
+ error: BooleanConstructor;
33
+ errorMessages: {
34
+ type: vue.PropType<string | string[]>;
35
+ default: () => never[];
36
+ };
37
+ maxErrors: {
38
+ type: (StringConstructor | NumberConstructor)[];
39
+ default: number;
40
+ };
41
+ name: StringConstructor;
42
+ label: StringConstructor;
43
+ readonly: BooleanConstructor;
44
+ rules: {
45
+ type: vue.PropType<ValidationRule[]>;
46
+ default: () => never[];
47
+ };
48
+ modelValue: null;
49
+ validationValue: null;
50
+ }>> & {
51
+ "onUpdate:modelValue"?: ((val: any) => any) | undefined;
52
+ }, {
53
+ error: boolean;
54
+ disabled: boolean;
55
+ readonly: boolean;
56
+ errorMessages: string | string[];
57
+ maxErrors: string | number;
58
+ rules: ValidationRule[];
59
+ }>;
60
+
61
+ export { VValidation };
@@ -0,0 +1,428 @@
1
+ import * as vue from 'vue';
2
+ import { VNodeChild, ComponentInternalInstance, Ref, ComputedRef, JSXComponent, PropType } from 'vue';
3
+
4
+ declare type SlotsToProps<T extends Record<string, Slot>> = {
5
+ $children: () => (T['default'] | VNodeChild | {
6
+ [K in keyof T]?: T[K];
7
+ });
8
+ 'v-slots': new () => {
9
+ [K in keyof T]?: T[K] | false;
10
+ };
11
+ };
12
+ declare type Slot<T extends any[] = any[]> = (...args: T) => VNodeChild;
13
+ declare type MakeSlots<T extends Record<string, any[]>> = {
14
+ [K in keyof T]?: Slot<T[K]>;
15
+ };
16
+
17
+ interface GroupItem {
18
+ id: number;
19
+ value: Ref<unknown>;
20
+ disabled: Ref<boolean | undefined>;
21
+ }
22
+ interface GroupProvide {
23
+ register: (item: GroupItem, cmp: ComponentInternalInstance) => void;
24
+ unregister: (id: number) => void;
25
+ select: (id: number, value: boolean) => void;
26
+ selected: Ref<Readonly<number[]>>;
27
+ isSelected: (id: number) => boolean;
28
+ prev: () => void;
29
+ next: () => void;
30
+ selectedClass: Ref<string | undefined>;
31
+ items: ComputedRef<{
32
+ id: number;
33
+ value: unknown;
34
+ disabled: boolean | undefined;
35
+ }[]>;
36
+ disabled: Ref<boolean | undefined>;
37
+ getItemIndex: (value: unknown) => number;
38
+ }
39
+
40
+ declare type IconValue = string | JSXComponent;
41
+ declare const IconValue: PropType<IconValue>;
42
+
43
+ interface TouchHandlers {
44
+ start?: (wrapperEvent: {
45
+ originalEvent: TouchEvent;
46
+ } & TouchWrapper) => void;
47
+ end?: (wrapperEvent: {
48
+ originalEvent: TouchEvent;
49
+ } & TouchWrapper) => void;
50
+ move?: (wrapperEvent: {
51
+ originalEvent: TouchEvent;
52
+ } & TouchWrapper) => void;
53
+ left?: (wrapper: TouchWrapper) => void;
54
+ right?: (wrapper: TouchWrapper) => void;
55
+ up?: (wrapper: TouchWrapper) => void;
56
+ down?: (wrapper: TouchWrapper) => void;
57
+ }
58
+ interface TouchWrapper extends TouchHandlers {
59
+ touchstartX: number;
60
+ touchstartY: number;
61
+ touchmoveX: number;
62
+ touchmoveY: number;
63
+ touchendX: number;
64
+ touchendY: number;
65
+ offsetX: number;
66
+ offsetY: number;
67
+ }
68
+
69
+ declare type ControlProps = {
70
+ icon: IconValue;
71
+ class: string;
72
+ onClick: () => void;
73
+ ariaLabel: string;
74
+ };
75
+ declare const VWindow: {
76
+ new (...args: any[]): {
77
+ $: vue.ComponentInternalInstance;
78
+ $data: {};
79
+ $props: Partial<{
80
+ reverse: boolean;
81
+ direction: string;
82
+ disabled: boolean;
83
+ tag: string;
84
+ mandatory: "force";
85
+ touch: boolean | TouchHandlers;
86
+ selectedClass: string;
87
+ continuous: boolean;
88
+ nextIcon: IconValue;
89
+ prevIcon: IconValue;
90
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
91
+ theme: StringConstructor;
92
+ tag: {
93
+ type: StringConstructor;
94
+ default: string;
95
+ };
96
+ continuous: BooleanConstructor;
97
+ nextIcon: {
98
+ type: PropType<IconValue>;
99
+ default: string;
100
+ };
101
+ prevIcon: {
102
+ type: PropType<IconValue>;
103
+ default: string;
104
+ };
105
+ reverse: BooleanConstructor;
106
+ showArrows: {
107
+ type: (StringConstructor | BooleanConstructor)[];
108
+ validator: (v: any) => boolean;
109
+ };
110
+ touch: {
111
+ type: PropType<boolean | TouchHandlers>;
112
+ default: undefined;
113
+ };
114
+ direction: {
115
+ type: StringConstructor;
116
+ default: string;
117
+ };
118
+ modelValue: null;
119
+ disabled: BooleanConstructor;
120
+ selectedClass: {
121
+ type: StringConstructor;
122
+ default: string;
123
+ };
124
+ mandatory: {
125
+ default: "force";
126
+ };
127
+ } & SlotsToProps<MakeSlots<{
128
+ default: [{
129
+ group: GroupProvide;
130
+ }];
131
+ additional: [{
132
+ group: GroupProvide;
133
+ }];
134
+ prev: [{
135
+ props: ControlProps;
136
+ }];
137
+ next: [{
138
+ props: ControlProps;
139
+ }];
140
+ }>>>> & {
141
+ "onUpdate:modelValue"?: ((v: any) => any) | undefined;
142
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "direction" | "disabled" | "tag" | "mandatory" | "touch" | "selectedClass" | "continuous" | "nextIcon" | "prevIcon">;
143
+ $attrs: {
144
+ [x: string]: unknown;
145
+ };
146
+ $refs: {
147
+ [x: string]: unknown;
148
+ };
149
+ $slots: Readonly<{
150
+ [name: string]: vue.Slot | undefined;
151
+ }>;
152
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
153
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
154
+ $emit: (event: "update:modelValue", v: any) => void;
155
+ $el: any;
156
+ $options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<{
157
+ theme: StringConstructor;
158
+ tag: {
159
+ type: StringConstructor;
160
+ default: string;
161
+ };
162
+ continuous: BooleanConstructor;
163
+ nextIcon: {
164
+ type: PropType<IconValue>;
165
+ default: string;
166
+ };
167
+ prevIcon: {
168
+ type: PropType<IconValue>;
169
+ default: string;
170
+ };
171
+ reverse: BooleanConstructor;
172
+ showArrows: {
173
+ type: (StringConstructor | BooleanConstructor)[];
174
+ validator: (v: any) => boolean;
175
+ };
176
+ touch: {
177
+ type: PropType<boolean | TouchHandlers>;
178
+ default: undefined;
179
+ };
180
+ direction: {
181
+ type: StringConstructor;
182
+ default: string;
183
+ };
184
+ modelValue: null;
185
+ disabled: BooleanConstructor;
186
+ selectedClass: {
187
+ type: StringConstructor;
188
+ default: string;
189
+ };
190
+ mandatory: {
191
+ default: "force";
192
+ };
193
+ } & SlotsToProps<MakeSlots<{
194
+ default: [{
195
+ group: GroupProvide;
196
+ }];
197
+ additional: [{
198
+ group: GroupProvide;
199
+ }];
200
+ prev: [{
201
+ props: ControlProps;
202
+ }];
203
+ next: [{
204
+ props: ControlProps;
205
+ }];
206
+ }>>>> & {
207
+ "onUpdate:modelValue"?: ((v: any) => any) | undefined;
208
+ }, {
209
+ group: GroupProvide;
210
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
211
+ 'update:modelValue': (v: any) => boolean;
212
+ }, string, {
213
+ reverse: boolean;
214
+ direction: string;
215
+ disabled: boolean;
216
+ tag: string;
217
+ mandatory: "force";
218
+ touch: boolean | TouchHandlers;
219
+ selectedClass: string;
220
+ continuous: boolean;
221
+ nextIcon: IconValue;
222
+ prevIcon: IconValue;
223
+ }> & {
224
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
225
+ created?: ((() => void) | (() => void)[]) | undefined;
226
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
227
+ mounted?: ((() => void) | (() => void)[]) | undefined;
228
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
229
+ updated?: ((() => void) | (() => void)[]) | undefined;
230
+ activated?: ((() => void) | (() => void)[]) | undefined;
231
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
232
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
233
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
234
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
235
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
236
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
237
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
238
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
239
+ };
240
+ $forceUpdate: () => void;
241
+ $nextTick: typeof vue.nextTick;
242
+ $watch(source: string | Function, cb: Function, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
243
+ } & Readonly<vue.ExtractPropTypes<{
244
+ theme: StringConstructor;
245
+ tag: {
246
+ type: StringConstructor;
247
+ default: string;
248
+ };
249
+ continuous: BooleanConstructor;
250
+ nextIcon: {
251
+ type: PropType<IconValue>;
252
+ default: string;
253
+ };
254
+ prevIcon: {
255
+ type: PropType<IconValue>;
256
+ default: string;
257
+ };
258
+ reverse: BooleanConstructor;
259
+ showArrows: {
260
+ type: (StringConstructor | BooleanConstructor)[];
261
+ validator: (v: any) => boolean;
262
+ };
263
+ touch: {
264
+ type: PropType<boolean | TouchHandlers>;
265
+ default: undefined;
266
+ };
267
+ direction: {
268
+ type: StringConstructor;
269
+ default: string;
270
+ };
271
+ modelValue: null;
272
+ disabled: BooleanConstructor;
273
+ selectedClass: {
274
+ type: StringConstructor;
275
+ default: string;
276
+ };
277
+ mandatory: {
278
+ default: "force";
279
+ };
280
+ } & SlotsToProps<MakeSlots<{
281
+ default: [{
282
+ group: GroupProvide;
283
+ }];
284
+ additional: [{
285
+ group: GroupProvide;
286
+ }];
287
+ prev: [{
288
+ props: ControlProps;
289
+ }];
290
+ next: [{
291
+ props: ControlProps;
292
+ }];
293
+ }>>>> & {
294
+ "onUpdate:modelValue"?: ((v: any) => any) | undefined;
295
+ } & vue.ShallowUnwrapRef<{
296
+ group: GroupProvide;
297
+ }> & {} & vue.ComponentCustomProperties;
298
+ __isFragment?: undefined;
299
+ __isTeleport?: undefined;
300
+ __isSuspense?: undefined;
301
+ } & vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<{
302
+ theme: StringConstructor;
303
+ tag: {
304
+ type: StringConstructor;
305
+ default: string;
306
+ };
307
+ continuous: BooleanConstructor;
308
+ nextIcon: {
309
+ type: PropType<IconValue>;
310
+ default: string;
311
+ };
312
+ prevIcon: {
313
+ type: PropType<IconValue>;
314
+ default: string;
315
+ };
316
+ reverse: BooleanConstructor;
317
+ showArrows: {
318
+ type: (StringConstructor | BooleanConstructor)[];
319
+ validator: (v: any) => boolean;
320
+ };
321
+ touch: {
322
+ type: PropType<boolean | TouchHandlers>;
323
+ default: undefined;
324
+ };
325
+ direction: {
326
+ type: StringConstructor;
327
+ default: string;
328
+ };
329
+ modelValue: null;
330
+ disabled: BooleanConstructor;
331
+ selectedClass: {
332
+ type: StringConstructor;
333
+ default: string;
334
+ };
335
+ mandatory: {
336
+ default: "force";
337
+ };
338
+ } & SlotsToProps<MakeSlots<{
339
+ default: [{
340
+ group: GroupProvide;
341
+ }];
342
+ additional: [{
343
+ group: GroupProvide;
344
+ }];
345
+ prev: [{
346
+ props: ControlProps;
347
+ }];
348
+ next: [{
349
+ props: ControlProps;
350
+ }];
351
+ }>>>> & {
352
+ "onUpdate:modelValue"?: ((v: any) => any) | undefined;
353
+ }, {
354
+ group: GroupProvide;
355
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
356
+ 'update:modelValue': (v: any) => boolean;
357
+ }, string, {
358
+ reverse: boolean;
359
+ direction: string;
360
+ disabled: boolean;
361
+ tag: string;
362
+ mandatory: "force";
363
+ touch: boolean | TouchHandlers;
364
+ selectedClass: string;
365
+ continuous: boolean;
366
+ nextIcon: IconValue;
367
+ prevIcon: IconValue;
368
+ }> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
369
+ $slots: MakeSlots<{
370
+ default: [{
371
+ group: GroupProvide;
372
+ }];
373
+ additional: [{
374
+ group: GroupProvide;
375
+ }];
376
+ prev: [{
377
+ props: ControlProps;
378
+ }];
379
+ next: [{
380
+ props: ControlProps;
381
+ }];
382
+ }>;
383
+ });
384
+ declare type VWindow = InstanceType<typeof VWindow>;
385
+
386
+ declare const VWindowItem: vue.DefineComponent<{
387
+ eager: BooleanConstructor;
388
+ value: null;
389
+ disabled: BooleanConstructor;
390
+ selectedClass: StringConstructor;
391
+ reverseTransition: {
392
+ type: (StringConstructor | BooleanConstructor)[];
393
+ default: undefined;
394
+ };
395
+ transition: {
396
+ type: (StringConstructor | BooleanConstructor)[];
397
+ default: undefined;
398
+ };
399
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
400
+ 'group:selected': (val: {
401
+ value: boolean;
402
+ }) => true;
403
+ }, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
404
+ eager: BooleanConstructor;
405
+ value: null;
406
+ disabled: BooleanConstructor;
407
+ selectedClass: StringConstructor;
408
+ reverseTransition: {
409
+ type: (StringConstructor | BooleanConstructor)[];
410
+ default: undefined;
411
+ };
412
+ transition: {
413
+ type: (StringConstructor | BooleanConstructor)[];
414
+ default: undefined;
415
+ };
416
+ }>> & {
417
+ "onGroup:selected"?: ((val: {
418
+ value: boolean;
419
+ }) => any) | undefined;
420
+ }, {
421
+ transition: string | boolean;
422
+ eager: boolean;
423
+ disabled: boolean;
424
+ reverseTransition: string | boolean;
425
+ }>;
426
+ declare type VWindowItem = InstanceType<typeof VWindowItem>;
427
+
428
+ export { VWindow, VWindowItem };