@vuetify/nightly 3.2.5-master-20230513.0 → 3.2.5
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 +5 -2
- package/dist/json/importMap.json +4 -4
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +285 -283
- package/dist/vuetify-labs.d.ts +4644 -163
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +3 -1
- package/dist/vuetify.d.ts +3726 -185
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.ts +52 -0
- package/lib/components/VApp/index.d.ts +16 -0
- package/lib/components/VAppBar/index.d.ts +84 -0
- package/lib/components/VAutocomplete/index.d.ts +67 -3
- package/lib/components/VAvatar/index.d.ts +16 -0
- package/lib/components/VBadge/index.d.ts +20 -0
- package/lib/components/VBanner/index.d.ts +60 -0
- package/lib/components/VBottomNavigation/index.d.ts +16 -0
- package/lib/components/VBreadcrumbs/index.d.ts +39 -3
- package/lib/components/VBtn/index.d.ts +28 -0
- package/lib/components/VBtnGroup/index.d.ts +16 -0
- package/lib/components/VBtnToggle/index.d.ts +16 -0
- package/lib/components/VCard/index.d.ts +144 -0
- package/lib/components/VCarousel/index.d.ts +128 -0
- package/lib/components/VCheckbox/index.d.ts +84 -0
- package/lib/components/VChip/index.d.ts +28 -0
- package/lib/components/VChipGroup/index.d.ts +16 -0
- package/lib/components/VCode/index.d.ts +16 -0
- package/lib/components/VCombobox/index.d.ts +67 -3
- package/lib/components/VCounter/index.d.ts +16 -0
- package/lib/components/VDefaultsProvider/index.d.ts +16 -0
- package/lib/components/VDialog/index.d.ts +133 -3
- package/lib/components/VDivider/index.d.ts +16 -0
- package/lib/components/VExpansionPanel/index.d.ts +76 -0
- package/lib/components/VField/index.d.ts +23 -3
- package/lib/components/VFileInput/index.d.ts +118 -3
- package/lib/components/VFooter/index.d.ts +16 -0
- package/lib/components/VForm/index.d.ts +16 -0
- package/lib/components/VGrid/index.d.ts +64 -0
- package/lib/components/VHover/index.d.ts +28 -0
- package/lib/components/VIcon/index.d.ts +32 -0
- package/lib/components/VImg/index.d.ts +28 -0
- package/lib/components/VInput/index.d.ts +28 -0
- package/lib/components/VItemGroup/index.d.ts +32 -0
- package/lib/components/VKbd/index.d.ts +16 -0
- package/lib/components/VLabel/index.d.ts +16 -0
- package/lib/components/VLayout/index.d.ts +32 -0
- package/lib/components/VLazy/index.d.ts +16 -0
- package/lib/components/VList/index.d.ts +167 -3
- package/lib/components/VLocaleProvider/index.d.ts +16 -0
- package/lib/components/VMain/index.d.ts +16 -0
- package/lib/components/VMenu/index.d.ts +133 -3
- package/lib/components/VMessages/index.d.ts +16 -0
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +2 -0
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +2 -0
- package/lib/components/VNavigationDrawer/index.d.ts +28 -0
- package/lib/components/VOverlay/index.d.ts +40 -0
- package/lib/components/VPagination/index.d.ts +32 -0
- package/lib/components/VParallax/index.d.ts +28 -0
- package/lib/components/VProgressCircular/index.d.ts +16 -0
- package/lib/components/VProgressLinear/index.d.ts +28 -0
- package/lib/components/VRadio/index.d.ts +36 -0
- package/lib/components/VRadioGroup/index.d.ts +48 -0
- package/lib/components/VRangeSlider/index.d.ts +36 -0
- package/lib/components/VRating/index.d.ts +20 -0
- package/lib/components/VResponsive/index.d.ts +20 -0
- package/lib/components/VSelect/index.d.ts +67 -3
- package/lib/components/VSelectionControl/index.d.ts +7 -3
- package/lib/components/VSelectionControlGroup/index.d.ts +16 -0
- package/lib/components/VSheet/index.d.ts +16 -0
- package/lib/components/VSlideGroup/index.d.ts +60 -0
- package/lib/components/VSlider/index.d.ts +36 -0
- package/lib/components/VSnackbar/index.d.ts +129 -3
- package/lib/components/VSwitch/index.d.ts +52 -0
- package/lib/components/VSystemBar/index.d.ts +16 -0
- package/lib/components/VTable/index.d.ts +28 -0
- package/lib/components/VTabs/index.d.ts +32 -0
- package/lib/components/VTextField/index.d.ts +121 -6
- package/lib/components/VTextarea/index.d.ts +110 -3
- package/lib/components/VThemeProvider/index.d.ts +16 -0
- package/lib/components/VTimeline/index.d.ts +40 -0
- package/lib/components/VToolbar/index.d.ts +72 -0
- package/lib/components/VTooltip/index.d.ts +133 -3
- package/lib/components/VValidation/index.d.ts +16 -0
- package/lib/components/VVirtualScroll/index.d.ts +7 -3
- package/lib/components/VWindow/index.d.ts +76 -0
- package/lib/components/index.d.ts +3756 -215
- package/lib/components/transitions/index.d.ts +256 -0
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/labs/VDataTable/index.d.ts +894 -2
- package/lib/labs/VInfiniteScroll/index.d.ts +32 -0
- package/lib/labs/VSkeletonLoader/index.d.ts +16 -0
- package/lib/labs/components.d.ts +942 -2
- package/lib/styles/settings/_variables.scss +3 -3
- package/lib/util/defineComponent.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -66,6 +66,15 @@ declare const VToolbar: {
|
|
|
66
66
|
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
|
67
67
|
"v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
|
|
68
68
|
"v-slot:extension"?: false | (() => vue.VNodeChild) | undefined;
|
|
69
|
+
} & {
|
|
70
|
+
$slots?: {
|
|
71
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
72
|
+
image?: (() => vue.VNodeChild) | undefined;
|
|
73
|
+
prepend?: (() => vue.VNodeChild) | undefined;
|
|
74
|
+
append?: (() => vue.VNodeChild) | undefined;
|
|
75
|
+
title?: (() => vue.VNodeChild) | undefined;
|
|
76
|
+
extension?: (() => vue.VNodeChild) | undefined;
|
|
77
|
+
} | undefined;
|
|
69
78
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "absolute" | "height" | "style" | "tag" | "collapse" | "rounded" | "density" | "extended" | "extensionHeight" | "floating">;
|
|
70
79
|
$attrs: {
|
|
71
80
|
[x: string]: unknown;
|
|
@@ -124,6 +133,15 @@ declare const VToolbar: {
|
|
|
124
133
|
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
|
125
134
|
"v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
|
|
126
135
|
"v-slot:extension"?: false | (() => vue.VNodeChild) | undefined;
|
|
136
|
+
} & {
|
|
137
|
+
$slots?: {
|
|
138
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
139
|
+
image?: (() => vue.VNodeChild) | undefined;
|
|
140
|
+
prepend?: (() => vue.VNodeChild) | undefined;
|
|
141
|
+
append?: (() => vue.VNodeChild) | undefined;
|
|
142
|
+
title?: (() => vue.VNodeChild) | undefined;
|
|
143
|
+
extension?: (() => vue.VNodeChild) | undefined;
|
|
144
|
+
} | undefined;
|
|
127
145
|
}, {
|
|
128
146
|
contentHeight: vue.ComputedRef<number>;
|
|
129
147
|
extensionHeight: vue.ComputedRef<number>;
|
|
@@ -203,6 +221,15 @@ declare const VToolbar: {
|
|
|
203
221
|
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
|
204
222
|
"v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
|
|
205
223
|
"v-slot:extension"?: false | (() => vue.VNodeChild) | undefined;
|
|
224
|
+
} & {
|
|
225
|
+
$slots?: {
|
|
226
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
227
|
+
image?: (() => vue.VNodeChild) | undefined;
|
|
228
|
+
prepend?: (() => vue.VNodeChild) | undefined;
|
|
229
|
+
append?: (() => vue.VNodeChild) | undefined;
|
|
230
|
+
title?: (() => vue.VNodeChild) | undefined;
|
|
231
|
+
extension?: (() => vue.VNodeChild) | undefined;
|
|
232
|
+
} | undefined;
|
|
206
233
|
} & vue.ShallowUnwrapRef<{
|
|
207
234
|
contentHeight: vue.ComputedRef<number>;
|
|
208
235
|
extensionHeight: vue.ComputedRef<number>;
|
|
@@ -254,6 +281,15 @@ declare const VToolbar: {
|
|
|
254
281
|
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
|
255
282
|
"v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
|
|
256
283
|
"v-slot:extension"?: false | (() => vue.VNodeChild) | undefined;
|
|
284
|
+
} & {
|
|
285
|
+
$slots?: {
|
|
286
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
287
|
+
image?: (() => vue.VNodeChild) | undefined;
|
|
288
|
+
prepend?: (() => vue.VNodeChild) | undefined;
|
|
289
|
+
append?: (() => vue.VNodeChild) | undefined;
|
|
290
|
+
title?: (() => vue.VNodeChild) | undefined;
|
|
291
|
+
extension?: (() => vue.VNodeChild) | undefined;
|
|
292
|
+
} | undefined;
|
|
257
293
|
}, {
|
|
258
294
|
contentHeight: vue.ComputedRef<number>;
|
|
259
295
|
extensionHeight: vue.ComputedRef<number>;
|
|
@@ -385,6 +421,11 @@ declare const VToolbarTitle: {
|
|
|
385
421
|
} & {
|
|
386
422
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
387
423
|
"v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
|
|
424
|
+
} & {
|
|
425
|
+
$slots?: {
|
|
426
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
427
|
+
text?: (() => vue.VNodeChild) | undefined;
|
|
428
|
+
} | undefined;
|
|
388
429
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "style" | "tag">;
|
|
389
430
|
$attrs: {
|
|
390
431
|
[x: string]: unknown;
|
|
@@ -417,6 +458,11 @@ declare const VToolbarTitle: {
|
|
|
417
458
|
} & {
|
|
418
459
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
419
460
|
"v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
|
|
461
|
+
} & {
|
|
462
|
+
$slots?: {
|
|
463
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
464
|
+
text?: (() => vue.VNodeChild) | undefined;
|
|
465
|
+
} | undefined;
|
|
420
466
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
421
467
|
style: vue.StyleValue;
|
|
422
468
|
tag: string;
|
|
@@ -458,6 +504,11 @@ declare const VToolbarTitle: {
|
|
|
458
504
|
} & {
|
|
459
505
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
460
506
|
"v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
|
|
507
|
+
} & {
|
|
508
|
+
$slots?: {
|
|
509
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
510
|
+
text?: (() => vue.VNodeChild) | undefined;
|
|
511
|
+
} | undefined;
|
|
461
512
|
} & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
|
|
462
513
|
__isFragment?: undefined;
|
|
463
514
|
__isTeleport?: undefined;
|
|
@@ -480,6 +531,11 @@ declare const VToolbarTitle: {
|
|
|
480
531
|
} & {
|
|
481
532
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
482
533
|
"v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
|
|
534
|
+
} & {
|
|
535
|
+
$slots?: {
|
|
536
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
537
|
+
text?: (() => vue.VNodeChild) | undefined;
|
|
538
|
+
} | undefined;
|
|
483
539
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
484
540
|
style: vue.StyleValue;
|
|
485
541
|
tag: string;
|
|
@@ -530,6 +586,10 @@ declare const VToolbarItems: {
|
|
|
530
586
|
} | undefined;
|
|
531
587
|
} & {
|
|
532
588
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
589
|
+
} & {
|
|
590
|
+
$slots?: {
|
|
591
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
592
|
+
} | undefined;
|
|
533
593
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "style" | "variant">;
|
|
534
594
|
$attrs: {
|
|
535
595
|
[x: string]: unknown;
|
|
@@ -559,6 +619,10 @@ declare const VToolbarItems: {
|
|
|
559
619
|
} | undefined;
|
|
560
620
|
} & {
|
|
561
621
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
622
|
+
} & {
|
|
623
|
+
$slots?: {
|
|
624
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
625
|
+
} | undefined;
|
|
562
626
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
563
627
|
style: vue.StyleValue;
|
|
564
628
|
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
@@ -597,6 +661,10 @@ declare const VToolbarItems: {
|
|
|
597
661
|
} | undefined;
|
|
598
662
|
} & {
|
|
599
663
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
664
|
+
} & {
|
|
665
|
+
$slots?: {
|
|
666
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
667
|
+
} | undefined;
|
|
600
668
|
} & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
|
|
601
669
|
__isFragment?: undefined;
|
|
602
670
|
__isTeleport?: undefined;
|
|
@@ -616,6 +684,10 @@ declare const VToolbarItems: {
|
|
|
616
684
|
} | undefined;
|
|
617
685
|
} & {
|
|
618
686
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
687
|
+
} & {
|
|
688
|
+
$slots?: {
|
|
689
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
690
|
+
} | undefined;
|
|
619
691
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
620
692
|
style: vue.StyleValue;
|
|
621
693
|
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
@@ -185,6 +185,16 @@ declare const VTooltip: {
|
|
|
185
185
|
isActive: boolean;
|
|
186
186
|
props: Record<string, any>;
|
|
187
187
|
}) => vue.VNodeChild) | undefined;
|
|
188
|
+
} & {
|
|
189
|
+
$slots?: {
|
|
190
|
+
default?: ((args_0: {
|
|
191
|
+
isActive: vue.Ref<boolean>;
|
|
192
|
+
}) => vue.VNodeChild) | undefined;
|
|
193
|
+
activator?: ((args_0: {
|
|
194
|
+
isActive: boolean;
|
|
195
|
+
props: Record<string, any>;
|
|
196
|
+
}) => vue.VNodeChild) | undefined;
|
|
197
|
+
} | undefined;
|
|
188
198
|
} & {
|
|
189
199
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
190
200
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "offset" | "location" | "origin" | "minWidth" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim">;
|
|
@@ -272,6 +282,16 @@ declare const VTooltip: {
|
|
|
272
282
|
isActive: boolean;
|
|
273
283
|
props: Record<string, any>;
|
|
274
284
|
}) => vue.VNodeChild) | undefined;
|
|
285
|
+
} & {
|
|
286
|
+
$slots?: {
|
|
287
|
+
default?: ((args_0: {
|
|
288
|
+
isActive: vue.Ref<boolean>;
|
|
289
|
+
}) => vue.VNodeChild) | undefined;
|
|
290
|
+
activator?: ((args_0: {
|
|
291
|
+
isActive: boolean;
|
|
292
|
+
props: Record<string, any>;
|
|
293
|
+
}) => vue.VNodeChild) | undefined;
|
|
294
|
+
} | undefined;
|
|
275
295
|
} & {
|
|
276
296
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
277
297
|
}, Omit<Omit<{
|
|
@@ -376,6 +396,16 @@ declare const VTooltip: {
|
|
|
376
396
|
isActive: boolean;
|
|
377
397
|
props: Record<string, any>;
|
|
378
398
|
}) => vue.VNodeChild) | undefined;
|
|
399
|
+
} & {
|
|
400
|
+
$slots?: {
|
|
401
|
+
default?: ((args_0: {
|
|
402
|
+
isActive: vue.Ref<boolean>;
|
|
403
|
+
}) => vue.VNodeChild) | undefined;
|
|
404
|
+
activator?: ((args_0: {
|
|
405
|
+
isActive: boolean;
|
|
406
|
+
props: Record<string, any>;
|
|
407
|
+
}) => vue.VNodeChild) | undefined;
|
|
408
|
+
} | undefined;
|
|
379
409
|
} & {
|
|
380
410
|
onAfterLeave?: (() => any) | undefined;
|
|
381
411
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -466,6 +496,16 @@ declare const VTooltip: {
|
|
|
466
496
|
isActive: boolean;
|
|
467
497
|
props: Record<string, any>;
|
|
468
498
|
}) => vue.VNodeChild) | undefined;
|
|
499
|
+
} & {
|
|
500
|
+
$slots?: {
|
|
501
|
+
default?: ((args_0: {
|
|
502
|
+
isActive: vue.Ref<boolean>;
|
|
503
|
+
}) => vue.VNodeChild) | undefined;
|
|
504
|
+
activator?: ((args_0: {
|
|
505
|
+
isActive: boolean;
|
|
506
|
+
props: Record<string, any>;
|
|
507
|
+
}) => vue.VNodeChild) | undefined;
|
|
508
|
+
} | undefined;
|
|
469
509
|
} & {
|
|
470
510
|
onAfterLeave?: (() => any) | undefined;
|
|
471
511
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -600,6 +640,16 @@ declare const VTooltip: {
|
|
|
600
640
|
isActive: boolean;
|
|
601
641
|
props: Record<string, any>;
|
|
602
642
|
}) => vue.VNodeChild) | undefined;
|
|
643
|
+
} & {
|
|
644
|
+
$slots?: {
|
|
645
|
+
default?: ((args_0: {
|
|
646
|
+
isActive: vue.Ref<boolean>;
|
|
647
|
+
}) => vue.VNodeChild) | undefined;
|
|
648
|
+
activator?: ((args_0: {
|
|
649
|
+
isActive: boolean;
|
|
650
|
+
props: Record<string, any>;
|
|
651
|
+
}) => vue.VNodeChild) | undefined;
|
|
652
|
+
} | undefined;
|
|
603
653
|
} & {
|
|
604
654
|
onAfterLeave?: (() => any) | undefined;
|
|
605
655
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -611,7 +661,7 @@ declare const VTooltip: {
|
|
|
611
661
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
612
662
|
localTop: vue.ComputedRef<boolean>;
|
|
613
663
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
614
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:default" | "v-slots" | "contentClass" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
664
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:default" | "v-slots" | "contentClass" | "$slots" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
615
665
|
'update:modelValue': (value: boolean) => boolean;
|
|
616
666
|
}, string, {
|
|
617
667
|
offset: NonNullable<string | number | number[] | undefined>;
|
|
@@ -730,6 +780,16 @@ declare const VTooltip: {
|
|
|
730
780
|
isActive: boolean;
|
|
731
781
|
props: Record<string, any>;
|
|
732
782
|
}) => vue.VNodeChild) | undefined;
|
|
783
|
+
} & {
|
|
784
|
+
$slots?: {
|
|
785
|
+
default?: ((args_0: {
|
|
786
|
+
isActive: vue.Ref<boolean>;
|
|
787
|
+
}) => vue.VNodeChild) | undefined;
|
|
788
|
+
activator?: ((args_0: {
|
|
789
|
+
isActive: boolean;
|
|
790
|
+
props: Record<string, any>;
|
|
791
|
+
}) => vue.VNodeChild) | undefined;
|
|
792
|
+
} | undefined;
|
|
733
793
|
} & {
|
|
734
794
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
735
795
|
} & vue.ShallowUnwrapRef<Omit<Omit<{
|
|
@@ -834,6 +894,16 @@ declare const VTooltip: {
|
|
|
834
894
|
isActive: boolean;
|
|
835
895
|
props: Record<string, any>;
|
|
836
896
|
}) => vue.VNodeChild) | undefined;
|
|
897
|
+
} & {
|
|
898
|
+
$slots?: {
|
|
899
|
+
default?: ((args_0: {
|
|
900
|
+
isActive: vue.Ref<boolean>;
|
|
901
|
+
}) => vue.VNodeChild) | undefined;
|
|
902
|
+
activator?: ((args_0: {
|
|
903
|
+
isActive: boolean;
|
|
904
|
+
props: Record<string, any>;
|
|
905
|
+
}) => vue.VNodeChild) | undefined;
|
|
906
|
+
} | undefined;
|
|
837
907
|
} & {
|
|
838
908
|
onAfterLeave?: (() => any) | undefined;
|
|
839
909
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -924,6 +994,16 @@ declare const VTooltip: {
|
|
|
924
994
|
isActive: boolean;
|
|
925
995
|
props: Record<string, any>;
|
|
926
996
|
}) => vue.VNodeChild) | undefined;
|
|
997
|
+
} & {
|
|
998
|
+
$slots?: {
|
|
999
|
+
default?: ((args_0: {
|
|
1000
|
+
isActive: vue.Ref<boolean>;
|
|
1001
|
+
}) => vue.VNodeChild) | undefined;
|
|
1002
|
+
activator?: ((args_0: {
|
|
1003
|
+
isActive: boolean;
|
|
1004
|
+
props: Record<string, any>;
|
|
1005
|
+
}) => vue.VNodeChild) | undefined;
|
|
1006
|
+
} | undefined;
|
|
927
1007
|
} & {
|
|
928
1008
|
onAfterLeave?: (() => any) | undefined;
|
|
929
1009
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -1058,6 +1138,16 @@ declare const VTooltip: {
|
|
|
1058
1138
|
isActive: boolean;
|
|
1059
1139
|
props: Record<string, any>;
|
|
1060
1140
|
}) => vue.VNodeChild) | undefined;
|
|
1141
|
+
} & {
|
|
1142
|
+
$slots?: {
|
|
1143
|
+
default?: ((args_0: {
|
|
1144
|
+
isActive: vue.Ref<boolean>;
|
|
1145
|
+
}) => vue.VNodeChild) | undefined;
|
|
1146
|
+
activator?: ((args_0: {
|
|
1147
|
+
isActive: boolean;
|
|
1148
|
+
props: Record<string, any>;
|
|
1149
|
+
}) => vue.VNodeChild) | undefined;
|
|
1150
|
+
} | undefined;
|
|
1061
1151
|
} & {
|
|
1062
1152
|
onAfterLeave?: (() => any) | undefined;
|
|
1063
1153
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -1069,7 +1159,7 @@ declare const VTooltip: {
|
|
|
1069
1159
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
1070
1160
|
localTop: vue.ComputedRef<boolean>;
|
|
1071
1161
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
1072
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:default" | "v-slots" | "contentClass" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>> & {} & vue.ComponentCustomProperties & {};
|
|
1162
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:default" | "v-slots" | "contentClass" | "$slots" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>> & {} & vue.ComponentCustomProperties & {};
|
|
1073
1163
|
__isFragment?: undefined;
|
|
1074
1164
|
__isTeleport?: undefined;
|
|
1075
1165
|
__isSuspense?: undefined;
|
|
@@ -1144,6 +1234,16 @@ declare const VTooltip: {
|
|
|
1144
1234
|
isActive: boolean;
|
|
1145
1235
|
props: Record<string, any>;
|
|
1146
1236
|
}) => vue.VNodeChild) | undefined;
|
|
1237
|
+
} & {
|
|
1238
|
+
$slots?: {
|
|
1239
|
+
default?: ((args_0: {
|
|
1240
|
+
isActive: vue.Ref<boolean>;
|
|
1241
|
+
}) => vue.VNodeChild) | undefined;
|
|
1242
|
+
activator?: ((args_0: {
|
|
1243
|
+
isActive: boolean;
|
|
1244
|
+
props: Record<string, any>;
|
|
1245
|
+
}) => vue.VNodeChild) | undefined;
|
|
1246
|
+
} | undefined;
|
|
1147
1247
|
} & {
|
|
1148
1248
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1149
1249
|
}, Omit<Omit<{
|
|
@@ -1248,6 +1348,16 @@ declare const VTooltip: {
|
|
|
1248
1348
|
isActive: boolean;
|
|
1249
1349
|
props: Record<string, any>;
|
|
1250
1350
|
}) => vue.VNodeChild) | undefined;
|
|
1351
|
+
} & {
|
|
1352
|
+
$slots?: {
|
|
1353
|
+
default?: ((args_0: {
|
|
1354
|
+
isActive: vue.Ref<boolean>;
|
|
1355
|
+
}) => vue.VNodeChild) | undefined;
|
|
1356
|
+
activator?: ((args_0: {
|
|
1357
|
+
isActive: boolean;
|
|
1358
|
+
props: Record<string, any>;
|
|
1359
|
+
}) => vue.VNodeChild) | undefined;
|
|
1360
|
+
} | undefined;
|
|
1251
1361
|
} & {
|
|
1252
1362
|
onAfterLeave?: (() => any) | undefined;
|
|
1253
1363
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -1338,6 +1448,16 @@ declare const VTooltip: {
|
|
|
1338
1448
|
isActive: boolean;
|
|
1339
1449
|
props: Record<string, any>;
|
|
1340
1450
|
}) => vue.VNodeChild) | undefined;
|
|
1451
|
+
} & {
|
|
1452
|
+
$slots?: {
|
|
1453
|
+
default?: ((args_0: {
|
|
1454
|
+
isActive: vue.Ref<boolean>;
|
|
1455
|
+
}) => vue.VNodeChild) | undefined;
|
|
1456
|
+
activator?: ((args_0: {
|
|
1457
|
+
isActive: boolean;
|
|
1458
|
+
props: Record<string, any>;
|
|
1459
|
+
}) => vue.VNodeChild) | undefined;
|
|
1460
|
+
} | undefined;
|
|
1341
1461
|
} & {
|
|
1342
1462
|
onAfterLeave?: (() => any) | undefined;
|
|
1343
1463
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -1472,6 +1592,16 @@ declare const VTooltip: {
|
|
|
1472
1592
|
isActive: boolean;
|
|
1473
1593
|
props: Record<string, any>;
|
|
1474
1594
|
}) => vue.VNodeChild) | undefined;
|
|
1595
|
+
} & {
|
|
1596
|
+
$slots?: {
|
|
1597
|
+
default?: ((args_0: {
|
|
1598
|
+
isActive: vue.Ref<boolean>;
|
|
1599
|
+
}) => vue.VNodeChild) | undefined;
|
|
1600
|
+
activator?: ((args_0: {
|
|
1601
|
+
isActive: boolean;
|
|
1602
|
+
props: Record<string, any>;
|
|
1603
|
+
}) => vue.VNodeChild) | undefined;
|
|
1604
|
+
} | undefined;
|
|
1475
1605
|
} & {
|
|
1476
1606
|
onAfterLeave?: (() => any) | undefined;
|
|
1477
1607
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -1483,7 +1613,7 @@ declare const VTooltip: {
|
|
|
1483
1613
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
1484
1614
|
localTop: vue.ComputedRef<boolean>;
|
|
1485
1615
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
1486
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:default" | "v-slots" | "contentClass" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
1616
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:default" | "v-slots" | "contentClass" | "$slots" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
1487
1617
|
'update:modelValue': (value: boolean) => boolean;
|
|
1488
1618
|
}, string, {
|
|
1489
1619
|
offset: NonNullable<string | number | number[] | undefined>;
|
|
@@ -47,6 +47,10 @@ declare const VValidation: {
|
|
|
47
47
|
} | undefined;
|
|
48
48
|
} & {
|
|
49
49
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
50
|
+
} & {
|
|
51
|
+
$slots?: {
|
|
52
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
53
|
+
} | undefined;
|
|
50
54
|
} & {
|
|
51
55
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
52
56
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "disabled" | "readonly" | "focused" | "errorMessages" | "maxErrors" | "rules">;
|
|
@@ -87,6 +91,10 @@ declare const VValidation: {
|
|
|
87
91
|
} | undefined;
|
|
88
92
|
} & {
|
|
89
93
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
94
|
+
} & {
|
|
95
|
+
$slots?: {
|
|
96
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
97
|
+
} | undefined;
|
|
90
98
|
} & {
|
|
91
99
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
92
100
|
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -145,6 +153,10 @@ declare const VValidation: {
|
|
|
145
153
|
} | undefined;
|
|
146
154
|
} & {
|
|
147
155
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
156
|
+
} & {
|
|
157
|
+
$slots?: {
|
|
158
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
159
|
+
} | undefined;
|
|
148
160
|
} & {
|
|
149
161
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
150
162
|
} & vue.ShallowUnwrapRef<() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -177,6 +189,10 @@ declare const VValidation: {
|
|
|
177
189
|
} | undefined;
|
|
178
190
|
} & {
|
|
179
191
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
192
|
+
} & {
|
|
193
|
+
$slots?: {
|
|
194
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
195
|
+
} | undefined;
|
|
180
196
|
} & {
|
|
181
197
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
182
198
|
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as vue from 'vue';
|
|
2
2
|
import { ComponentPropsOptions, ExtractPropTypes, VNodeChild } from 'vue';
|
|
3
3
|
|
|
4
|
-
type SlotsToProps<U extends Record<string, any[]> | Record<string, Slot>, T = U extends Record<string, any[]> ? MakeSlots<U> : U> = {
|
|
4
|
+
type SlotsToProps<U extends Record<string, any[]> | Record<string, Slot>, Generic extends boolean = false, T = U extends Record<string, any[]> ? MakeSlots<U> : U> = {
|
|
5
5
|
$children?: (VNodeChild | (T extends {
|
|
6
6
|
default: infer V;
|
|
7
7
|
} ? V : {}) | {
|
|
@@ -12,13 +12,17 @@ type SlotsToProps<U extends Record<string, any[]> | Record<string, Slot>, T = U
|
|
|
12
12
|
};
|
|
13
13
|
} & {
|
|
14
14
|
[K in keyof T as `v-slot:${K & string}`]?: T[K] | false;
|
|
15
|
-
}
|
|
15
|
+
} & (Generic extends false ? {
|
|
16
|
+
$slots?: {
|
|
17
|
+
[K in keyof T]?: T[K];
|
|
18
|
+
};
|
|
19
|
+
} : {});
|
|
16
20
|
type Slot<T extends any[] = any[]> = (...args: T) => VNodeChild;
|
|
17
21
|
type MakeSlots<T extends Record<string, any[]> | Record<string, Slot>> = {
|
|
18
22
|
[K in keyof T]: T[K] extends any[] ? Slot<T[K]> : T[K];
|
|
19
23
|
};
|
|
20
24
|
type GenericProps<Props, Slots extends Record<string, any[]>> = {
|
|
21
|
-
$props: Props & SlotsToProps<Slots>;
|
|
25
|
+
$props: Props & SlotsToProps<Slots, true>;
|
|
22
26
|
$slots: MakeSlots<Slots>;
|
|
23
27
|
};
|
|
24
28
|
interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
|
|
@@ -140,6 +140,21 @@ declare const VWindow: {
|
|
|
140
140
|
"v-slot:next"?: false | ((args_0: {
|
|
141
141
|
props: ControlProps;
|
|
142
142
|
}) => vue.VNodeChild) | undefined;
|
|
143
|
+
} & {
|
|
144
|
+
$slots?: {
|
|
145
|
+
default?: ((args_0: {
|
|
146
|
+
group: GroupProvide;
|
|
147
|
+
}) => vue.VNodeChild) | undefined;
|
|
148
|
+
additional?: ((args_0: {
|
|
149
|
+
group: GroupProvide;
|
|
150
|
+
}) => vue.VNodeChild) | undefined;
|
|
151
|
+
prev?: ((args_0: {
|
|
152
|
+
props: ControlProps;
|
|
153
|
+
}) => vue.VNodeChild) | undefined;
|
|
154
|
+
next?: ((args_0: {
|
|
155
|
+
props: ControlProps;
|
|
156
|
+
}) => vue.VNodeChild) | undefined;
|
|
157
|
+
} | undefined;
|
|
143
158
|
} & {
|
|
144
159
|
"onUpdate:modelValue"?: ((v: any) => any) | undefined;
|
|
145
160
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "direction" | "style" | "disabled" | "tag" | "mandatory" | "touch" | "selectedClass" | "continuous" | "nextIcon" | "prevIcon">;
|
|
@@ -217,6 +232,21 @@ declare const VWindow: {
|
|
|
217
232
|
"v-slot:next"?: false | ((args_0: {
|
|
218
233
|
props: ControlProps;
|
|
219
234
|
}) => vue.VNodeChild) | undefined;
|
|
235
|
+
} & {
|
|
236
|
+
$slots?: {
|
|
237
|
+
default?: ((args_0: {
|
|
238
|
+
group: GroupProvide;
|
|
239
|
+
}) => vue.VNodeChild) | undefined;
|
|
240
|
+
additional?: ((args_0: {
|
|
241
|
+
group: GroupProvide;
|
|
242
|
+
}) => vue.VNodeChild) | undefined;
|
|
243
|
+
prev?: ((args_0: {
|
|
244
|
+
props: ControlProps;
|
|
245
|
+
}) => vue.VNodeChild) | undefined;
|
|
246
|
+
next?: ((args_0: {
|
|
247
|
+
props: ControlProps;
|
|
248
|
+
}) => vue.VNodeChild) | undefined;
|
|
249
|
+
} | undefined;
|
|
220
250
|
} & {
|
|
221
251
|
"onUpdate:modelValue"?: ((v: any) => any) | undefined;
|
|
222
252
|
}, {
|
|
@@ -316,6 +346,21 @@ declare const VWindow: {
|
|
|
316
346
|
"v-slot:next"?: false | ((args_0: {
|
|
317
347
|
props: ControlProps;
|
|
318
348
|
}) => vue.VNodeChild) | undefined;
|
|
349
|
+
} & {
|
|
350
|
+
$slots?: {
|
|
351
|
+
default?: ((args_0: {
|
|
352
|
+
group: GroupProvide;
|
|
353
|
+
}) => vue.VNodeChild) | undefined;
|
|
354
|
+
additional?: ((args_0: {
|
|
355
|
+
group: GroupProvide;
|
|
356
|
+
}) => vue.VNodeChild) | undefined;
|
|
357
|
+
prev?: ((args_0: {
|
|
358
|
+
props: ControlProps;
|
|
359
|
+
}) => vue.VNodeChild) | undefined;
|
|
360
|
+
next?: ((args_0: {
|
|
361
|
+
props: ControlProps;
|
|
362
|
+
}) => vue.VNodeChild) | undefined;
|
|
363
|
+
} | undefined;
|
|
319
364
|
} & {
|
|
320
365
|
"onUpdate:modelValue"?: ((v: any) => any) | undefined;
|
|
321
366
|
} & vue.ShallowUnwrapRef<{
|
|
@@ -385,6 +430,21 @@ declare const VWindow: {
|
|
|
385
430
|
"v-slot:next"?: false | ((args_0: {
|
|
386
431
|
props: ControlProps;
|
|
387
432
|
}) => vue.VNodeChild) | undefined;
|
|
433
|
+
} & {
|
|
434
|
+
$slots?: {
|
|
435
|
+
default?: ((args_0: {
|
|
436
|
+
group: GroupProvide;
|
|
437
|
+
}) => vue.VNodeChild) | undefined;
|
|
438
|
+
additional?: ((args_0: {
|
|
439
|
+
group: GroupProvide;
|
|
440
|
+
}) => vue.VNodeChild) | undefined;
|
|
441
|
+
prev?: ((args_0: {
|
|
442
|
+
props: ControlProps;
|
|
443
|
+
}) => vue.VNodeChild) | undefined;
|
|
444
|
+
next?: ((args_0: {
|
|
445
|
+
props: ControlProps;
|
|
446
|
+
}) => vue.VNodeChild) | undefined;
|
|
447
|
+
} | undefined;
|
|
388
448
|
} & {
|
|
389
449
|
"onUpdate:modelValue"?: ((v: any) => any) | undefined;
|
|
390
450
|
}, {
|
|
@@ -519,6 +579,10 @@ declare const VWindowItem: {
|
|
|
519
579
|
} | undefined;
|
|
520
580
|
} & {
|
|
521
581
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
582
|
+
} & {
|
|
583
|
+
$slots?: {
|
|
584
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
585
|
+
} | undefined;
|
|
522
586
|
} & {
|
|
523
587
|
"onGroup:selected"?: ((val: {
|
|
524
588
|
value: boolean;
|
|
@@ -558,6 +622,10 @@ declare const VWindowItem: {
|
|
|
558
622
|
} | undefined;
|
|
559
623
|
} & {
|
|
560
624
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
625
|
+
} & {
|
|
626
|
+
$slots?: {
|
|
627
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
628
|
+
} | undefined;
|
|
561
629
|
} & {
|
|
562
630
|
"onGroup:selected"?: ((val: {
|
|
563
631
|
value: boolean;
|
|
@@ -611,6 +679,10 @@ declare const VWindowItem: {
|
|
|
611
679
|
} | undefined;
|
|
612
680
|
} & {
|
|
613
681
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
682
|
+
} & {
|
|
683
|
+
$slots?: {
|
|
684
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
685
|
+
} | undefined;
|
|
614
686
|
} & {
|
|
615
687
|
"onGroup:selected"?: ((val: {
|
|
616
688
|
value: boolean;
|
|
@@ -638,6 +710,10 @@ declare const VWindowItem: {
|
|
|
638
710
|
} | undefined;
|
|
639
711
|
} & {
|
|
640
712
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
713
|
+
} & {
|
|
714
|
+
$slots?: {
|
|
715
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
716
|
+
} | undefined;
|
|
641
717
|
} & {
|
|
642
718
|
"onGroup:selected"?: ((val: {
|
|
643
719
|
value: boolean;
|