@vuetify/nightly 3.6.14-master.2024-08-04 → 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.
- package/dist/json/attributes.json +7 -11
- package/dist/json/importMap-labs.json +30 -30
- package/dist/json/importMap.json +144 -144
- package/dist/json/tags.json +0 -1
- package/dist/json/web-types.json +8 -18
- package/dist/vuetify-labs.css +2162 -2162
- package/dist/vuetify-labs.d.ts +33122 -39828
- package/dist/vuetify-labs.esm.js +17 -9
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +17 -9
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1025 -1025
- package/dist/vuetify.d.ts +32674 -39040
- package/dist/vuetify.esm.js +16 -8
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +16 -8
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +22 -22
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +50 -73
- package/lib/components/VApp/index.d.mts +9 -11
- package/lib/components/VAppBar/index.d.mts +92 -128
- package/lib/components/VAutocomplete/index.d.mts +4771 -3230
- package/lib/components/VAvatar/index.d.mts +23 -22
- package/lib/components/VBadge/index.d.mts +53 -59
- package/lib/components/VBanner/index.d.mts +44 -66
- package/lib/components/VBottomNavigation/index.d.mts +25 -32
- package/lib/components/VBottomSheet/index.d.mts +125 -135
- package/lib/components/VBreadcrumbs/index.d.mts +35 -78
- package/lib/components/VBtn/index.d.mts +49 -53
- package/lib/components/VBtnGroup/index.d.mts +14 -13
- package/lib/components/VBtnToggle/index.d.mts +21 -23
- package/lib/components/VCard/index.d.mts +104 -168
- package/lib/components/VCarousel/index.d.mts +59 -96
- package/lib/components/VCheckbox/index.d.mts +132 -155
- package/lib/components/VChip/index.d.mts +47 -59
- package/lib/components/VChipGroup/index.d.mts +39 -41
- package/lib/components/VCode/index.d.mts +9 -11
- package/lib/components/VColorPicker/index.d.mts +58 -133
- package/lib/components/VCombobox/index.d.mts +4785 -3244
- package/lib/components/VConfirmEdit/index.d.mts +11 -19
- package/lib/components/VCounter/index.d.mts +40 -42
- package/lib/components/VDataIterator/index.d.mts +171 -185
- package/lib/components/VDataTable/index.d.mts +480 -1204
- package/lib/components/VDatePicker/index.d.mts +120 -158
- package/lib/components/VDefaultsProvider/index.d.mts +5 -9
- package/lib/components/VDialog/index.d.mts +243 -277
- package/lib/components/VDivider/index.d.mts +9 -11
- package/lib/components/VEmptyState/index.d.mts +30 -52
- package/lib/components/VExpansionPanel/index.d.mts +60 -85
- package/lib/components/VFab/index.d.mts +81 -73
- package/lib/components/VField/index.d.mts +35 -62
- package/lib/components/VFileInput/VFileInput.mjs +1 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.mts +172 -259
- package/lib/components/VFooter/index.d.mts +9 -11
- package/lib/components/VForm/index.d.mts +105 -77
- package/lib/components/VGrid/index.d.mts +41 -52
- package/lib/components/VHover/index.d.mts +5 -9
- package/lib/components/VIcon/index.d.mts +23 -29
- package/lib/components/VImg/index.d.mts +28 -42
- package/lib/components/VInfiniteScroll/index.d.mts +17 -37
- package/lib/components/VInput/index.d.mts +48 -50
- package/lib/components/VItemGroup/index.d.mts +21 -30
- package/lib/components/VKbd/index.d.mts +9 -11
- package/lib/components/VLabel/index.d.mts +9 -11
- package/lib/components/VLayout/index.d.mts +18 -24
- package/lib/components/VLazy/index.d.mts +42 -44
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +210 -329
- package/lib/components/VLocaleProvider/index.d.mts +9 -11
- package/lib/components/VMain/index.d.mts +9 -11
- package/lib/components/VMenu/index.d.mts +272 -306
- package/lib/components/VMessages/index.d.mts +49 -51
- package/lib/components/VNavigationDrawer/index.d.mts +27 -40
- package/lib/components/VOtpInput/index.d.mts +22 -28
- package/lib/components/VOverlay/VOverlay.mjs +4 -3
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +53 -63
- package/lib/components/VPagination/index.d.mts +31 -46
- package/lib/components/VParallax/index.d.mts +15 -29
- package/lib/components/VProgressCircular/index.d.mts +9 -11
- package/lib/components/VProgressLinear/index.d.mts +22 -24
- package/lib/components/VRadio/index.d.mts +49 -52
- package/lib/components/VRadioGroup/index.d.mts +66 -66
- package/lib/components/VRangeSlider/index.d.mts +58 -69
- package/lib/components/VRating/index.d.mts +13 -19
- package/lib/components/VResponsive/index.d.mts +11 -17
- package/lib/components/VSelect/index.d.mts +4762 -3221
- package/lib/components/VSelectionControl/index.d.mts +38 -44
- package/lib/components/VSelectionControlGroup/index.d.mts +34 -34
- package/lib/components/VSheet/index.d.mts +15 -17
- package/lib/components/VSkeletonLoader/index.d.mts +41 -11
- package/lib/components/VSlideGroup/index.d.mts +112 -129
- package/lib/components/VSlider/index.d.mts +58 -69
- package/lib/components/VSnackbar/VSnackbar.mjs +5 -1
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +231 -270
- package/lib/components/VSparkline/index.d.mts +11 -19
- package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/components/VSpeedDial/index.d.mts +179 -189
- package/lib/components/VStepper/index.d.mts +105 -180
- package/lib/components/VSwitch/index.d.mts +78 -98
- package/lib/components/VSystemBar/index.d.mts +13 -15
- package/lib/components/VTable/index.d.mts +15 -29
- package/lib/components/VTabs/index.d.mts +213 -297
- package/lib/components/VTextField/index.d.mts +253 -408
- package/lib/components/VTextarea/index.d.mts +157 -236
- package/lib/components/VThemeProvider/index.d.mts +9 -11
- package/lib/components/VTimeline/index.d.mts +29 -43
- package/lib/components/VToolbar/index.d.mts +49 -80
- package/lib/components/VTooltip/index.d.mts +282 -316
- package/lib/components/VValidation/index.d.mts +16 -23
- package/lib/components/VVirtualScroll/index.d.mts +14 -23
- package/lib/components/VWindow/index.d.mts +29 -50
- package/lib/components/index.d.mts +31169 -37524
- package/lib/components/transitions/index.d.mts +84 -148
- package/lib/composables/location.mjs.map +1 -1
- package/lib/directives/click-outside/index.mjs +3 -0
- package/lib/directives/click-outside/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +60 -60
- package/lib/labs/VCalendar/index.d.mts +146 -166
- package/lib/labs/VDateInput/index.d.mts +83 -62
- package/lib/labs/VNumberInput/index.d.mts +61 -88
- package/lib/labs/VPicker/index.d.mts +28 -46
- package/lib/labs/VPullToRefresh/index.d.mts +7 -15
- package/lib/labs/VSnackbarQueue/index.d.mts +311 -369
- package/lib/labs/VStepperVertical/index.d.mts +109 -184
- package/lib/labs/VTimePicker/index.d.mts +35 -53
- package/lib/labs/VTreeview/VTreeview.mjs +1 -1
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +200 -292
- package/lib/labs/components.d.mts +905 -1246
- package/lib/util/propsFactory.mjs.map +1 -1
- package/package.json +3 -3
@@ -1,5 +1,7 @@
|
|
1
1
|
import * as vue from 'vue';
|
2
|
-
import { ComponentPropsOptions, ExtractPropTypes,
|
2
|
+
import { ComponentPropsOptions, ExtractPropTypes, PropType, JSXComponent } from 'vue';
|
3
|
+
|
4
|
+
type ClassValue = any;
|
3
5
|
|
4
6
|
type Density = null | 'default' | 'comfortable' | 'compact';
|
5
7
|
|
@@ -13,8 +15,27 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
|
|
13
15
|
filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): Partial<Pick<T, U>>;
|
14
16
|
}
|
15
17
|
|
18
|
+
type EventProp<T extends any[] = any[], F = (...args: T) => void> = F;
|
19
|
+
declare const EventProp: <T extends any[] = any[]>() => PropType<EventProp<T>>;
|
20
|
+
|
16
21
|
type ValidationResult = string | boolean;
|
17
22
|
type ValidationRule = ValidationResult | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>);
|
23
|
+
type ValidateOnValue = 'blur' | 'input' | 'submit';
|
24
|
+
interface ValidationProps {
|
25
|
+
disabled: boolean | null;
|
26
|
+
error: boolean;
|
27
|
+
errorMessages: string | readonly string[] | null;
|
28
|
+
focused: boolean;
|
29
|
+
maxErrors: string | number;
|
30
|
+
name: string | undefined;
|
31
|
+
label: string | undefined;
|
32
|
+
readonly: boolean | null;
|
33
|
+
rules: readonly ValidationRule[];
|
34
|
+
modelValue: any;
|
35
|
+
'onUpdate:modelValue': EventProp | undefined;
|
36
|
+
validateOn?: ValidateOnValue | `${ValidateOnValue} lazy` | `lazy ${ValidateOnValue}` | 'lazy';
|
37
|
+
validationValue: any;
|
38
|
+
}
|
18
39
|
|
19
40
|
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
20
41
|
declare const IconValue: PropType<IconValue>;
|
@@ -45,7 +66,7 @@ declare const VDateInput: {
|
|
45
66
|
rules: readonly ValidationRule[];
|
46
67
|
tile: boolean;
|
47
68
|
density: Density;
|
48
|
-
prependIcon:
|
69
|
+
prependIcon: IconValue;
|
49
70
|
clearIcon: IconValue;
|
50
71
|
hideSpinButtons: boolean;
|
51
72
|
persistentHint: boolean;
|
@@ -64,18 +85,18 @@ declare const VDateInput: {
|
|
64
85
|
viewMode: "month" | "year" | "months";
|
65
86
|
showAdjacentMonths: boolean;
|
66
87
|
weekdays: number[];
|
67
|
-
weeksInMonth:
|
88
|
+
weeksInMonth: "static" | "dynamic";
|
68
89
|
hideWeekdays: boolean;
|
69
90
|
showWeek: boolean;
|
70
91
|
hideHeader: boolean;
|
71
92
|
hideActions: boolean;
|
72
93
|
} & {
|
94
|
+
name?: string | undefined;
|
73
95
|
max?: unknown;
|
74
|
-
location?: Anchor | undefined;
|
96
|
+
location?: Anchor | null | undefined;
|
75
97
|
id?: string | undefined;
|
76
98
|
height?: string | number | undefined;
|
77
99
|
width?: string | number | undefined;
|
78
|
-
name?: string | undefined;
|
79
100
|
min?: unknown;
|
80
101
|
border?: string | number | boolean | undefined;
|
81
102
|
color?: string | undefined;
|
@@ -132,7 +153,7 @@ declare const VDateInput: {
|
|
132
153
|
} & {
|
133
154
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
134
155
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
135
|
-
'update:modelValue': (val: string) =>
|
156
|
+
'update:modelValue': (val: string) => true;
|
136
157
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
137
158
|
flat: boolean;
|
138
159
|
reverse: boolean;
|
@@ -158,7 +179,7 @@ declare const VDateInput: {
|
|
158
179
|
rules: readonly ValidationRule[];
|
159
180
|
tile: boolean;
|
160
181
|
density: Density;
|
161
|
-
prependIcon:
|
182
|
+
prependIcon: IconValue;
|
162
183
|
clearIcon: IconValue;
|
163
184
|
hideSpinButtons: boolean;
|
164
185
|
persistentHint: boolean;
|
@@ -177,18 +198,18 @@ declare const VDateInput: {
|
|
177
198
|
viewMode: "month" | "year" | "months";
|
178
199
|
showAdjacentMonths: boolean;
|
179
200
|
weekdays: number[];
|
180
|
-
weeksInMonth:
|
201
|
+
weeksInMonth: "static" | "dynamic";
|
181
202
|
hideWeekdays: boolean;
|
182
203
|
showWeek: boolean;
|
183
204
|
hideHeader: boolean;
|
184
205
|
hideActions: boolean;
|
185
206
|
} & {
|
207
|
+
name?: string | undefined;
|
186
208
|
max?: unknown;
|
187
|
-
location?: Anchor | undefined;
|
209
|
+
location?: Anchor | null | undefined;
|
188
210
|
id?: string | undefined;
|
189
211
|
height?: string | number | undefined;
|
190
212
|
width?: string | number | undefined;
|
191
|
-
name?: string | undefined;
|
192
213
|
min?: unknown;
|
193
214
|
border?: string | number | boolean | undefined;
|
194
215
|
color?: string | undefined;
|
@@ -270,7 +291,7 @@ declare const VDateInput: {
|
|
270
291
|
rounded: string | number | boolean;
|
271
292
|
tile: boolean;
|
272
293
|
density: Density;
|
273
|
-
prependIcon:
|
294
|
+
prependIcon: IconValue;
|
274
295
|
clearIcon: IconValue;
|
275
296
|
centerAffix: boolean;
|
276
297
|
hideSpinButtons: boolean;
|
@@ -290,15 +311,13 @@ declare const VDateInput: {
|
|
290
311
|
viewMode: "month" | "year" | "months";
|
291
312
|
showAdjacentMonths: boolean;
|
292
313
|
weekdays: number[];
|
293
|
-
weeksInMonth:
|
314
|
+
weeksInMonth: "static" | "dynamic";
|
294
315
|
hideWeekdays: boolean;
|
295
316
|
showWeek: boolean;
|
296
317
|
hideHeader: boolean;
|
297
318
|
hideActions: boolean;
|
298
319
|
}, true, {}, vue.SlotsType<Partial<{
|
299
|
-
default: () => vue.VNode
|
300
|
-
[key: string]: any;
|
301
|
-
}>[];
|
320
|
+
default: () => vue.VNode[];
|
302
321
|
}>>, {
|
303
322
|
P: {};
|
304
323
|
B: {};
|
@@ -331,7 +350,7 @@ declare const VDateInput: {
|
|
331
350
|
rules: readonly ValidationRule[];
|
332
351
|
tile: boolean;
|
333
352
|
density: Density;
|
334
|
-
prependIcon:
|
353
|
+
prependIcon: IconValue;
|
335
354
|
clearIcon: IconValue;
|
336
355
|
hideSpinButtons: boolean;
|
337
356
|
persistentHint: boolean;
|
@@ -350,18 +369,18 @@ declare const VDateInput: {
|
|
350
369
|
viewMode: "month" | "year" | "months";
|
351
370
|
showAdjacentMonths: boolean;
|
352
371
|
weekdays: number[];
|
353
|
-
weeksInMonth:
|
372
|
+
weeksInMonth: "static" | "dynamic";
|
354
373
|
hideWeekdays: boolean;
|
355
374
|
showWeek: boolean;
|
356
375
|
hideHeader: boolean;
|
357
376
|
hideActions: boolean;
|
358
377
|
} & {
|
378
|
+
name?: string | undefined;
|
359
379
|
max?: unknown;
|
360
|
-
location?: Anchor | undefined;
|
380
|
+
location?: Anchor | null | undefined;
|
361
381
|
id?: string | undefined;
|
362
382
|
height?: string | number | undefined;
|
363
383
|
width?: string | number | undefined;
|
364
|
-
name?: string | undefined;
|
365
384
|
min?: unknown;
|
366
385
|
border?: string | number | boolean | undefined;
|
367
386
|
color?: string | undefined;
|
@@ -443,7 +462,7 @@ declare const VDateInput: {
|
|
443
462
|
rounded: string | number | boolean;
|
444
463
|
tile: boolean;
|
445
464
|
density: Density;
|
446
|
-
prependIcon:
|
465
|
+
prependIcon: IconValue;
|
447
466
|
clearIcon: IconValue;
|
448
467
|
centerAffix: boolean;
|
449
468
|
hideSpinButtons: boolean;
|
@@ -463,15 +482,15 @@ declare const VDateInput: {
|
|
463
482
|
viewMode: "month" | "year" | "months";
|
464
483
|
showAdjacentMonths: boolean;
|
465
484
|
weekdays: number[];
|
466
|
-
weeksInMonth:
|
485
|
+
weeksInMonth: "static" | "dynamic";
|
467
486
|
hideWeekdays: boolean;
|
468
487
|
showWeek: boolean;
|
469
488
|
hideHeader: boolean;
|
470
489
|
hideActions: boolean;
|
471
490
|
}>;
|
472
|
-
__isFragment?:
|
473
|
-
__isTeleport?:
|
474
|
-
__isSuspense?:
|
491
|
+
__isFragment?: never;
|
492
|
+
__isTeleport?: never;
|
493
|
+
__isSuspense?: never;
|
475
494
|
} & vue.ComponentOptionsBase<{
|
476
495
|
flat: boolean;
|
477
496
|
reverse: boolean;
|
@@ -497,7 +516,7 @@ declare const VDateInput: {
|
|
497
516
|
rules: readonly ValidationRule[];
|
498
517
|
tile: boolean;
|
499
518
|
density: Density;
|
500
|
-
prependIcon:
|
519
|
+
prependIcon: IconValue;
|
501
520
|
clearIcon: IconValue;
|
502
521
|
hideSpinButtons: boolean;
|
503
522
|
persistentHint: boolean;
|
@@ -516,18 +535,18 @@ declare const VDateInput: {
|
|
516
535
|
viewMode: "month" | "year" | "months";
|
517
536
|
showAdjacentMonths: boolean;
|
518
537
|
weekdays: number[];
|
519
|
-
weeksInMonth:
|
538
|
+
weeksInMonth: "static" | "dynamic";
|
520
539
|
hideWeekdays: boolean;
|
521
540
|
showWeek: boolean;
|
522
541
|
hideHeader: boolean;
|
523
542
|
hideActions: boolean;
|
524
543
|
} & {
|
544
|
+
name?: string | undefined;
|
525
545
|
max?: unknown;
|
526
|
-
location?: Anchor | undefined;
|
546
|
+
location?: Anchor | null | undefined;
|
527
547
|
id?: string | undefined;
|
528
548
|
height?: string | number | undefined;
|
529
549
|
width?: string | number | undefined;
|
530
|
-
name?: string | undefined;
|
531
550
|
min?: unknown;
|
532
551
|
border?: string | number | boolean | undefined;
|
533
552
|
color?: string | undefined;
|
@@ -584,7 +603,7 @@ declare const VDateInput: {
|
|
584
603
|
} & {
|
585
604
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
586
605
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
587
|
-
'update:modelValue': (val: string) =>
|
606
|
+
'update:modelValue': (val: string) => true;
|
588
607
|
}, string, {
|
589
608
|
flat: boolean;
|
590
609
|
reverse: boolean;
|
@@ -611,7 +630,7 @@ declare const VDateInput: {
|
|
611
630
|
rounded: string | number | boolean;
|
612
631
|
tile: boolean;
|
613
632
|
density: Density;
|
614
|
-
prependIcon:
|
633
|
+
prependIcon: IconValue;
|
615
634
|
clearIcon: IconValue;
|
616
635
|
centerAffix: boolean;
|
617
636
|
hideSpinButtons: boolean;
|
@@ -631,18 +650,16 @@ declare const VDateInput: {
|
|
631
650
|
viewMode: "month" | "year" | "months";
|
632
651
|
showAdjacentMonths: boolean;
|
633
652
|
weekdays: number[];
|
634
|
-
weeksInMonth:
|
653
|
+
weeksInMonth: "static" | "dynamic";
|
635
654
|
hideWeekdays: boolean;
|
636
655
|
showWeek: boolean;
|
637
656
|
hideHeader: boolean;
|
638
657
|
hideActions: boolean;
|
639
658
|
}, {}, string, vue.SlotsType<Partial<{
|
640
|
-
default: () => vue.VNode
|
641
|
-
[key: string]: any;
|
642
|
-
}>[];
|
659
|
+
default: () => vue.VNode[];
|
643
660
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
644
661
|
max: vue.PropType<unknown>;
|
645
|
-
location: vue.PropType<Anchor>;
|
662
|
+
location: vue.PropType<Anchor | null>;
|
646
663
|
height: (StringConstructor | NumberConstructor)[];
|
647
664
|
width: (StringConstructor | NumberConstructor)[];
|
648
665
|
min: vue.PropType<unknown>;
|
@@ -674,10 +691,10 @@ declare const VDateInput: {
|
|
674
691
|
};
|
675
692
|
text: StringConstructor;
|
676
693
|
disabled: BooleanConstructor;
|
677
|
-
multiple: vue.PropType<
|
694
|
+
multiple: vue.PropType<boolean | "range" | number | (string & {})>;
|
678
695
|
month: (StringConstructor | NumberConstructor)[];
|
679
696
|
year: NumberConstructor;
|
680
|
-
class: vue.PropType<
|
697
|
+
class: vue.PropType<ClassValue>;
|
681
698
|
tag: {
|
682
699
|
type: StringConstructor;
|
683
700
|
default: string;
|
@@ -712,7 +729,7 @@ declare const VDateInput: {
|
|
712
729
|
default: string;
|
713
730
|
};
|
714
731
|
viewMode: {
|
715
|
-
type: vue.PropType<"month" | "
|
732
|
+
type: vue.PropType<"month" | "months" | "year">;
|
716
733
|
default: string;
|
717
734
|
};
|
718
735
|
showAdjacentMonths: BooleanConstructor;
|
@@ -725,23 +742,25 @@ declare const VDateInput: {
|
|
725
742
|
isArray(arg: any): arg is any[];
|
726
743
|
readonly prototype: any[];
|
727
744
|
from<T>(arrayLike: ArrayLike<T>): T[];
|
728
|
-
from<
|
729
|
-
from<
|
730
|
-
from<
|
731
|
-
of<
|
745
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
746
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
747
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
748
|
+
of<T>(...items: T[]): T[];
|
749
|
+
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
750
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
732
751
|
readonly [Symbol.species]: ArrayConstructor;
|
733
752
|
};
|
734
753
|
default: () => number[];
|
735
754
|
};
|
736
755
|
weeksInMonth: Omit<Omit<{
|
737
|
-
type: vue.PropType<"
|
756
|
+
type: vue.PropType<"dynamic" | "static">;
|
738
757
|
default: string;
|
739
758
|
}, "type" | "default"> & {
|
740
|
-
type: vue.PropType<
|
759
|
+
type: vue.PropType<"static" | "dynamic">;
|
741
760
|
default: NonNullable<"static" | "dynamic">;
|
742
761
|
}, "type" | "default"> & {
|
743
|
-
type: vue.PropType<
|
744
|
-
default: NonNullable<
|
762
|
+
type: vue.PropType<"static" | "dynamic">;
|
763
|
+
default: NonNullable<"static" | "dynamic">;
|
745
764
|
};
|
746
765
|
firstDayOfWeek: (StringConstructor | NumberConstructor)[];
|
747
766
|
allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
|
@@ -800,7 +819,7 @@ declare const VDateInput: {
|
|
800
819
|
type: vue.PropType<readonly ValidationRule[]>;
|
801
820
|
default: () => never[];
|
802
821
|
};
|
803
|
-
validateOn: vue.PropType<"
|
822
|
+
validateOn: vue.PropType<ValidationProps["validateOn"]>;
|
804
823
|
validationValue: null;
|
805
824
|
density: {
|
806
825
|
type: vue.PropType<Density>;
|
@@ -810,7 +829,7 @@ declare const VDateInput: {
|
|
810
829
|
id: StringConstructor;
|
811
830
|
appendIcon: vue.PropType<IconValue>;
|
812
831
|
prependIcon: {
|
813
|
-
type: vue.PropType<
|
832
|
+
type: vue.PropType<IconValue>;
|
814
833
|
default: NonNullable<IconValue>;
|
815
834
|
};
|
816
835
|
hideDetails: vue.PropType<boolean | "auto">;
|
@@ -856,7 +875,7 @@ declare const VDateInput: {
|
|
856
875
|
hideActions: BooleanConstructor;
|
857
876
|
}, vue.ExtractPropTypes<{
|
858
877
|
max: vue.PropType<unknown>;
|
859
|
-
location: vue.PropType<Anchor>;
|
878
|
+
location: vue.PropType<Anchor | null>;
|
860
879
|
height: (StringConstructor | NumberConstructor)[];
|
861
880
|
width: (StringConstructor | NumberConstructor)[];
|
862
881
|
min: vue.PropType<unknown>;
|
@@ -888,10 +907,10 @@ declare const VDateInput: {
|
|
888
907
|
};
|
889
908
|
text: StringConstructor;
|
890
909
|
disabled: BooleanConstructor;
|
891
|
-
multiple: vue.PropType<
|
910
|
+
multiple: vue.PropType<boolean | "range" | number | (string & {})>;
|
892
911
|
month: (StringConstructor | NumberConstructor)[];
|
893
912
|
year: NumberConstructor;
|
894
|
-
class: vue.PropType<
|
913
|
+
class: vue.PropType<ClassValue>;
|
895
914
|
tag: {
|
896
915
|
type: StringConstructor;
|
897
916
|
default: string;
|
@@ -926,7 +945,7 @@ declare const VDateInput: {
|
|
926
945
|
default: string;
|
927
946
|
};
|
928
947
|
viewMode: {
|
929
|
-
type: vue.PropType<"month" | "
|
948
|
+
type: vue.PropType<"month" | "months" | "year">;
|
930
949
|
default: string;
|
931
950
|
};
|
932
951
|
showAdjacentMonths: BooleanConstructor;
|
@@ -939,23 +958,25 @@ declare const VDateInput: {
|
|
939
958
|
isArray(arg: any): arg is any[];
|
940
959
|
readonly prototype: any[];
|
941
960
|
from<T>(arrayLike: ArrayLike<T>): T[];
|
942
|
-
from<
|
943
|
-
from<
|
944
|
-
from<
|
945
|
-
of<
|
961
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
962
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
963
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
964
|
+
of<T>(...items: T[]): T[];
|
965
|
+
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
966
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
946
967
|
readonly [Symbol.species]: ArrayConstructor;
|
947
968
|
};
|
948
969
|
default: () => number[];
|
949
970
|
};
|
950
971
|
weeksInMonth: Omit<Omit<{
|
951
|
-
type: vue.PropType<"
|
972
|
+
type: vue.PropType<"dynamic" | "static">;
|
952
973
|
default: string;
|
953
974
|
}, "type" | "default"> & {
|
954
|
-
type: vue.PropType<
|
975
|
+
type: vue.PropType<"static" | "dynamic">;
|
955
976
|
default: NonNullable<"static" | "dynamic">;
|
956
977
|
}, "type" | "default"> & {
|
957
|
-
type: vue.PropType<
|
958
|
-
default: NonNullable<
|
978
|
+
type: vue.PropType<"static" | "dynamic">;
|
979
|
+
default: NonNullable<"static" | "dynamic">;
|
959
980
|
};
|
960
981
|
firstDayOfWeek: (StringConstructor | NumberConstructor)[];
|
961
982
|
allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
|
@@ -1014,7 +1035,7 @@ declare const VDateInput: {
|
|
1014
1035
|
type: vue.PropType<readonly ValidationRule[]>;
|
1015
1036
|
default: () => never[];
|
1016
1037
|
};
|
1017
|
-
validateOn: vue.PropType<"
|
1038
|
+
validateOn: vue.PropType<ValidationProps["validateOn"]>;
|
1018
1039
|
validationValue: null;
|
1019
1040
|
density: {
|
1020
1041
|
type: vue.PropType<Density>;
|
@@ -1024,7 +1045,7 @@ declare const VDateInput: {
|
|
1024
1045
|
id: StringConstructor;
|
1025
1046
|
appendIcon: vue.PropType<IconValue>;
|
1026
1047
|
prependIcon: {
|
1027
|
-
type: vue.PropType<
|
1048
|
+
type: vue.PropType<IconValue>;
|
1028
1049
|
default: NonNullable<IconValue>;
|
1029
1050
|
};
|
1030
1051
|
hideDetails: vue.PropType<boolean | "auto">;
|