@vuetify/nightly 4.0.0-dev-20230515.0 → 4.0.0-dev-20230516.0
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 -4
- package/dist/json/attributes.json +14 -14
- package/dist/json/importMap.json +4 -4
- package/dist/json/web-types.json +21 -17
- package/dist/vuetify-labs.css +7 -3
- package/dist/vuetify-labs.d.ts +6549 -1557
- package/dist/vuetify-labs.esm.js +42 -21
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +42 -21
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +204 -200
- package/dist/vuetify.d.ts +4883 -968
- package/dist/vuetify.esm.js +42 -21
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +42 -21
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +182 -180
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +58 -0
- package/lib/components/VApp/index.d.mts +15 -0
- package/lib/components/VAppBar/index.d.mts +81 -0
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +68 -10
- package/lib/components/VAvatar/index.d.mts +15 -0
- package/lib/components/VBadge/index.d.mts +19 -0
- package/lib/components/VBanner/index.d.mts +57 -0
- package/lib/components/VBottomNavigation/index.d.mts +15 -0
- package/lib/components/VBreadcrumbs/index.d.mts +37 -3
- package/lib/components/VBtn/index.d.mts +27 -0
- package/lib/components/VBtnGroup/index.d.mts +15 -0
- package/lib/components/VBtnToggle/index.d.mts +15 -0
- package/lib/components/VCard/index.d.mts +142 -0
- package/lib/components/VCarousel/index.d.mts +158 -0
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +3 -3
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.mts +92 -6
- package/lib/components/VChip/VChip.css +4 -2
- package/lib/components/VChip/VChip.sass +3 -2
- package/lib/components/VChip/index.d.mts +63 -0
- package/lib/components/VChipGroup/index.d.mts +39 -0
- package/lib/components/VCode/index.d.mts +15 -0
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +68 -10
- package/lib/components/VCounter/index.d.mts +15 -0
- package/lib/components/VDefaultsProvider/index.d.mts +15 -0
- package/lib/components/VDialog/index.d.mts +129 -3
- package/lib/components/VDivider/index.d.mts +15 -0
- package/lib/components/VExpansionPanel/index.d.mts +72 -0
- package/lib/components/VField/index.d.mts +22 -3
- package/lib/components/VFileInput/index.d.mts +180 -24
- package/lib/components/VFooter/index.d.mts +15 -0
- package/lib/components/VForm/index.d.mts +201 -8
- package/lib/components/VGrid/index.d.mts +60 -0
- package/lib/components/VHover/index.d.mts +27 -0
- package/lib/components/VIcon/index.d.mts +30 -0
- package/lib/components/VImg/index.d.mts +27 -0
- package/lib/components/VInput/VInput.mjs +1 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.mts +40 -9
- package/lib/components/VItemGroup/index.d.mts +82 -0
- package/lib/components/VKbd/index.d.mts +15 -0
- package/lib/components/VLabel/index.d.mts +15 -0
- package/lib/components/VLayout/index.d.mts +30 -0
- package/lib/components/VLazy/index.d.mts +15 -0
- package/lib/components/VList/index.d.mts +159 -3
- package/lib/components/VLocaleProvider/index.d.mts +15 -0
- package/lib/components/VMain/index.d.mts +15 -0
- package/lib/components/VMenu/index.d.mts +129 -3
- package/lib/components/VMessages/index.d.mts +15 -0
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +2 -0
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +2 -0
- package/lib/components/VNavigationDrawer/index.d.mts +27 -0
- package/lib/components/VOverlay/index.d.mts +39 -0
- package/lib/components/VPagination/index.d.mts +31 -0
- package/lib/components/VParallax/index.d.mts +27 -0
- package/lib/components/VProgressCircular/index.d.mts +23 -0
- package/lib/components/VProgressLinear/index.d.mts +27 -0
- package/lib/components/VRadio/index.d.mts +35 -0
- package/lib/components/VRadioGroup/index.d.mts +57 -6
- package/lib/components/VRangeSlider/index.d.mts +49 -6
- package/lib/components/VRating/index.d.mts +19 -0
- package/lib/components/VResponsive/index.d.mts +19 -0
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +68 -10
- package/lib/components/VSelectionControl/index.d.mts +7 -3
- package/lib/components/VSelectionControlGroup/index.d.mts +15 -0
- package/lib/components/VSheet/index.d.mts +15 -0
- package/lib/components/VSlideGroup/index.d.mts +58 -0
- package/lib/components/VSlider/index.d.mts +49 -6
- package/lib/components/VSnackbar/index.d.mts +125 -3
- package/lib/components/VSwitch/index.d.mts +61 -6
- package/lib/components/VSystemBar/index.d.mts +15 -0
- package/lib/components/VTable/index.d.mts +27 -0
- package/lib/components/VTabs/index.d.mts +30 -0
- package/lib/components/VTextField/index.d.mts +167 -27
- package/lib/components/VTextarea/index.d.mts +156 -24
- package/lib/components/VThemeProvider/index.d.mts +15 -0
- package/lib/components/VTimeline/index.d.mts +38 -0
- package/lib/components/VToolbar/index.d.mts +69 -0
- package/lib/components/VTooltip/index.d.mts +129 -3
- package/lib/components/VValidation/index.d.mts +96 -25
- package/lib/components/VVirtualScroll/index.d.mts +7 -3
- package/lib/components/VWindow/index.d.mts +74 -0
- package/lib/components/index.d.mts +4673 -758
- package/lib/components/transitions/index.d.mts +240 -0
- package/lib/composables/form.mjs +2 -3
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/validation.mjs +34 -12
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +1 -1
- package/lib/labs/VDataTable/index.d.mts +1056 -25
- package/lib/labs/VInfiniteScroll/index.d.mts +31 -0
- package/lib/labs/VSkeletonLoader/index.d.mts +15 -0
- package/lib/labs/components.d.mts +1099 -22
- package/lib/styles/settings/_variables.scss +3 -3
- package/lib/util/defineComponent.mjs.map +1 -1
- package/package.json +1 -1
@@ -24,7 +24,7 @@ declare class Box {
|
|
24
24
|
get right(): number;
|
25
25
|
}
|
26
26
|
|
27
|
-
type SlotsToProps<U extends RawSlots, T = U extends Record<string, any[]> ? MakeSlots<U> : U> = {
|
27
|
+
type SlotsToProps<U extends RawSlots, Generic extends boolean = false, T = U extends Record<string, any[]> ? MakeSlots<U> : U> = {
|
28
28
|
$children?: (VNodeChild | (T extends {
|
29
29
|
default: infer V;
|
30
30
|
} ? V : {}) | {
|
@@ -35,14 +35,18 @@ type SlotsToProps<U extends RawSlots, T = U extends Record<string, any[]> ? Make
|
|
35
35
|
};
|
36
36
|
} & {
|
37
37
|
[K in keyof T as `v-slot:${K & string}`]?: T[K] | false;
|
38
|
-
}
|
38
|
+
} & (Generic extends false ? {
|
39
|
+
$slots?: {
|
40
|
+
[K in keyof T]?: T[K];
|
41
|
+
};
|
42
|
+
} : {});
|
39
43
|
type RawSlots = Record<string, any[]> | Record<string, Slot>;
|
40
44
|
type Slot<T extends any[] = any[]> = (...args: T) => VNodeChild;
|
41
45
|
type MakeSlots<T extends RawSlots> = {
|
42
46
|
[K in keyof T]: T[K] extends any[] ? Slot<T[K]> : T[K];
|
43
47
|
};
|
44
48
|
type GenericProps<Props, Slots extends Record<string, any[]>> = {
|
45
|
-
$props: Props & SlotsToProps<Slots>;
|
49
|
+
$props: Props & SlotsToProps<Slots, true>;
|
46
50
|
$slots: MakeSlots<Slots>;
|
47
51
|
};
|
48
52
|
interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
|
@@ -195,7 +199,7 @@ declare function connectedLocationStrategy(data: LocationStrategyData, props: St
|
|
195
199
|
};
|
196
200
|
|
197
201
|
type Primitive = string | number | boolean | symbol;
|
198
|
-
type Val<T, ReturnObject extends boolean> = string | (T extends Primitive ? T : (ReturnObject extends true ? T : any));
|
202
|
+
type Val<T, ReturnObject extends boolean> = string | ([T] extends [Primitive] ? T : (ReturnObject extends true ? T : any));
|
199
203
|
type Value<T, ReturnObject extends boolean, Multiple extends boolean> = Multiple extends true ? readonly Val<T, ReturnObject>[] : Val<T, ReturnObject> | null;
|
200
204
|
declare const VCombobox: {
|
201
205
|
new (...args: any[]): {
|
@@ -312,7 +316,7 @@ declare const VCombobox: {
|
|
312
316
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
313
317
|
'onUpdate:focused'?: (EventProp<[boolean], (args_0: boolean) => any> & ((focused: boolean) => any)) | undefined;
|
314
318
|
baseColor?: string | undefined;
|
315
|
-
validateOn?: "input" | "blur" | "submit" | undefined;
|
319
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
316
320
|
hint?: string | undefined;
|
317
321
|
hideDetails?: boolean | "auto" | undefined;
|
318
322
|
suffix?: string | undefined;
|
@@ -385,6 +389,15 @@ declare const VCombobox: {
|
|
385
389
|
}) => vue.VNodeChild) | undefined;
|
386
390
|
} | undefined;
|
387
391
|
contentClass?: any;
|
392
|
+
$slots?: {
|
393
|
+
default?: ((args_0: {
|
394
|
+
isActive: vue.Ref<boolean>;
|
395
|
+
}) => vue.VNodeChild) | undefined;
|
396
|
+
activator?: ((args_0: {
|
397
|
+
isActive: boolean;
|
398
|
+
props: Record<string, any>;
|
399
|
+
}) => vue.VNodeChild) | undefined;
|
400
|
+
} | undefined;
|
388
401
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
389
402
|
[key: string]: any;
|
390
403
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -577,7 +590,7 @@ declare const VCombobox: {
|
|
577
590
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
578
591
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
579
592
|
baseColor?: string | undefined;
|
580
|
-
validateOn?: "input" | "blur" | "submit" | undefined;
|
593
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
581
594
|
hint?: string | undefined;
|
582
595
|
hideDetails?: boolean | "auto" | undefined;
|
583
596
|
suffix?: string | undefined;
|
@@ -650,6 +663,15 @@ declare const VCombobox: {
|
|
650
663
|
}) => vue.VNodeChild) | undefined;
|
651
664
|
} | undefined;
|
652
665
|
contentClass?: any;
|
666
|
+
$slots?: {
|
667
|
+
default?: ((args_0: {
|
668
|
+
isActive: vue.Ref<boolean>;
|
669
|
+
}) => vue.VNodeChild) | undefined;
|
670
|
+
activator?: ((args_0: {
|
671
|
+
isActive: boolean;
|
672
|
+
props: Record<string, any>;
|
673
|
+
}) => vue.VNodeChild) | undefined;
|
674
|
+
} | undefined;
|
653
675
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
654
676
|
[key: string]: any;
|
655
677
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -904,7 +926,7 @@ declare const VCombobox: {
|
|
904
926
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
905
927
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
906
928
|
baseColor?: string | undefined;
|
907
|
-
validateOn?: "input" | "blur" | "submit" | undefined;
|
929
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
908
930
|
hint?: string | undefined;
|
909
931
|
hideDetails?: boolean | "auto" | undefined;
|
910
932
|
suffix?: string | undefined;
|
@@ -977,6 +999,15 @@ declare const VCombobox: {
|
|
977
999
|
}) => vue.VNodeChild) | undefined;
|
978
1000
|
} | undefined;
|
979
1001
|
contentClass?: any;
|
1002
|
+
$slots?: {
|
1003
|
+
default?: ((args_0: {
|
1004
|
+
isActive: vue.Ref<boolean>;
|
1005
|
+
}) => vue.VNodeChild) | undefined;
|
1006
|
+
activator?: ((args_0: {
|
1007
|
+
isActive: boolean;
|
1008
|
+
props: Record<string, any>;
|
1009
|
+
}) => vue.VNodeChild) | undefined;
|
1010
|
+
} | undefined;
|
980
1011
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
981
1012
|
[key: string]: any;
|
982
1013
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -1104,7 +1135,7 @@ declare const VCombobox: {
|
|
1104
1135
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
1105
1136
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
1106
1137
|
baseColor?: string | undefined;
|
1107
|
-
validateOn?: "input" | "blur" | "submit" | undefined;
|
1138
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
1108
1139
|
hint?: string | undefined;
|
1109
1140
|
hideDetails?: boolean | "auto" | undefined;
|
1110
1141
|
suffix?: string | undefined;
|
@@ -1177,6 +1208,15 @@ declare const VCombobox: {
|
|
1177
1208
|
}) => vue.VNodeChild) | undefined;
|
1178
1209
|
} | undefined;
|
1179
1210
|
contentClass?: any;
|
1211
|
+
$slots?: {
|
1212
|
+
default?: ((args_0: {
|
1213
|
+
isActive: vue.Ref<boolean>;
|
1214
|
+
}) => vue.VNodeChild) | undefined;
|
1215
|
+
activator?: ((args_0: {
|
1216
|
+
isActive: boolean;
|
1217
|
+
props: Record<string, any>;
|
1218
|
+
}) => vue.VNodeChild) | undefined;
|
1219
|
+
} | undefined;
|
1180
1220
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1181
1221
|
[key: string]: any;
|
1182
1222
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -1476,7 +1516,7 @@ declare const VCombobox: {
|
|
1476
1516
|
baseColor: StringConstructor;
|
1477
1517
|
persistentClear: BooleanConstructor;
|
1478
1518
|
singleLine: BooleanConstructor;
|
1479
|
-
validateOn: PropType<"input" | "blur" | "submit" | undefined>;
|
1519
|
+
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
1480
1520
|
errorMessages: {
|
1481
1521
|
type: PropType<string | string[]>;
|
1482
1522
|
default: () => never[];
|
@@ -1605,6 +1645,15 @@ declare const VCombobox: {
|
|
1605
1645
|
}) => vue.VNodeChild) | undefined;
|
1606
1646
|
} | undefined;
|
1607
1647
|
contentClass?: any;
|
1648
|
+
$slots?: {
|
1649
|
+
default?: ((args_0: {
|
1650
|
+
isActive: vue.Ref<boolean>;
|
1651
|
+
}) => vue.VNodeChild) | undefined;
|
1652
|
+
activator?: ((args_0: {
|
1653
|
+
isActive: boolean;
|
1654
|
+
props: Record<string, any>;
|
1655
|
+
}) => vue.VNodeChild) | undefined;
|
1656
|
+
} | undefined;
|
1608
1657
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1609
1658
|
[key: string]: any;
|
1610
1659
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -1761,7 +1810,7 @@ declare const VCombobox: {
|
|
1761
1810
|
baseColor: StringConstructor;
|
1762
1811
|
persistentClear: BooleanConstructor;
|
1763
1812
|
singleLine: BooleanConstructor;
|
1764
|
-
validateOn: PropType<"input" | "blur" | "submit" | undefined>;
|
1813
|
+
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
1765
1814
|
errorMessages: {
|
1766
1815
|
type: PropType<string | string[]>;
|
1767
1816
|
default: () => never[];
|
@@ -1890,6 +1939,15 @@ declare const VCombobox: {
|
|
1890
1939
|
}) => vue.VNodeChild) | undefined;
|
1891
1940
|
} | undefined;
|
1892
1941
|
contentClass?: any;
|
1942
|
+
$slots?: {
|
1943
|
+
default?: ((args_0: {
|
1944
|
+
isActive: vue.Ref<boolean>;
|
1945
|
+
}) => vue.VNodeChild) | undefined;
|
1946
|
+
activator?: ((args_0: {
|
1947
|
+
isActive: boolean;
|
1948
|
+
props: Record<string, any>;
|
1949
|
+
}) => vue.VNodeChild) | undefined;
|
1950
|
+
} | undefined;
|
1893
1951
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1894
1952
|
[key: string]: any;
|
1895
1953
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -36,6 +36,9 @@ declare const VCounter: {
|
|
36
36
|
'v-slots'?: {
|
37
37
|
default?: false | ((args_0: VCounterSlot) => vue.VNodeChild) | undefined;
|
38
38
|
} | undefined;
|
39
|
+
$slots?: {
|
40
|
+
default?: ((args_0: VCounterSlot) => vue.VNodeChild) | undefined;
|
41
|
+
} | undefined;
|
39
42
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
40
43
|
[key: string]: any;
|
41
44
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -111,6 +114,10 @@ declare const VCounter: {
|
|
111
114
|
} | undefined;
|
112
115
|
} & {
|
113
116
|
"v-slot:default"?: false | ((args_0: VCounterSlot) => vue.VNodeChild) | undefined;
|
117
|
+
} & {
|
118
|
+
$slots?: {
|
119
|
+
default?: ((args_0: VCounterSlot) => vue.VNodeChild) | undefined;
|
120
|
+
} | undefined;
|
114
121
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
115
122
|
active: boolean;
|
116
123
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
@@ -165,6 +172,10 @@ declare const VCounter: {
|
|
165
172
|
} | undefined;
|
166
173
|
} & {
|
167
174
|
"v-slot:default"?: false | ((args_0: VCounterSlot) => vue.VNodeChild) | undefined;
|
175
|
+
} & {
|
176
|
+
$slots?: {
|
177
|
+
default?: ((args_0: VCounterSlot) => vue.VNodeChild) | undefined;
|
178
|
+
} | undefined;
|
168
179
|
} & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
|
169
180
|
__isFragment?: undefined;
|
170
181
|
__isTeleport?: undefined;
|
@@ -190,6 +201,10 @@ declare const VCounter: {
|
|
190
201
|
} | undefined;
|
191
202
|
} & {
|
192
203
|
"v-slot:default"?: false | ((args_0: VCounterSlot) => vue.VNodeChild) | undefined;
|
204
|
+
} & {
|
205
|
+
$slots?: {
|
206
|
+
default?: ((args_0: VCounterSlot) => vue.VNodeChild) | undefined;
|
207
|
+
} | undefined;
|
193
208
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
194
209
|
active: boolean;
|
195
210
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
@@ -34,6 +34,9 @@ declare const VDefaultsProvider: {
|
|
34
34
|
'v-slots'?: {
|
35
35
|
default?: false | (() => vue.VNodeChild) | undefined;
|
36
36
|
} | undefined;
|
37
|
+
$slots?: {
|
38
|
+
default?: (() => vue.VNodeChild) | undefined;
|
39
|
+
} | undefined;
|
37
40
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
38
41
|
[key: string]: any;
|
39
42
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -104,6 +107,10 @@ declare const VDefaultsProvider: {
|
|
104
107
|
} | undefined;
|
105
108
|
} & {
|
106
109
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
110
|
+
} & {
|
111
|
+
$slots?: {
|
112
|
+
default?: (() => vue.VNodeChild) | undefined;
|
113
|
+
} | undefined;
|
107
114
|
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
108
115
|
[key: string]: any;
|
109
116
|
}>[] | undefined, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
@@ -150,6 +157,10 @@ declare const VDefaultsProvider: {
|
|
150
157
|
} | undefined;
|
151
158
|
} & {
|
152
159
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
160
|
+
} & {
|
161
|
+
$slots?: {
|
162
|
+
default?: (() => vue.VNodeChild) | undefined;
|
163
|
+
} | undefined;
|
153
164
|
} & vue.ShallowUnwrapRef<() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
154
165
|
[key: string]: any;
|
155
166
|
}>[] | undefined> & {} & vue.ComponentCustomProperties & {};
|
@@ -172,6 +183,10 @@ declare const VDefaultsProvider: {
|
|
172
183
|
} | undefined;
|
173
184
|
} & {
|
174
185
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
186
|
+
} & {
|
187
|
+
$slots?: {
|
188
|
+
default?: (() => vue.VNodeChild) | undefined;
|
189
|
+
} | undefined;
|
175
190
|
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
176
191
|
[key: string]: any;
|
177
192
|
}>[] | undefined, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
@@ -156,6 +156,15 @@ declare const VDialog: {
|
|
156
156
|
}) => vue.VNodeChild) | undefined;
|
157
157
|
} | undefined;
|
158
158
|
contentClass?: any;
|
159
|
+
$slots?: {
|
160
|
+
default?: ((args_0: {
|
161
|
+
isActive: vue.Ref<boolean>;
|
162
|
+
}) => vue.VNodeChild) | undefined;
|
163
|
+
activator?: ((args_0: {
|
164
|
+
isActive: boolean;
|
165
|
+
props: Record<string, any>;
|
166
|
+
}) => vue.VNodeChild) | undefined;
|
167
|
+
} | undefined;
|
159
168
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
160
169
|
[key: string]: any;
|
161
170
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -304,6 +313,16 @@ declare const VDialog: {
|
|
304
313
|
isActive: boolean;
|
305
314
|
props: Record<string, any>;
|
306
315
|
}) => vue.VNodeChild) | undefined;
|
316
|
+
} & {
|
317
|
+
$slots?: {
|
318
|
+
default?: ((args_0: {
|
319
|
+
isActive: vue.Ref<boolean>;
|
320
|
+
}) => vue.VNodeChild) | undefined;
|
321
|
+
activator?: ((args_0: {
|
322
|
+
isActive: boolean;
|
323
|
+
props: Record<string, any>;
|
324
|
+
}) => vue.VNodeChild) | undefined;
|
325
|
+
} | undefined;
|
307
326
|
} & {
|
308
327
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
309
328
|
}, Omit<Omit<{
|
@@ -374,6 +393,15 @@ declare const VDialog: {
|
|
374
393
|
}) => vue.VNodeChild) | undefined;
|
375
394
|
} | undefined;
|
376
395
|
contentClass?: any;
|
396
|
+
$slots?: {
|
397
|
+
default?: ((args_0: {
|
398
|
+
isActive: vue.Ref<boolean>;
|
399
|
+
}) => vue.VNodeChild) | undefined;
|
400
|
+
activator?: ((args_0: {
|
401
|
+
isActive: boolean;
|
402
|
+
props: Record<string, any>;
|
403
|
+
}) => vue.VNodeChild) | undefined;
|
404
|
+
} | undefined;
|
377
405
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
378
406
|
[key: string]: any;
|
379
407
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -519,6 +547,16 @@ declare const VDialog: {
|
|
519
547
|
isActive: boolean;
|
520
548
|
props: Record<string, any>;
|
521
549
|
}) => vue.VNodeChild) | undefined;
|
550
|
+
} & {
|
551
|
+
$slots?: {
|
552
|
+
default?: ((args_0: {
|
553
|
+
isActive: vue.Ref<boolean>;
|
554
|
+
}) => vue.VNodeChild) | undefined;
|
555
|
+
activator?: ((args_0: {
|
556
|
+
isActive: boolean;
|
557
|
+
props: Record<string, any>;
|
558
|
+
}) => vue.VNodeChild) | undefined;
|
559
|
+
} | undefined;
|
522
560
|
} & {
|
523
561
|
onAfterLeave?: (() => any) | undefined;
|
524
562
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
@@ -665,6 +703,16 @@ declare const VDialog: {
|
|
665
703
|
isActive: boolean;
|
666
704
|
props: Record<string, any>;
|
667
705
|
}) => vue.VNodeChild) | undefined;
|
706
|
+
} & {
|
707
|
+
$slots?: {
|
708
|
+
default?: ((args_0: {
|
709
|
+
isActive: vue.Ref<boolean>;
|
710
|
+
}) => vue.VNodeChild) | undefined;
|
711
|
+
activator?: ((args_0: {
|
712
|
+
isActive: boolean;
|
713
|
+
props: Record<string, any>;
|
714
|
+
}) => vue.VNodeChild) | undefined;
|
715
|
+
} | undefined;
|
668
716
|
} & {
|
669
717
|
onAfterLeave?: (() => any) | undefined;
|
670
718
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
@@ -676,7 +724,7 @@ declare const VDialog: {
|
|
676
724
|
globalTop: Readonly<vue.Ref<boolean>>;
|
677
725
|
localTop: vue.ComputedRef<boolean>;
|
678
726
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
679
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "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, {
|
727
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "$slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "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, {
|
680
728
|
'update:modelValue': (value: boolean) => boolean;
|
681
729
|
}, string, {
|
682
730
|
absolute: boolean;
|
@@ -817,6 +865,16 @@ declare const VDialog: {
|
|
817
865
|
isActive: boolean;
|
818
866
|
props: Record<string, any>;
|
819
867
|
}) => vue.VNodeChild) | undefined;
|
868
|
+
} & {
|
869
|
+
$slots?: {
|
870
|
+
default?: ((args_0: {
|
871
|
+
isActive: vue.Ref<boolean>;
|
872
|
+
}) => vue.VNodeChild) | undefined;
|
873
|
+
activator?: ((args_0: {
|
874
|
+
isActive: boolean;
|
875
|
+
props: Record<string, any>;
|
876
|
+
}) => vue.VNodeChild) | undefined;
|
877
|
+
} | undefined;
|
820
878
|
} & {
|
821
879
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
822
880
|
} & vue.ShallowUnwrapRef<Omit<Omit<{
|
@@ -887,6 +945,15 @@ declare const VDialog: {
|
|
887
945
|
}) => vue.VNodeChild) | undefined;
|
888
946
|
} | undefined;
|
889
947
|
contentClass?: any;
|
948
|
+
$slots?: {
|
949
|
+
default?: ((args_0: {
|
950
|
+
isActive: vue.Ref<boolean>;
|
951
|
+
}) => vue.VNodeChild) | undefined;
|
952
|
+
activator?: ((args_0: {
|
953
|
+
isActive: boolean;
|
954
|
+
props: Record<string, any>;
|
955
|
+
}) => vue.VNodeChild) | undefined;
|
956
|
+
} | undefined;
|
890
957
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
891
958
|
[key: string]: any;
|
892
959
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -1032,6 +1099,16 @@ declare const VDialog: {
|
|
1032
1099
|
isActive: boolean;
|
1033
1100
|
props: Record<string, any>;
|
1034
1101
|
}) => vue.VNodeChild) | undefined;
|
1102
|
+
} & {
|
1103
|
+
$slots?: {
|
1104
|
+
default?: ((args_0: {
|
1105
|
+
isActive: vue.Ref<boolean>;
|
1106
|
+
}) => vue.VNodeChild) | undefined;
|
1107
|
+
activator?: ((args_0: {
|
1108
|
+
isActive: boolean;
|
1109
|
+
props: Record<string, any>;
|
1110
|
+
}) => vue.VNodeChild) | undefined;
|
1111
|
+
} | undefined;
|
1035
1112
|
} & {
|
1036
1113
|
onAfterLeave?: (() => any) | undefined;
|
1037
1114
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
@@ -1178,6 +1255,16 @@ declare const VDialog: {
|
|
1178
1255
|
isActive: boolean;
|
1179
1256
|
props: Record<string, any>;
|
1180
1257
|
}) => vue.VNodeChild) | undefined;
|
1258
|
+
} & {
|
1259
|
+
$slots?: {
|
1260
|
+
default?: ((args_0: {
|
1261
|
+
isActive: vue.Ref<boolean>;
|
1262
|
+
}) => vue.VNodeChild) | undefined;
|
1263
|
+
activator?: ((args_0: {
|
1264
|
+
isActive: boolean;
|
1265
|
+
props: Record<string, any>;
|
1266
|
+
}) => vue.VNodeChild) | undefined;
|
1267
|
+
} | undefined;
|
1181
1268
|
} & {
|
1182
1269
|
onAfterLeave?: (() => any) | undefined;
|
1183
1270
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
@@ -1189,7 +1276,7 @@ declare const VDialog: {
|
|
1189
1276
|
globalTop: Readonly<vue.Ref<boolean>>;
|
1190
1277
|
localTop: vue.ComputedRef<boolean>;
|
1191
1278
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
1192
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "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 & {};
|
1279
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "$slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "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 & {};
|
1193
1280
|
__isFragment?: undefined;
|
1194
1281
|
__isTeleport?: undefined;
|
1195
1282
|
__isSuspense?: undefined;
|
@@ -1269,6 +1356,16 @@ declare const VDialog: {
|
|
1269
1356
|
isActive: boolean;
|
1270
1357
|
props: Record<string, any>;
|
1271
1358
|
}) => vue.VNodeChild) | undefined;
|
1359
|
+
} & {
|
1360
|
+
$slots?: {
|
1361
|
+
default?: ((args_0: {
|
1362
|
+
isActive: vue.Ref<boolean>;
|
1363
|
+
}) => vue.VNodeChild) | undefined;
|
1364
|
+
activator?: ((args_0: {
|
1365
|
+
isActive: boolean;
|
1366
|
+
props: Record<string, any>;
|
1367
|
+
}) => vue.VNodeChild) | undefined;
|
1368
|
+
} | undefined;
|
1272
1369
|
} & {
|
1273
1370
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1274
1371
|
}, Omit<Omit<{
|
@@ -1339,6 +1436,15 @@ declare const VDialog: {
|
|
1339
1436
|
}) => vue.VNodeChild) | undefined;
|
1340
1437
|
} | undefined;
|
1341
1438
|
contentClass?: any;
|
1439
|
+
$slots?: {
|
1440
|
+
default?: ((args_0: {
|
1441
|
+
isActive: vue.Ref<boolean>;
|
1442
|
+
}) => vue.VNodeChild) | undefined;
|
1443
|
+
activator?: ((args_0: {
|
1444
|
+
isActive: boolean;
|
1445
|
+
props: Record<string, any>;
|
1446
|
+
}) => vue.VNodeChild) | undefined;
|
1447
|
+
} | undefined;
|
1342
1448
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1343
1449
|
[key: string]: any;
|
1344
1450
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -1484,6 +1590,16 @@ declare const VDialog: {
|
|
1484
1590
|
isActive: boolean;
|
1485
1591
|
props: Record<string, any>;
|
1486
1592
|
}) => vue.VNodeChild) | undefined;
|
1593
|
+
} & {
|
1594
|
+
$slots?: {
|
1595
|
+
default?: ((args_0: {
|
1596
|
+
isActive: vue.Ref<boolean>;
|
1597
|
+
}) => vue.VNodeChild) | undefined;
|
1598
|
+
activator?: ((args_0: {
|
1599
|
+
isActive: boolean;
|
1600
|
+
props: Record<string, any>;
|
1601
|
+
}) => vue.VNodeChild) | undefined;
|
1602
|
+
} | undefined;
|
1487
1603
|
} & {
|
1488
1604
|
onAfterLeave?: (() => any) | undefined;
|
1489
1605
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
@@ -1630,6 +1746,16 @@ declare const VDialog: {
|
|
1630
1746
|
isActive: boolean;
|
1631
1747
|
props: Record<string, any>;
|
1632
1748
|
}) => vue.VNodeChild) | undefined;
|
1749
|
+
} & {
|
1750
|
+
$slots?: {
|
1751
|
+
default?: ((args_0: {
|
1752
|
+
isActive: vue.Ref<boolean>;
|
1753
|
+
}) => vue.VNodeChild) | undefined;
|
1754
|
+
activator?: ((args_0: {
|
1755
|
+
isActive: boolean;
|
1756
|
+
props: Record<string, any>;
|
1757
|
+
}) => vue.VNodeChild) | undefined;
|
1758
|
+
} | undefined;
|
1633
1759
|
} & {
|
1634
1760
|
onAfterLeave?: (() => any) | undefined;
|
1635
1761
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
@@ -1641,7 +1767,7 @@ declare const VDialog: {
|
|
1641
1767
|
globalTop: Readonly<vue.Ref<boolean>>;
|
1642
1768
|
localTop: vue.ComputedRef<boolean>;
|
1643
1769
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
1644
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "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, {
|
1770
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "$slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "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, {
|
1645
1771
|
'update:modelValue': (value: boolean) => boolean;
|
1646
1772
|
}, string, {
|
1647
1773
|
absolute: boolean;
|
@@ -28,6 +28,9 @@ declare const VDivider: {
|
|
28
28
|
'v-slots'?: {
|
29
29
|
default?: false | (() => vue.VNodeChild) | undefined;
|
30
30
|
} | undefined;
|
31
|
+
$slots?: {
|
32
|
+
default?: (() => vue.VNodeChild) | undefined;
|
33
|
+
} | undefined;
|
31
34
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
32
35
|
[key: string]: any;
|
33
36
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -102,6 +105,10 @@ declare const VDivider: {
|
|
102
105
|
} | undefined;
|
103
106
|
} & {
|
104
107
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
108
|
+
} & {
|
109
|
+
$slots?: {
|
110
|
+
default?: (() => vue.VNodeChild) | undefined;
|
111
|
+
} | undefined;
|
105
112
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
106
113
|
inset: boolean;
|
107
114
|
style: vue.StyleValue;
|
@@ -149,6 +156,10 @@ declare const VDivider: {
|
|
149
156
|
} | undefined;
|
150
157
|
} & {
|
151
158
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
159
|
+
} & {
|
160
|
+
$slots?: {
|
161
|
+
default?: (() => vue.VNodeChild) | undefined;
|
162
|
+
} | undefined;
|
152
163
|
} & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
|
153
164
|
__isFragment?: undefined;
|
154
165
|
__isTeleport?: undefined;
|
@@ -172,6 +183,10 @@ declare const VDivider: {
|
|
172
183
|
} | undefined;
|
173
184
|
} & {
|
174
185
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
186
|
+
} & {
|
187
|
+
$slots?: {
|
188
|
+
default?: (() => vue.VNodeChild) | undefined;
|
189
|
+
} | undefined;
|
175
190
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
176
191
|
inset: boolean;
|
177
192
|
style: vue.StyleValue;
|