@vuetify/nightly 3.6.13-3.7.0-beta.0.0-dev.2024-07-12 → 3.6.13-3.7.0-beta.0.0-dev.2024-07-25
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.
- package/CHANGELOG.md +0 -13
- package/dist/json/attributes.json +30 -22
- package/dist/json/importMap-labs.json +18 -18
- package/dist/json/importMap.json +152 -152
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +53 -42
- package/dist/vuetify-labs.css +1255 -1257
- package/dist/vuetify-labs.d.ts +12304 -12192
- package/dist/vuetify-labs.esm.js +118 -68
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +118 -68
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1293 -1295
- package/dist/vuetify.d.ts +10496 -10404
- package/dist/vuetify.esm.js +110 -64
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +110 -64
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1078 -1080
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +55 -55
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.mts +169 -169
- package/lib/components/VAutocomplete/VAutocomplete.mjs +15 -8
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +615 -609
- package/lib/components/VAvatar/index.d.mts +36 -36
- package/lib/components/VBadge/index.d.mts +58 -58
- package/lib/components/VBanner/index.d.mts +59 -59
- package/lib/components/VBottomNavigation/index.d.mts +58 -58
- package/lib/components/VBottomSheet/index.d.mts +118 -118
- package/lib/components/VBreadcrumbs/index.d.mts +34 -34
- package/lib/components/VBtn/VBtn.css +3 -0
- package/lib/components/VBtn/VBtn.sass +3 -0
- package/lib/components/VBtn/index.d.mts +107 -107
- package/lib/components/VBtnGroup/index.d.mts +23 -23
- package/lib/components/VBtnToggle/index.d.mts +40 -40
- package/lib/components/VCard/index.d.mts +93 -93
- package/lib/components/VCarousel/index.d.mts +128 -128
- package/lib/components/VCheckbox/index.d.mts +174 -168
- package/lib/components/VChip/index.d.mts +86 -86
- package/lib/components/VChipGroup/index.d.mts +46 -46
- package/lib/components/VColorPicker/index.d.mts +96 -96
- package/lib/components/VCombobox/VCombobox.mjs +15 -8
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +615 -609
- package/lib/components/VConfirmEdit/index.d.mts +2 -2
- package/lib/components/VCounter/index.d.mts +27 -27
- package/lib/components/VDataIterator/index.d.mts +51 -50
- package/lib/components/VDataTable/VDataTable.mjs +10 -3
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +6 -2
- package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +10 -3
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/composables/group.mjs +2 -1
- package/lib/components/VDataTable/composables/group.mjs.map +1 -1
- package/lib/components/VDataTable/composables/sort.mjs +4 -4
- package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +275 -274
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -0
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +134 -134
- package/lib/components/VDialog/index.d.mts +353 -353
- package/lib/components/VDivider/index.d.mts +15 -15
- package/lib/components/VEmptyState/index.d.mts +47 -47
- package/lib/components/VExpansionPanel/index.d.mts +134 -134
- package/lib/components/VFab/index.d.mts +227 -227
- package/lib/components/VField/VField.css +6 -11
- package/lib/components/VField/VField.mjs +7 -5
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +2 -6
- package/lib/components/VField/index.d.mts +58 -52
- package/lib/components/VFileInput/index.d.mts +255 -249
- package/lib/components/VFooter/index.d.mts +50 -50
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VGrid/index.d.mts +150 -150
- package/lib/components/VIcon/index.d.mts +24 -24
- package/lib/components/VImg/index.d.mts +85 -85
- package/lib/components/VInfiniteScroll/index.d.mts +22 -22
- package/lib/components/VInput/VInput.css +5 -5
- package/lib/components/VInput/VInput.mjs +4 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/VInput.sass +1 -1
- package/lib/components/VInput/index.d.mts +61 -55
- package/lib/components/VItemGroup/index.d.mts +17 -17
- package/lib/components/VLabel/index.d.mts +8 -8
- package/lib/components/VLayout/index.d.mts +36 -36
- package/lib/components/VLazy/index.d.mts +31 -31
- package/lib/components/VList/index.d.mts +178 -178
- package/lib/components/VLocaleProvider/index.d.mts +7 -7
- package/lib/components/VMain/index.d.mts +10 -10
- package/lib/components/VMenu/VMenu.mjs +7 -5
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +396 -396
- package/lib/components/VMessages/index.d.mts +20 -20
- package/lib/components/VNavigationDrawer/index.d.mts +72 -72
- package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VOtpInput/index.d.mts +88 -88
- package/lib/components/VOverlay/index.d.mts +97 -97
- package/lib/components/VOverlay/locationStrategies.mjs +0 -6
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VPagination/index.d.mts +55 -55
- package/lib/components/VParallax/index.d.mts +7 -7
- package/lib/components/VProgressCircular/index.d.mts +24 -24
- package/lib/components/VProgressLinear/index.d.mts +52 -52
- package/lib/components/VRadio/index.d.mts +41 -41
- package/lib/components/VRadioGroup/index.d.mts +105 -99
- package/lib/components/VRangeSlider/index.d.mts +102 -96
- package/lib/components/VRating/index.d.mts +22 -22
- package/lib/components/VResponsive/index.d.mts +23 -23
- package/lib/components/VSelect/VSelect.mjs +15 -13
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +615 -609
- package/lib/components/VSelect/useScrolling.mjs +3 -3
- package/lib/components/VSelect/useScrolling.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +43 -43
- package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
- package/lib/components/VSheet/index.d.mts +34 -34
- package/lib/components/VSkeletonLoader/index.d.mts +17 -17
- package/lib/components/VSlideGroup/index.d.mts +33 -33
- package/lib/components/VSlider/index.d.mts +95 -89
- package/lib/components/VSnackbar/index.d.mts +411 -411
- package/lib/components/VSparkline/index.d.mts +38 -38
- package/lib/components/VSpeedDial/index.d.mts +176 -176
- package/lib/components/VStepper/index.d.mts +119 -119
- package/lib/components/VSwitch/index.d.mts +108 -102
- package/lib/components/VSystemBar/index.d.mts +39 -39
- package/lib/components/VTable/index.d.mts +4 -4
- package/lib/components/VTabs/index.d.mts +512 -512
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.mts +421 -415
- package/lib/components/VTextarea/VTextarea.mjs +5 -5
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.mts +359 -344
- package/lib/components/VTimeline/index.d.mts +26 -26
- package/lib/components/VToolbar/index.d.mts +53 -53
- package/lib/components/VTooltip/index.d.mts +424 -424
- package/lib/components/VValidation/index.d.mts +19 -19
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +2 -0
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +13 -10
- package/lib/components/VWindow/index.d.mts +31 -31
- package/lib/components/index.d.mts +10657 -10566
- package/lib/components/transitions/index.d.mts +200 -200
- package/lib/composables/nested/nested.mjs +0 -1
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/virtual.mjs +1 -0
- package/lib/composables/virtual.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +81 -80
- package/lib/labs/VCalendar/index.d.mts +52 -52
- package/lib/labs/VDateInput/VDateInput.mjs +6 -3
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +256 -250
- package/lib/labs/VNumberInput/index.d.mts +247 -241
- package/lib/labs/VPicker/index.d.mts +45 -45
- package/lib/labs/VSnackbarQueue/index.d.mts +611 -611
- package/lib/labs/VStepperVertical/index.d.mts +212 -212
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +131 -122
- package/lib/labs/VTreeview/index.d.mts +199 -199
- package/lib/labs/components.d.mts +1754 -1733
- package/lib/util/helpers.mjs +5 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +9 -4
@@ -26,15 +26,15 @@ type ControlSlot = {
|
|
26
26
|
declare const VPagination: {
|
27
27
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
28
28
|
length: string | number;
|
29
|
-
|
30
|
-
size: string | number;
|
29
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
31
30
|
start: string | number;
|
31
|
+
style: vue.StyleValue;
|
32
|
+
ariaLabel: string;
|
32
33
|
disabled: boolean;
|
34
|
+
size: string | number;
|
33
35
|
tag: string;
|
34
|
-
ariaLabel: string;
|
35
|
-
modelValue: number;
|
36
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
37
36
|
ellipsis: string;
|
37
|
+
modelValue: number;
|
38
38
|
tile: boolean;
|
39
39
|
density: Density;
|
40
40
|
nextIcon: IconValue;
|
@@ -49,12 +49,12 @@ declare const VPagination: {
|
|
49
49
|
lastAriaLabel: string;
|
50
50
|
showFirstLastPage: boolean;
|
51
51
|
} & {
|
52
|
+
border?: string | number | boolean | undefined;
|
53
|
+
color?: string | undefined;
|
52
54
|
class?: any;
|
55
|
+
elevation?: string | number | undefined;
|
53
56
|
theme?: string | undefined;
|
54
|
-
color?: string | undefined;
|
55
|
-
border?: string | number | boolean | undefined;
|
56
57
|
rounded?: string | number | boolean | undefined;
|
57
|
-
elevation?: string | number | undefined;
|
58
58
|
activeColor?: string | undefined;
|
59
59
|
totalVisible?: string | number | undefined;
|
60
60
|
} & {
|
@@ -92,15 +92,15 @@ declare const VPagination: {
|
|
92
92
|
last: (value: number) => true;
|
93
93
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
94
94
|
length: string | number;
|
95
|
-
|
96
|
-
size: string | number;
|
95
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
97
96
|
start: string | number;
|
97
|
+
style: vue.StyleValue;
|
98
|
+
ariaLabel: string;
|
98
99
|
disabled: boolean;
|
100
|
+
size: string | number;
|
99
101
|
tag: string;
|
100
|
-
ariaLabel: string;
|
101
|
-
modelValue: number;
|
102
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
103
102
|
ellipsis: string;
|
103
|
+
modelValue: number;
|
104
104
|
tile: boolean;
|
105
105
|
density: Density;
|
106
106
|
nextIcon: IconValue;
|
@@ -115,12 +115,12 @@ declare const VPagination: {
|
|
115
115
|
lastAriaLabel: string;
|
116
116
|
showFirstLastPage: boolean;
|
117
117
|
} & {
|
118
|
+
border?: string | number | boolean | undefined;
|
119
|
+
color?: string | undefined;
|
118
120
|
class?: any;
|
121
|
+
elevation?: string | number | undefined;
|
119
122
|
theme?: string | undefined;
|
120
|
-
color?: string | undefined;
|
121
|
-
border?: string | number | boolean | undefined;
|
122
123
|
rounded?: string | number | boolean | undefined;
|
123
|
-
elevation?: string | number | undefined;
|
124
124
|
activeColor?: string | undefined;
|
125
125
|
totalVisible?: string | number | undefined;
|
126
126
|
} & {
|
@@ -152,16 +152,16 @@ declare const VPagination: {
|
|
152
152
|
onLast?: ((value: number) => any) | undefined;
|
153
153
|
}, {
|
154
154
|
length: string | number;
|
155
|
-
|
156
|
-
size: string | number;
|
155
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
157
156
|
start: string | number;
|
157
|
+
style: vue.StyleValue;
|
158
|
+
ariaLabel: string;
|
158
159
|
disabled: boolean;
|
160
|
+
size: string | number;
|
159
161
|
tag: string;
|
160
|
-
|
162
|
+
ellipsis: string;
|
161
163
|
modelValue: number;
|
162
164
|
rounded: string | number | boolean;
|
163
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
164
|
-
ellipsis: string;
|
165
165
|
tile: boolean;
|
166
166
|
density: Density;
|
167
167
|
nextIcon: IconValue;
|
@@ -200,15 +200,15 @@ declare const VPagination: {
|
|
200
200
|
Defaults: {};
|
201
201
|
}, {
|
202
202
|
length: string | number;
|
203
|
-
|
204
|
-
size: string | number;
|
203
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
205
204
|
start: string | number;
|
205
|
+
style: vue.StyleValue;
|
206
|
+
ariaLabel: string;
|
206
207
|
disabled: boolean;
|
208
|
+
size: string | number;
|
207
209
|
tag: string;
|
208
|
-
ariaLabel: string;
|
209
|
-
modelValue: number;
|
210
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
211
210
|
ellipsis: string;
|
211
|
+
modelValue: number;
|
212
212
|
tile: boolean;
|
213
213
|
density: Density;
|
214
214
|
nextIcon: IconValue;
|
@@ -223,12 +223,12 @@ declare const VPagination: {
|
|
223
223
|
lastAriaLabel: string;
|
224
224
|
showFirstLastPage: boolean;
|
225
225
|
} & {
|
226
|
+
border?: string | number | boolean | undefined;
|
227
|
+
color?: string | undefined;
|
226
228
|
class?: any;
|
229
|
+
elevation?: string | number | undefined;
|
227
230
|
theme?: string | undefined;
|
228
|
-
color?: string | undefined;
|
229
|
-
border?: string | number | boolean | undefined;
|
230
231
|
rounded?: string | number | boolean | undefined;
|
231
|
-
elevation?: string | number | undefined;
|
232
232
|
activeColor?: string | undefined;
|
233
233
|
totalVisible?: string | number | undefined;
|
234
234
|
} & {
|
@@ -260,16 +260,16 @@ declare const VPagination: {
|
|
260
260
|
onLast?: ((value: number) => any) | undefined;
|
261
261
|
}, {}, {}, {}, {}, {
|
262
262
|
length: string | number;
|
263
|
-
|
264
|
-
size: string | number;
|
263
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
265
264
|
start: string | number;
|
265
|
+
style: vue.StyleValue;
|
266
|
+
ariaLabel: string;
|
266
267
|
disabled: boolean;
|
268
|
+
size: string | number;
|
267
269
|
tag: string;
|
268
|
-
|
270
|
+
ellipsis: string;
|
269
271
|
modelValue: number;
|
270
272
|
rounded: string | number | boolean;
|
271
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
272
|
-
ellipsis: string;
|
273
273
|
tile: boolean;
|
274
274
|
density: Density;
|
275
275
|
nextIcon: IconValue;
|
@@ -289,15 +289,15 @@ declare const VPagination: {
|
|
289
289
|
__isSuspense?: undefined;
|
290
290
|
} & vue.ComponentOptionsBase<{
|
291
291
|
length: string | number;
|
292
|
-
|
293
|
-
size: string | number;
|
292
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
294
293
|
start: string | number;
|
294
|
+
style: vue.StyleValue;
|
295
|
+
ariaLabel: string;
|
295
296
|
disabled: boolean;
|
297
|
+
size: string | number;
|
296
298
|
tag: string;
|
297
|
-
ariaLabel: string;
|
298
|
-
modelValue: number;
|
299
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
300
299
|
ellipsis: string;
|
300
|
+
modelValue: number;
|
301
301
|
tile: boolean;
|
302
302
|
density: Density;
|
303
303
|
nextIcon: IconValue;
|
@@ -312,12 +312,12 @@ declare const VPagination: {
|
|
312
312
|
lastAriaLabel: string;
|
313
313
|
showFirstLastPage: boolean;
|
314
314
|
} & {
|
315
|
+
border?: string | number | boolean | undefined;
|
316
|
+
color?: string | undefined;
|
315
317
|
class?: any;
|
318
|
+
elevation?: string | number | undefined;
|
316
319
|
theme?: string | undefined;
|
317
|
-
color?: string | undefined;
|
318
|
-
border?: string | number | boolean | undefined;
|
319
320
|
rounded?: string | number | boolean | undefined;
|
320
|
-
elevation?: string | number | undefined;
|
321
321
|
activeColor?: string | undefined;
|
322
322
|
totalVisible?: string | number | undefined;
|
323
323
|
} & {
|
@@ -355,16 +355,16 @@ declare const VPagination: {
|
|
355
355
|
last: (value: number) => true;
|
356
356
|
}, string, {
|
357
357
|
length: string | number;
|
358
|
-
|
359
|
-
size: string | number;
|
358
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
360
359
|
start: string | number;
|
360
|
+
style: vue.StyleValue;
|
361
|
+
ariaLabel: string;
|
361
362
|
disabled: boolean;
|
363
|
+
size: string | number;
|
362
364
|
tag: string;
|
363
|
-
|
365
|
+
ellipsis: string;
|
364
366
|
modelValue: number;
|
365
367
|
rounded: string | number | boolean;
|
366
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
367
|
-
ellipsis: string;
|
368
368
|
tile: boolean;
|
369
369
|
density: Density;
|
370
370
|
nextIcon: IconValue;
|
@@ -400,7 +400,7 @@ declare const VPagination: {
|
|
400
400
|
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
401
401
|
default: string;
|
402
402
|
validator: (v: any) => boolean;
|
403
|
-
}, "
|
403
|
+
}, "type" | "default"> & {
|
404
404
|
type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
405
405
|
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
406
406
|
};
|
@@ -408,7 +408,7 @@ declare const VPagination: {
|
|
408
408
|
tag: Omit<{
|
409
409
|
type: StringConstructor;
|
410
410
|
default: string;
|
411
|
-
}, "
|
411
|
+
}, "type" | "default"> & {
|
412
412
|
type: vue.PropType<string>;
|
413
413
|
default: string;
|
414
414
|
};
|
@@ -417,7 +417,7 @@ declare const VPagination: {
|
|
417
417
|
default: string;
|
418
418
|
};
|
419
419
|
rounded: {
|
420
|
-
type: (StringConstructor |
|
420
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
421
421
|
default: undefined;
|
422
422
|
};
|
423
423
|
tile: BooleanConstructor;
|
@@ -435,7 +435,7 @@ declare const VPagination: {
|
|
435
435
|
type: vue.PropType<vue.StyleValue>;
|
436
436
|
default: null;
|
437
437
|
};
|
438
|
-
border: (StringConstructor |
|
438
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
439
439
|
activeColor: StringConstructor;
|
440
440
|
start: {
|
441
441
|
type: (StringConstructor | NumberConstructor)[];
|
@@ -507,7 +507,7 @@ declare const VPagination: {
|
|
507
507
|
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
508
508
|
default: string;
|
509
509
|
validator: (v: any) => boolean;
|
510
|
-
}, "
|
510
|
+
}, "type" | "default"> & {
|
511
511
|
type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
512
512
|
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
513
513
|
};
|
@@ -515,7 +515,7 @@ declare const VPagination: {
|
|
515
515
|
tag: Omit<{
|
516
516
|
type: StringConstructor;
|
517
517
|
default: string;
|
518
|
-
}, "
|
518
|
+
}, "type" | "default"> & {
|
519
519
|
type: vue.PropType<string>;
|
520
520
|
default: string;
|
521
521
|
};
|
@@ -524,7 +524,7 @@ declare const VPagination: {
|
|
524
524
|
default: string;
|
525
525
|
};
|
526
526
|
rounded: {
|
527
|
-
type: (StringConstructor |
|
527
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
528
528
|
default: undefined;
|
529
529
|
};
|
530
530
|
tile: BooleanConstructor;
|
@@ -542,7 +542,7 @@ declare const VPagination: {
|
|
542
542
|
type: vue.PropType<vue.StyleValue>;
|
543
543
|
default: null;
|
544
544
|
};
|
545
|
-
border: (StringConstructor |
|
545
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
546
546
|
activeColor: StringConstructor;
|
547
547
|
start: {
|
548
548
|
type: (StringConstructor | NumberConstructor)[];
|
@@ -7,8 +7,8 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
|
|
7
7
|
|
8
8
|
declare const VParallax: {
|
9
9
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
10
|
-
style: vue.StyleValue;
|
11
10
|
scale: string | number;
|
11
|
+
style: vue.StyleValue;
|
12
12
|
} & {
|
13
13
|
class?: any;
|
14
14
|
} & {
|
@@ -30,8 +30,8 @@ declare const VParallax: {
|
|
30
30
|
"v-slot:error"?: false | (() => vue.VNodeChild) | undefined;
|
31
31
|
"v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
|
32
32
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
33
|
-
style: vue.StyleValue;
|
34
33
|
scale: string | number;
|
34
|
+
style: vue.StyleValue;
|
35
35
|
} & {
|
36
36
|
class?: any;
|
37
37
|
} & {
|
@@ -53,8 +53,8 @@ declare const VParallax: {
|
|
53
53
|
"v-slot:error"?: false | (() => vue.VNodeChild) | undefined;
|
54
54
|
"v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
|
55
55
|
}, {
|
56
|
-
style: vue.StyleValue;
|
57
56
|
scale: string | number;
|
57
|
+
style: vue.StyleValue;
|
58
58
|
}, true, {}, vue.SlotsType<Partial<{
|
59
59
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
60
60
|
[key: string]: any;
|
@@ -76,8 +76,8 @@ declare const VParallax: {
|
|
76
76
|
M: {};
|
77
77
|
Defaults: {};
|
78
78
|
}, {
|
79
|
-
style: vue.StyleValue;
|
80
79
|
scale: string | number;
|
80
|
+
style: vue.StyleValue;
|
81
81
|
} & {
|
82
82
|
class?: any;
|
83
83
|
} & {
|
@@ -99,15 +99,15 @@ declare const VParallax: {
|
|
99
99
|
"v-slot:error"?: false | (() => vue.VNodeChild) | undefined;
|
100
100
|
"v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
|
101
101
|
}, {}, {}, {}, {}, {
|
102
|
-
style: vue.StyleValue;
|
103
102
|
scale: string | number;
|
103
|
+
style: vue.StyleValue;
|
104
104
|
}>;
|
105
105
|
__isFragment?: undefined;
|
106
106
|
__isTeleport?: undefined;
|
107
107
|
__isSuspense?: undefined;
|
108
108
|
} & vue.ComponentOptionsBase<{
|
109
|
-
style: vue.StyleValue;
|
110
109
|
scale: string | number;
|
110
|
+
style: vue.StyleValue;
|
111
111
|
} & {
|
112
112
|
class?: any;
|
113
113
|
} & {
|
@@ -129,8 +129,8 @@ declare const VParallax: {
|
|
129
129
|
"v-slot:error"?: false | (() => vue.VNodeChild) | undefined;
|
130
130
|
"v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
|
131
131
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
132
|
-
style: vue.StyleValue;
|
133
132
|
scale: string | number;
|
133
|
+
style: vue.StyleValue;
|
134
134
|
}, {}, string, vue.SlotsType<Partial<{
|
135
135
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
136
136
|
[key: string]: any;
|
@@ -7,18 +7,18 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
|
|
7
7
|
|
8
8
|
declare const VProgressCircular: {
|
9
9
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
10
|
+
width: string | number;
|
11
|
+
rotate: string | number;
|
10
12
|
style: vue.StyleValue;
|
11
13
|
size: string | number;
|
12
|
-
width: string | number;
|
13
14
|
tag: string;
|
14
15
|
modelValue: string | number;
|
15
|
-
rotate: string | number;
|
16
16
|
} & {
|
17
|
+
color?: string | undefined;
|
17
18
|
class?: any;
|
19
|
+
indeterminate?: boolean | "disable-shrink" | undefined;
|
18
20
|
theme?: string | undefined;
|
19
|
-
color?: string | undefined;
|
20
21
|
bgColor?: string | undefined;
|
21
|
-
indeterminate?: boolean | "disable-shrink" | undefined;
|
22
22
|
} & {
|
23
23
|
$children?: vue.VNodeChild | {
|
24
24
|
default?: ((arg: {
|
@@ -37,18 +37,18 @@ declare const VProgressCircular: {
|
|
37
37
|
value: number;
|
38
38
|
}) => vue.VNodeChild) | undefined;
|
39
39
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
40
|
+
width: string | number;
|
41
|
+
rotate: string | number;
|
40
42
|
style: vue.StyleValue;
|
41
43
|
size: string | number;
|
42
|
-
width: string | number;
|
43
44
|
tag: string;
|
44
45
|
modelValue: string | number;
|
45
|
-
rotate: string | number;
|
46
46
|
} & {
|
47
|
+
color?: string | undefined;
|
47
48
|
class?: any;
|
49
|
+
indeterminate?: boolean | "disable-shrink" | undefined;
|
48
50
|
theme?: string | undefined;
|
49
|
-
color?: string | undefined;
|
50
51
|
bgColor?: string | undefined;
|
51
|
-
indeterminate?: boolean | "disable-shrink" | undefined;
|
52
52
|
} & {
|
53
53
|
$children?: vue.VNodeChild | {
|
54
54
|
default?: ((arg: {
|
@@ -67,12 +67,12 @@ declare const VProgressCircular: {
|
|
67
67
|
value: number;
|
68
68
|
}) => vue.VNodeChild) | undefined;
|
69
69
|
}, {
|
70
|
+
width: string | number;
|
71
|
+
rotate: string | number;
|
70
72
|
style: vue.StyleValue;
|
71
73
|
size: string | number;
|
72
|
-
width: string | number;
|
73
74
|
tag: string;
|
74
75
|
modelValue: string | number;
|
75
|
-
rotate: string | number;
|
76
76
|
}, true, {}, vue.SlotsType<Partial<{
|
77
77
|
default: (arg: {
|
78
78
|
value: number;
|
@@ -87,18 +87,18 @@ declare const VProgressCircular: {
|
|
87
87
|
M: {};
|
88
88
|
Defaults: {};
|
89
89
|
}, {
|
90
|
+
width: string | number;
|
91
|
+
rotate: string | number;
|
90
92
|
style: vue.StyleValue;
|
91
93
|
size: string | number;
|
92
|
-
width: string | number;
|
93
94
|
tag: string;
|
94
95
|
modelValue: string | number;
|
95
|
-
rotate: string | number;
|
96
96
|
} & {
|
97
|
+
color?: string | undefined;
|
97
98
|
class?: any;
|
99
|
+
indeterminate?: boolean | "disable-shrink" | undefined;
|
98
100
|
theme?: string | undefined;
|
99
|
-
color?: string | undefined;
|
100
101
|
bgColor?: string | undefined;
|
101
|
-
indeterminate?: boolean | "disable-shrink" | undefined;
|
102
102
|
} & {
|
103
103
|
$children?: vue.VNodeChild | {
|
104
104
|
default?: ((arg: {
|
@@ -117,29 +117,29 @@ declare const VProgressCircular: {
|
|
117
117
|
value: number;
|
118
118
|
}) => vue.VNodeChild) | undefined;
|
119
119
|
}, {}, {}, {}, {}, {
|
120
|
+
width: string | number;
|
121
|
+
rotate: string | number;
|
120
122
|
style: vue.StyleValue;
|
121
123
|
size: string | number;
|
122
|
-
width: string | number;
|
123
124
|
tag: string;
|
124
125
|
modelValue: string | number;
|
125
|
-
rotate: string | number;
|
126
126
|
}>;
|
127
127
|
__isFragment?: undefined;
|
128
128
|
__isTeleport?: undefined;
|
129
129
|
__isSuspense?: undefined;
|
130
130
|
} & vue.ComponentOptionsBase<{
|
131
|
+
width: string | number;
|
132
|
+
rotate: string | number;
|
131
133
|
style: vue.StyleValue;
|
132
134
|
size: string | number;
|
133
|
-
width: string | number;
|
134
135
|
tag: string;
|
135
136
|
modelValue: string | number;
|
136
|
-
rotate: string | number;
|
137
137
|
} & {
|
138
|
+
color?: string | undefined;
|
138
139
|
class?: any;
|
140
|
+
indeterminate?: boolean | "disable-shrink" | undefined;
|
139
141
|
theme?: string | undefined;
|
140
|
-
color?: string | undefined;
|
141
142
|
bgColor?: string | undefined;
|
142
|
-
indeterminate?: boolean | "disable-shrink" | undefined;
|
143
143
|
} & {
|
144
144
|
$children?: vue.VNodeChild | {
|
145
145
|
default?: ((arg: {
|
@@ -158,12 +158,12 @@ declare const VProgressCircular: {
|
|
158
158
|
value: number;
|
159
159
|
}) => vue.VNodeChild) | undefined;
|
160
160
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
161
|
+
width: string | number;
|
162
|
+
rotate: string | number;
|
161
163
|
style: vue.StyleValue;
|
162
164
|
size: string | number;
|
163
|
-
width: string | number;
|
164
165
|
tag: string;
|
165
166
|
modelValue: string | number;
|
166
|
-
rotate: string | number;
|
167
167
|
}, {}, string, vue.SlotsType<Partial<{
|
168
168
|
default: (arg: {
|
169
169
|
value: number;
|
@@ -175,7 +175,7 @@ declare const VProgressCircular: {
|
|
175
175
|
tag: Omit<{
|
176
176
|
type: StringConstructor;
|
177
177
|
default: string;
|
178
|
-
}, "
|
178
|
+
}, "type" | "default"> & {
|
179
179
|
type: PropType<string>;
|
180
180
|
default: string;
|
181
181
|
};
|
@@ -208,7 +208,7 @@ declare const VProgressCircular: {
|
|
208
208
|
tag: Omit<{
|
209
209
|
type: StringConstructor;
|
210
210
|
default: string;
|
211
|
-
}, "
|
211
|
+
}, "type" | "default"> & {
|
212
212
|
type: PropType<string>;
|
213
213
|
default: string;
|
214
214
|
};
|