@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
@@ -5,6 +5,8 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
|
|
5
5
|
filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): Partial<Pick<T, U>>;
|
6
6
|
}
|
7
7
|
|
8
|
+
type ClassValue = any;
|
9
|
+
|
8
10
|
declare const VContainer: {
|
9
11
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
10
12
|
style: vue.StyleValue;
|
@@ -41,9 +43,7 @@ declare const VContainer: {
|
|
41
43
|
tag: string;
|
42
44
|
fluid: boolean;
|
43
45
|
}, true, {}, vue.SlotsType<Partial<{
|
44
|
-
default: () => vue.VNode
|
45
|
-
[key: string]: any;
|
46
|
-
}>[];
|
46
|
+
default: () => vue.VNode[];
|
47
47
|
}>>, {
|
48
48
|
P: {};
|
49
49
|
B: {};
|
@@ -71,9 +71,9 @@ declare const VContainer: {
|
|
71
71
|
tag: string;
|
72
72
|
fluid: boolean;
|
73
73
|
}>;
|
74
|
-
__isFragment?:
|
75
|
-
__isTeleport?:
|
76
|
-
__isSuspense?:
|
74
|
+
__isFragment?: never;
|
75
|
+
__isTeleport?: never;
|
76
|
+
__isSuspense?: never;
|
77
77
|
} & vue.ComponentOptionsBase<{
|
78
78
|
style: vue.StyleValue;
|
79
79
|
tag: string;
|
@@ -94,15 +94,13 @@ declare const VContainer: {
|
|
94
94
|
tag: string;
|
95
95
|
fluid: boolean;
|
96
96
|
}, {}, string, vue.SlotsType<Partial<{
|
97
|
-
default: () => vue.VNode
|
98
|
-
[key: string]: any;
|
99
|
-
}>[];
|
97
|
+
default: () => vue.VNode[];
|
100
98
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
101
99
|
tag: {
|
102
100
|
type: StringConstructor;
|
103
101
|
default: string;
|
104
102
|
};
|
105
|
-
class: vue.PropType<
|
103
|
+
class: vue.PropType<ClassValue>;
|
106
104
|
style: {
|
107
105
|
type: vue.PropType<vue.StyleValue>;
|
108
106
|
default: null;
|
@@ -116,7 +114,7 @@ declare const VContainer: {
|
|
116
114
|
type: StringConstructor;
|
117
115
|
default: string;
|
118
116
|
};
|
119
|
-
class: vue.PropType<
|
117
|
+
class: vue.PropType<ClassValue>;
|
120
118
|
style: {
|
121
119
|
type: vue.PropType<vue.StyleValue>;
|
122
120
|
default: null;
|
@@ -128,6 +126,7 @@ declare const VContainer: {
|
|
128
126
|
}>>;
|
129
127
|
type VContainer = InstanceType<typeof VContainer>;
|
130
128
|
|
129
|
+
declare const ALIGN_SELF_VALUES: readonly ["auto", "start", "end", "center", "baseline", "stretch"];
|
131
130
|
declare const VCol: {
|
132
131
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
133
132
|
offset: string | number;
|
@@ -205,9 +204,7 @@ declare const VCol: {
|
|
205
204
|
tag: string;
|
206
205
|
cols: string | number | boolean;
|
207
206
|
}, true, {}, vue.SlotsType<Partial<{
|
208
|
-
default: () => vue.VNode
|
209
|
-
[key: string]: any;
|
210
|
-
}>[];
|
207
|
+
default: () => vue.VNode[];
|
211
208
|
}>>, {
|
212
209
|
P: {};
|
213
210
|
B: {};
|
@@ -258,9 +255,9 @@ declare const VCol: {
|
|
258
255
|
tag: string;
|
259
256
|
cols: string | number | boolean;
|
260
257
|
}>;
|
261
|
-
__isFragment?:
|
262
|
-
__isTeleport?:
|
263
|
-
__isSuspense?:
|
258
|
+
__isFragment?: never;
|
259
|
+
__isTeleport?: never;
|
260
|
+
__isSuspense?: never;
|
264
261
|
} & vue.ComponentOptionsBase<{
|
265
262
|
offset: string | number;
|
266
263
|
alignSelf: "auto" | "center" | "end" | "start" | "stretch" | "baseline";
|
@@ -304,21 +301,19 @@ declare const VCol: {
|
|
304
301
|
tag: string;
|
305
302
|
cols: string | number | boolean;
|
306
303
|
}, {}, string, vue.SlotsType<Partial<{
|
307
|
-
default: () => vue.VNode
|
308
|
-
[key: string]: any;
|
309
|
-
}>[];
|
304
|
+
default: () => vue.VNode[];
|
310
305
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
311
306
|
tag: {
|
312
307
|
type: StringConstructor;
|
313
308
|
default: string;
|
314
309
|
};
|
315
|
-
class: PropType<
|
310
|
+
class: PropType<ClassValue>;
|
316
311
|
style: {
|
317
312
|
type: PropType<vue.StyleValue>;
|
318
313
|
default: null;
|
319
314
|
};
|
320
315
|
alignSelf: {
|
321
|
-
type: PropType<
|
316
|
+
type: PropType<(typeof ALIGN_SELF_VALUES)[number]>;
|
322
317
|
default: null;
|
323
318
|
validator: (str: any) => boolean;
|
324
319
|
};
|
@@ -354,13 +349,13 @@ declare const VCol: {
|
|
354
349
|
type: StringConstructor;
|
355
350
|
default: string;
|
356
351
|
};
|
357
|
-
class: PropType<
|
352
|
+
class: PropType<ClassValue>;
|
358
353
|
style: {
|
359
354
|
type: PropType<vue.StyleValue>;
|
360
355
|
default: null;
|
361
356
|
};
|
362
357
|
alignSelf: {
|
363
|
-
type: PropType<
|
358
|
+
type: PropType<(typeof ALIGN_SELF_VALUES)[number]>;
|
364
359
|
default: null;
|
365
360
|
validator: (str: any) => boolean;
|
366
361
|
};
|
@@ -394,6 +389,8 @@ declare const VCol: {
|
|
394
389
|
}>>;
|
395
390
|
type VCol = InstanceType<typeof VCol>;
|
396
391
|
|
392
|
+
declare const ALIGN_VALUES: readonly ["start", "end", "center", "baseline", "stretch"];
|
393
|
+
declare const ALIGN_CONTENT_VALUES: readonly ["start", "end", "center", "space-between", "space-around", "space-evenly", "stretch"];
|
397
394
|
declare const VRow: {
|
398
395
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
399
396
|
alignContent: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
|
@@ -474,9 +471,7 @@ declare const VRow: {
|
|
474
471
|
align: "center" | "end" | "start" | "stretch" | "baseline";
|
475
472
|
noGutters: boolean;
|
476
473
|
}, true, {}, vue.SlotsType<Partial<{
|
477
|
-
default: () => vue.VNode
|
478
|
-
[key: string]: any;
|
479
|
-
}>[];
|
474
|
+
default: () => vue.VNode[];
|
480
475
|
}>>, {
|
481
476
|
P: {};
|
482
477
|
B: {};
|
@@ -529,9 +524,9 @@ declare const VRow: {
|
|
529
524
|
align: "center" | "end" | "start" | "stretch" | "baseline";
|
530
525
|
noGutters: boolean;
|
531
526
|
}>;
|
532
|
-
__isFragment?:
|
533
|
-
__isTeleport?:
|
534
|
-
__isSuspense?:
|
527
|
+
__isFragment?: never;
|
528
|
+
__isTeleport?: never;
|
529
|
+
__isSuspense?: never;
|
535
530
|
} & vue.ComponentOptionsBase<{
|
536
531
|
alignContent: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
|
537
532
|
style: vue.StyleValue;
|
@@ -577,15 +572,13 @@ declare const VRow: {
|
|
577
572
|
align: "center" | "end" | "start" | "stretch" | "baseline";
|
578
573
|
noGutters: boolean;
|
579
574
|
}, {}, string, vue.SlotsType<Partial<{
|
580
|
-
default: () => vue.VNode
|
581
|
-
[key: string]: any;
|
582
|
-
}>[];
|
575
|
+
default: () => vue.VNode[];
|
583
576
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
584
577
|
tag: {
|
585
578
|
type: StringConstructor;
|
586
579
|
default: string;
|
587
580
|
};
|
588
|
-
class: PropType<
|
581
|
+
class: PropType<ClassValue>;
|
589
582
|
style: {
|
590
583
|
type: PropType<vue.StyleValue>;
|
591
584
|
default: null;
|
@@ -596,7 +589,7 @@ declare const VRow: {
|
|
596
589
|
alignContentXl: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
|
597
590
|
alignContentXxl: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
|
598
591
|
alignContent: {
|
599
|
-
type: PropType<
|
592
|
+
type: PropType<(typeof ALIGN_CONTENT_VALUES)[number]>;
|
600
593
|
default: null;
|
601
594
|
validator: (str: any) => boolean;
|
602
595
|
};
|
@@ -606,7 +599,7 @@ declare const VRow: {
|
|
606
599
|
justifyXl: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
|
607
600
|
justifyXxl: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
|
608
601
|
justify: {
|
609
|
-
type: PropType<
|
602
|
+
type: PropType<(typeof ALIGN_CONTENT_VALUES)[number]>;
|
610
603
|
default: null;
|
611
604
|
validator: (str: any) => boolean;
|
612
605
|
};
|
@@ -618,7 +611,7 @@ declare const VRow: {
|
|
618
611
|
dense: BooleanConstructor;
|
619
612
|
noGutters: BooleanConstructor;
|
620
613
|
align: {
|
621
|
-
type: PropType<
|
614
|
+
type: PropType<(typeof ALIGN_VALUES)[number]>;
|
622
615
|
default: null;
|
623
616
|
validator: (str: any) => boolean;
|
624
617
|
};
|
@@ -627,7 +620,7 @@ declare const VRow: {
|
|
627
620
|
type: StringConstructor;
|
628
621
|
default: string;
|
629
622
|
};
|
630
|
-
class: PropType<
|
623
|
+
class: PropType<ClassValue>;
|
631
624
|
style: {
|
632
625
|
type: PropType<vue.StyleValue>;
|
633
626
|
default: null;
|
@@ -638,7 +631,7 @@ declare const VRow: {
|
|
638
631
|
alignContentXl: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
|
639
632
|
alignContentXxl: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
|
640
633
|
alignContent: {
|
641
|
-
type: PropType<
|
634
|
+
type: PropType<(typeof ALIGN_CONTENT_VALUES)[number]>;
|
642
635
|
default: null;
|
643
636
|
validator: (str: any) => boolean;
|
644
637
|
};
|
@@ -648,7 +641,7 @@ declare const VRow: {
|
|
648
641
|
justifyXl: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
|
649
642
|
justifyXxl: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
|
650
643
|
justify: {
|
651
|
-
type: PropType<
|
644
|
+
type: PropType<(typeof ALIGN_CONTENT_VALUES)[number]>;
|
652
645
|
default: null;
|
653
646
|
validator: (str: any) => boolean;
|
654
647
|
};
|
@@ -660,7 +653,7 @@ declare const VRow: {
|
|
660
653
|
dense: BooleanConstructor;
|
661
654
|
noGutters: BooleanConstructor;
|
662
655
|
align: {
|
663
|
-
type: PropType<
|
656
|
+
type: PropType<(typeof ALIGN_VALUES)[number]>;
|
664
657
|
default: null;
|
665
658
|
validator: (str: any) => boolean;
|
666
659
|
};
|
@@ -702,9 +695,7 @@ declare const VSpacer: {
|
|
702
695
|
style: vue.StyleValue;
|
703
696
|
tag: string;
|
704
697
|
}, true, {}, vue.SlotsType<Partial<{
|
705
|
-
default: () => vue.VNode
|
706
|
-
[key: string]: any;
|
707
|
-
}>[];
|
698
|
+
default: () => vue.VNode[];
|
708
699
|
}>>, {
|
709
700
|
P: {};
|
710
701
|
B: {};
|
@@ -732,9 +723,9 @@ declare const VSpacer: {
|
|
732
723
|
style: vue.StyleValue;
|
733
724
|
tag: string;
|
734
725
|
}>;
|
735
|
-
__isFragment?:
|
736
|
-
__isTeleport?:
|
737
|
-
__isSuspense?:
|
726
|
+
__isFragment?: never;
|
727
|
+
__isTeleport?: never;
|
728
|
+
__isSuspense?: never;
|
738
729
|
} & vue.ComponentOptionsBase<{
|
739
730
|
style: vue.StyleValue;
|
740
731
|
tag: string;
|
@@ -755,11 +746,9 @@ declare const VSpacer: {
|
|
755
746
|
style: vue.StyleValue;
|
756
747
|
tag: string;
|
757
748
|
}, {}, string, vue.SlotsType<Partial<{
|
758
|
-
default: () => vue.VNode
|
759
|
-
[key: string]: any;
|
760
|
-
}>[];
|
749
|
+
default: () => vue.VNode[];
|
761
750
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
762
|
-
class: vue.PropType<
|
751
|
+
class: vue.PropType<ClassValue>;
|
763
752
|
style: {
|
764
753
|
type: vue.PropType<vue.StyleValue>;
|
765
754
|
default: null;
|
@@ -769,7 +758,7 @@ declare const VSpacer: {
|
|
769
758
|
default: string;
|
770
759
|
};
|
771
760
|
}, vue.ExtractPropTypes<{
|
772
|
-
class: vue.PropType<
|
761
|
+
class: vue.PropType<ClassValue>;
|
773
762
|
style: {
|
774
763
|
type: vue.PropType<vue.StyleValue>;
|
775
764
|
default: null;
|
@@ -75,9 +75,7 @@ declare const VHover: {
|
|
75
75
|
default: (arg: {
|
76
76
|
isHovering: boolean | null;
|
77
77
|
props: Record<string, unknown>;
|
78
|
-
}) => vue.VNode
|
79
|
-
[key: string]: any;
|
80
|
-
}>[];
|
78
|
+
}) => vue.VNode[];
|
81
79
|
}>>, {
|
82
80
|
P: {};
|
83
81
|
B: {};
|
@@ -120,9 +118,9 @@ declare const VHover: {
|
|
120
118
|
disabled: boolean;
|
121
119
|
modelValue: boolean;
|
122
120
|
}>;
|
123
|
-
__isFragment?:
|
124
|
-
__isTeleport?:
|
125
|
-
__isSuspense?:
|
121
|
+
__isFragment?: never;
|
122
|
+
__isTeleport?: never;
|
123
|
+
__isSuspense?: never;
|
126
124
|
} & vue.ComponentOptionsBase<{
|
127
125
|
disabled: boolean;
|
128
126
|
modelValue: boolean;
|
@@ -163,9 +161,7 @@ declare const VHover: {
|
|
163
161
|
default: (arg: {
|
164
162
|
isHovering: boolean | null;
|
165
163
|
props: Record<string, unknown>;
|
166
|
-
}) => vue.VNode
|
167
|
-
[key: string]: any;
|
168
|
-
}>[];
|
164
|
+
}) => vue.VNode[];
|
169
165
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
170
166
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
171
167
|
openDelay: (StringConstructor | NumberConstructor)[];
|
@@ -5,6 +5,8 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
|
|
5
5
|
filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): Partial<Pick<T, U>>;
|
6
6
|
}
|
7
7
|
|
8
|
+
type ClassValue = any;
|
9
|
+
|
8
10
|
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
9
11
|
declare const IconValue: PropType<IconValue>;
|
10
12
|
declare const VComponentIcon: {
|
@@ -35,9 +37,7 @@ declare const VComponentIcon: {
|
|
35
37
|
} & {
|
36
38
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
37
39
|
}, {}, true, {}, vue.SlotsType<Partial<{
|
38
|
-
default: () => vue.VNode
|
39
|
-
[key: string]: any;
|
40
|
-
}>[];
|
40
|
+
default: () => vue.VNode[];
|
41
41
|
}>>, {
|
42
42
|
P: {};
|
43
43
|
B: {};
|
@@ -59,9 +59,9 @@ declare const VComponentIcon: {
|
|
59
59
|
} & {
|
60
60
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
61
61
|
}, () => JSX.Element, {}, {}, {}, {}>;
|
62
|
-
__isFragment?:
|
63
|
-
__isTeleport?:
|
64
|
-
__isSuspense?:
|
62
|
+
__isFragment?: never;
|
63
|
+
__isTeleport?: never;
|
64
|
+
__isSuspense?: never;
|
65
65
|
} & vue.ComponentOptionsBase<{
|
66
66
|
tag: string;
|
67
67
|
} & {
|
@@ -76,9 +76,7 @@ declare const VComponentIcon: {
|
|
76
76
|
} & {
|
77
77
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
78
78
|
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string, vue.SlotsType<Partial<{
|
79
|
-
default: () => vue.VNode
|
80
|
-
[key: string]: any;
|
81
|
-
}>[];
|
79
|
+
default: () => vue.VNode[];
|
82
80
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
83
81
|
icon: {
|
84
82
|
type: PropType<IconValue>;
|
@@ -130,9 +128,9 @@ declare const VSvgIcon: {
|
|
130
128
|
required: true;
|
131
129
|
};
|
132
130
|
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
133
|
-
__isFragment?:
|
134
|
-
__isTeleport?:
|
135
|
-
__isSuspense?:
|
131
|
+
__isFragment?: never;
|
132
|
+
__isTeleport?: never;
|
133
|
+
__isSuspense?: never;
|
136
134
|
} & vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<{
|
137
135
|
icon: {
|
138
136
|
type: PropType<IconValue>;
|
@@ -192,9 +190,9 @@ declare const VLigatureIcon: {
|
|
192
190
|
required: true;
|
193
191
|
};
|
194
192
|
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
195
|
-
__isFragment?:
|
196
|
-
__isTeleport?:
|
197
|
-
__isSuspense?:
|
193
|
+
__isFragment?: never;
|
194
|
+
__isTeleport?: never;
|
195
|
+
__isSuspense?: never;
|
198
196
|
} & vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<{
|
199
197
|
icon: {
|
200
198
|
type: PropType<IconValue>;
|
@@ -254,9 +252,9 @@ declare const VClassIcon: {
|
|
254
252
|
required: true;
|
255
253
|
};
|
256
254
|
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
257
|
-
__isFragment?:
|
258
|
-
__isTeleport?:
|
259
|
-
__isSuspense?:
|
255
|
+
__isFragment?: never;
|
256
|
+
__isTeleport?: never;
|
257
|
+
__isSuspense?: never;
|
260
258
|
} & vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<{
|
261
259
|
icon: {
|
262
260
|
type: PropType<IconValue>;
|
@@ -335,9 +333,7 @@ declare const VIcon: {
|
|
335
333
|
size: string | number;
|
336
334
|
tag: string;
|
337
335
|
}, true, {}, vue.SlotsType<Partial<{
|
338
|
-
default: () => vue.VNode
|
339
|
-
[key: string]: any;
|
340
|
-
}>[];
|
336
|
+
default: () => vue.VNode[];
|
341
337
|
}>>, {
|
342
338
|
P: {};
|
343
339
|
B: {};
|
@@ -374,9 +370,9 @@ declare const VIcon: {
|
|
374
370
|
size: string | number;
|
375
371
|
tag: string;
|
376
372
|
}>;
|
377
|
-
__isFragment?:
|
378
|
-
__isTeleport?:
|
379
|
-
__isSuspense?:
|
373
|
+
__isFragment?: never;
|
374
|
+
__isTeleport?: never;
|
375
|
+
__isSuspense?: never;
|
380
376
|
} & vue.ComponentOptionsBase<{
|
381
377
|
end: boolean;
|
382
378
|
start: boolean;
|
@@ -406,9 +402,7 @@ declare const VIcon: {
|
|
406
402
|
size: string | number;
|
407
403
|
tag: string;
|
408
404
|
}, {}, string, vue.SlotsType<Partial<{
|
409
|
-
default: () => vue.VNode
|
410
|
-
[key: string]: any;
|
411
|
-
}>[];
|
405
|
+
default: () => vue.VNode[];
|
412
406
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
413
407
|
theme: StringConstructor;
|
414
408
|
tag: Omit<{
|
@@ -422,7 +416,7 @@ declare const VIcon: {
|
|
422
416
|
type: (StringConstructor | NumberConstructor)[];
|
423
417
|
default: string;
|
424
418
|
};
|
425
|
-
class: vue.PropType<
|
419
|
+
class: vue.PropType<ClassValue>;
|
426
420
|
style: {
|
427
421
|
type: vue.PropType<vue.StyleValue>;
|
428
422
|
default: null;
|
@@ -445,7 +439,7 @@ declare const VIcon: {
|
|
445
439
|
type: (StringConstructor | NumberConstructor)[];
|
446
440
|
default: string;
|
447
441
|
};
|
448
|
-
class: vue.PropType<
|
442
|
+
class: vue.PropType<ClassValue>;
|
449
443
|
style: {
|
450
444
|
type: vue.PropType<vue.StyleValue>;
|
451
445
|
default: null;
|
@@ -5,6 +5,8 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
|
|
5
5
|
filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): Partial<Pick<T, U>>;
|
6
6
|
}
|
7
7
|
|
8
|
+
type ClassValue = any;
|
9
|
+
|
8
10
|
interface srcObject {
|
9
11
|
src?: string;
|
10
12
|
srcset?: string;
|
@@ -15,7 +17,7 @@ declare const VImg: {
|
|
15
17
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
16
18
|
inline: boolean;
|
17
19
|
transition: string | boolean | (vue.TransitionProps & {
|
18
|
-
component?: vue.Component
|
20
|
+
component?: vue.Component;
|
19
21
|
});
|
20
22
|
style: vue.StyleValue;
|
21
23
|
eager: boolean;
|
@@ -79,7 +81,7 @@ declare const VImg: {
|
|
79
81
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
80
82
|
inline: boolean;
|
81
83
|
transition: string | boolean | (vue.TransitionProps & {
|
82
|
-
component?: vue.Component
|
84
|
+
component?: vue.Component;
|
83
85
|
});
|
84
86
|
style: vue.StyleValue;
|
85
87
|
eager: boolean;
|
@@ -133,7 +135,7 @@ declare const VImg: {
|
|
133
135
|
}, {
|
134
136
|
inline: boolean;
|
135
137
|
transition: string | boolean | (vue.TransitionProps & {
|
136
|
-
component?: vue.Component
|
138
|
+
component?: vue.Component;
|
137
139
|
});
|
138
140
|
style: vue.StyleValue;
|
139
141
|
draggable: boolean | "false" | "true";
|
@@ -144,18 +146,10 @@ declare const VImg: {
|
|
144
146
|
rounded: string | number | boolean;
|
145
147
|
tile: boolean;
|
146
148
|
}, true, {}, vue.SlotsType<Partial<{
|
147
|
-
default: () => vue.VNode
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
[key: string]: any;
|
152
|
-
}>[];
|
153
|
-
error: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
154
|
-
[key: string]: any;
|
155
|
-
}>[];
|
156
|
-
sources: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
157
|
-
[key: string]: any;
|
158
|
-
}>[];
|
149
|
+
default: () => vue.VNode[];
|
150
|
+
placeholder: () => vue.VNode[];
|
151
|
+
error: () => vue.VNode[];
|
152
|
+
sources: () => vue.VNode[];
|
159
153
|
}>>, {
|
160
154
|
P: {};
|
161
155
|
B: {};
|
@@ -166,7 +160,7 @@ declare const VImg: {
|
|
166
160
|
}, {
|
167
161
|
inline: boolean;
|
168
162
|
transition: string | boolean | (vue.TransitionProps & {
|
169
|
-
component?: vue.Component
|
163
|
+
component?: vue.Component;
|
170
164
|
});
|
171
165
|
style: vue.StyleValue;
|
172
166
|
eager: boolean;
|
@@ -226,7 +220,7 @@ declare const VImg: {
|
|
226
220
|
}, {}, {}, {}, {
|
227
221
|
inline: boolean;
|
228
222
|
transition: string | boolean | (vue.TransitionProps & {
|
229
|
-
component?: vue.Component
|
223
|
+
component?: vue.Component;
|
230
224
|
});
|
231
225
|
style: vue.StyleValue;
|
232
226
|
draggable: boolean | "false" | "true";
|
@@ -237,13 +231,13 @@ declare const VImg: {
|
|
237
231
|
rounded: string | number | boolean;
|
238
232
|
tile: boolean;
|
239
233
|
}>;
|
240
|
-
__isFragment?:
|
241
|
-
__isTeleport?:
|
242
|
-
__isSuspense?:
|
234
|
+
__isFragment?: never;
|
235
|
+
__isTeleport?: never;
|
236
|
+
__isSuspense?: never;
|
243
237
|
} & vue.ComponentOptionsBase<{
|
244
238
|
inline: boolean;
|
245
239
|
transition: string | boolean | (vue.TransitionProps & {
|
246
|
-
component?: vue.Component
|
240
|
+
component?: vue.Component;
|
247
241
|
});
|
248
242
|
style: vue.StyleValue;
|
249
243
|
eager: boolean;
|
@@ -307,7 +301,7 @@ declare const VImg: {
|
|
307
301
|
}, string, {
|
308
302
|
inline: boolean;
|
309
303
|
transition: string | boolean | (vue.TransitionProps & {
|
310
|
-
component?: vue.Component
|
304
|
+
component?: vue.Component;
|
311
305
|
});
|
312
306
|
style: vue.StyleValue;
|
313
307
|
draggable: boolean | "false" | "true";
|
@@ -318,22 +312,14 @@ declare const VImg: {
|
|
318
312
|
rounded: string | number | boolean;
|
319
313
|
tile: boolean;
|
320
314
|
}, {}, string, vue.SlotsType<Partial<{
|
321
|
-
default: () => vue.VNode
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
[key: string]: any;
|
326
|
-
}>[];
|
327
|
-
error: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
328
|
-
[key: string]: any;
|
329
|
-
}>[];
|
330
|
-
sources: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
331
|
-
[key: string]: any;
|
332
|
-
}>[];
|
315
|
+
default: () => vue.VNode[];
|
316
|
+
placeholder: () => vue.VNode[];
|
317
|
+
error: () => vue.VNode[];
|
318
|
+
sources: () => vue.VNode[];
|
333
319
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
334
320
|
transition: {
|
335
321
|
type: PropType<string | boolean | (vue.TransitionProps & {
|
336
|
-
component?: vue.Component
|
322
|
+
component?: vue.Component;
|
337
323
|
})>;
|
338
324
|
default: string;
|
339
325
|
validator: (val: unknown) => boolean;
|
@@ -343,7 +329,7 @@ declare const VImg: {
|
|
343
329
|
default: undefined;
|
344
330
|
};
|
345
331
|
tile: BooleanConstructor;
|
346
|
-
class: PropType<
|
332
|
+
class: PropType<ClassValue>;
|
347
333
|
style: {
|
348
334
|
type: PropType<vue.StyleValue>;
|
349
335
|
default: null;
|
@@ -361,7 +347,7 @@ declare const VImg: {
|
|
361
347
|
cover: BooleanConstructor;
|
362
348
|
color: StringConstructor;
|
363
349
|
draggable: {
|
364
|
-
type: PropType<boolean | "
|
350
|
+
type: PropType<boolean | "true" | "false">;
|
365
351
|
default: undefined;
|
366
352
|
};
|
367
353
|
eager: BooleanConstructor;
|
@@ -381,13 +367,13 @@ declare const VImg: {
|
|
381
367
|
default: string;
|
382
368
|
};
|
383
369
|
crossorigin: PropType<"" | "anonymous" | "use-credentials">;
|
384
|
-
referrerpolicy: PropType<"
|
370
|
+
referrerpolicy: PropType<"no-referrer" | "no-referrer-when-downgrade" | "origin" | "origin-when-cross-origin" | "same-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url">;
|
385
371
|
srcset: StringConstructor;
|
386
372
|
position: StringConstructor;
|
387
373
|
}, vue.ExtractPropTypes<{
|
388
374
|
transition: {
|
389
375
|
type: PropType<string | boolean | (vue.TransitionProps & {
|
390
|
-
component?: vue.Component
|
376
|
+
component?: vue.Component;
|
391
377
|
})>;
|
392
378
|
default: string;
|
393
379
|
validator: (val: unknown) => boolean;
|
@@ -397,7 +383,7 @@ declare const VImg: {
|
|
397
383
|
default: undefined;
|
398
384
|
};
|
399
385
|
tile: BooleanConstructor;
|
400
|
-
class: PropType<
|
386
|
+
class: PropType<ClassValue>;
|
401
387
|
style: {
|
402
388
|
type: PropType<vue.StyleValue>;
|
403
389
|
default: null;
|
@@ -415,7 +401,7 @@ declare const VImg: {
|
|
415
401
|
cover: BooleanConstructor;
|
416
402
|
color: StringConstructor;
|
417
403
|
draggable: {
|
418
|
-
type: PropType<boolean | "
|
404
|
+
type: PropType<boolean | "true" | "false">;
|
419
405
|
default: undefined;
|
420
406
|
};
|
421
407
|
eager: BooleanConstructor;
|
@@ -435,7 +421,7 @@ declare const VImg: {
|
|
435
421
|
default: string;
|
436
422
|
};
|
437
423
|
crossorigin: PropType<"" | "anonymous" | "use-credentials">;
|
438
|
-
referrerpolicy: PropType<"
|
424
|
+
referrerpolicy: PropType<"no-referrer" | "no-referrer-when-downgrade" | "origin" | "origin-when-cross-origin" | "same-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url">;
|
439
425
|
srcset: StringConstructor;
|
440
426
|
position: StringConstructor;
|
441
427
|
}>>;
|