@vuetify/nightly 3.6.14-master.2024-08-04 → 3.6.14-master.2024-08-13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +7 -11
- package/dist/json/importMap-labs.json +30 -30
- package/dist/json/importMap.json +144 -144
- package/dist/json/tags.json +0 -1
- package/dist/json/web-types.json +8 -18
- package/dist/vuetify-labs.css +2162 -2162
- package/dist/vuetify-labs.d.ts +33122 -39828
- package/dist/vuetify-labs.esm.js +17 -9
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +17 -9
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1025 -1025
- package/dist/vuetify.d.ts +32674 -39040
- package/dist/vuetify.esm.js +16 -8
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +16 -8
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +22 -22
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +50 -73
- package/lib/components/VApp/index.d.mts +9 -11
- package/lib/components/VAppBar/index.d.mts +92 -128
- package/lib/components/VAutocomplete/index.d.mts +4771 -3230
- package/lib/components/VAvatar/index.d.mts +23 -22
- package/lib/components/VBadge/index.d.mts +53 -59
- package/lib/components/VBanner/index.d.mts +44 -66
- package/lib/components/VBottomNavigation/index.d.mts +25 -32
- package/lib/components/VBottomSheet/index.d.mts +125 -135
- package/lib/components/VBreadcrumbs/index.d.mts +35 -78
- package/lib/components/VBtn/index.d.mts +49 -53
- package/lib/components/VBtnGroup/index.d.mts +14 -13
- package/lib/components/VBtnToggle/index.d.mts +21 -23
- package/lib/components/VCard/index.d.mts +104 -168
- package/lib/components/VCarousel/index.d.mts +59 -96
- package/lib/components/VCheckbox/index.d.mts +132 -155
- package/lib/components/VChip/index.d.mts +47 -59
- package/lib/components/VChipGroup/index.d.mts +39 -41
- package/lib/components/VCode/index.d.mts +9 -11
- package/lib/components/VColorPicker/index.d.mts +58 -133
- package/lib/components/VCombobox/index.d.mts +4785 -3244
- package/lib/components/VConfirmEdit/index.d.mts +11 -19
- package/lib/components/VCounter/index.d.mts +40 -42
- package/lib/components/VDataIterator/index.d.mts +171 -185
- package/lib/components/VDataTable/index.d.mts +480 -1204
- package/lib/components/VDatePicker/index.d.mts +120 -158
- package/lib/components/VDefaultsProvider/index.d.mts +5 -9
- package/lib/components/VDialog/index.d.mts +243 -277
- package/lib/components/VDivider/index.d.mts +9 -11
- package/lib/components/VEmptyState/index.d.mts +30 -52
- package/lib/components/VExpansionPanel/index.d.mts +60 -85
- package/lib/components/VFab/index.d.mts +81 -73
- package/lib/components/VField/index.d.mts +35 -62
- package/lib/components/VFileInput/VFileInput.mjs +1 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.mts +172 -259
- package/lib/components/VFooter/index.d.mts +9 -11
- package/lib/components/VForm/index.d.mts +105 -77
- package/lib/components/VGrid/index.d.mts +41 -52
- package/lib/components/VHover/index.d.mts +5 -9
- package/lib/components/VIcon/index.d.mts +23 -29
- package/lib/components/VImg/index.d.mts +28 -42
- package/lib/components/VInfiniteScroll/index.d.mts +17 -37
- package/lib/components/VInput/index.d.mts +48 -50
- package/lib/components/VItemGroup/index.d.mts +21 -30
- package/lib/components/VKbd/index.d.mts +9 -11
- package/lib/components/VLabel/index.d.mts +9 -11
- package/lib/components/VLayout/index.d.mts +18 -24
- package/lib/components/VLazy/index.d.mts +42 -44
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +210 -329
- package/lib/components/VLocaleProvider/index.d.mts +9 -11
- package/lib/components/VMain/index.d.mts +9 -11
- package/lib/components/VMenu/index.d.mts +272 -306
- package/lib/components/VMessages/index.d.mts +49 -51
- package/lib/components/VNavigationDrawer/index.d.mts +27 -40
- package/lib/components/VOtpInput/index.d.mts +22 -28
- package/lib/components/VOverlay/VOverlay.mjs +4 -3
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +53 -63
- package/lib/components/VPagination/index.d.mts +31 -46
- package/lib/components/VParallax/index.d.mts +15 -29
- package/lib/components/VProgressCircular/index.d.mts +9 -11
- package/lib/components/VProgressLinear/index.d.mts +22 -24
- package/lib/components/VRadio/index.d.mts +49 -52
- package/lib/components/VRadioGroup/index.d.mts +66 -66
- package/lib/components/VRangeSlider/index.d.mts +58 -69
- package/lib/components/VRating/index.d.mts +13 -19
- package/lib/components/VResponsive/index.d.mts +11 -17
- package/lib/components/VSelect/index.d.mts +4762 -3221
- package/lib/components/VSelectionControl/index.d.mts +38 -44
- package/lib/components/VSelectionControlGroup/index.d.mts +34 -34
- package/lib/components/VSheet/index.d.mts +15 -17
- package/lib/components/VSkeletonLoader/index.d.mts +41 -11
- package/lib/components/VSlideGroup/index.d.mts +112 -129
- package/lib/components/VSlider/index.d.mts +58 -69
- package/lib/components/VSnackbar/VSnackbar.mjs +5 -1
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +231 -270
- package/lib/components/VSparkline/index.d.mts +11 -19
- package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/components/VSpeedDial/index.d.mts +179 -189
- package/lib/components/VStepper/index.d.mts +105 -180
- package/lib/components/VSwitch/index.d.mts +78 -98
- package/lib/components/VSystemBar/index.d.mts +13 -15
- package/lib/components/VTable/index.d.mts +15 -29
- package/lib/components/VTabs/index.d.mts +213 -297
- package/lib/components/VTextField/index.d.mts +253 -408
- package/lib/components/VTextarea/index.d.mts +157 -236
- package/lib/components/VThemeProvider/index.d.mts +9 -11
- package/lib/components/VTimeline/index.d.mts +29 -43
- package/lib/components/VToolbar/index.d.mts +49 -80
- package/lib/components/VTooltip/index.d.mts +282 -316
- package/lib/components/VValidation/index.d.mts +16 -23
- package/lib/components/VVirtualScroll/index.d.mts +14 -23
- package/lib/components/VWindow/index.d.mts +29 -50
- package/lib/components/index.d.mts +31169 -37524
- package/lib/components/transitions/index.d.mts +84 -148
- package/lib/composables/location.mjs.map +1 -1
- package/lib/directives/click-outside/index.mjs +3 -0
- package/lib/directives/click-outside/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +60 -60
- package/lib/labs/VCalendar/index.d.mts +146 -166
- package/lib/labs/VDateInput/index.d.mts +83 -62
- package/lib/labs/VNumberInput/index.d.mts +61 -88
- package/lib/labs/VPicker/index.d.mts +28 -46
- package/lib/labs/VPullToRefresh/index.d.mts +7 -15
- package/lib/labs/VSnackbarQueue/index.d.mts +311 -369
- package/lib/labs/VStepperVertical/index.d.mts +109 -184
- package/lib/labs/VTimePicker/index.d.mts +35 -53
- package/lib/labs/VTreeview/VTreeview.mjs +1 -1
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +200 -292
- package/lib/labs/components.d.mts +905 -1246
- package/lib/util/propsFactory.mjs.map +1 -1
- package/package.json +3 -3
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as vue from 'vue';
|
2
|
-
import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode,
|
2
|
+
import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, PropType, ComponentPublicInstance, JSXComponent, ComputedRef, Ref, DirectiveBinding, EffectScope, nextTick } from 'vue';
|
3
3
|
// @ts-ignore
|
4
4
|
import * as vue_router from 'vue-router';
|
5
5
|
|
@@ -55,8 +55,12 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
|
|
55
55
|
filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): Partial<Pick<T, U>>;
|
56
56
|
}
|
57
57
|
|
58
|
+
type ClassValue = any;
|
59
|
+
|
58
60
|
declare function deepEqual(a: any, b: any): boolean;
|
59
61
|
type SelectItemKey<T = Record<string, any>> = boolean | null | undefined | string | readonly (string | number)[] | ((item: T, fallback?: any) => any);
|
62
|
+
type EventProp<T extends any[] = any[], F = (...args: T) => void> = F;
|
63
|
+
declare const EventProp: <T extends any[] = any[]>() => PropType<EventProp<T>>;
|
60
64
|
type TemplateRef = {
|
61
65
|
(target: Element | ComponentPublicInstance | null): void;
|
62
66
|
value: HTMLElement | ComponentPublicInstance | null | undefined;
|
@@ -101,7 +105,7 @@ declare const VCalendar: {
|
|
101
105
|
title: string;
|
102
106
|
}) => vue.VNodeChild) | undefined;
|
103
107
|
event?: ((arg: {
|
104
|
-
day?: Object
|
108
|
+
day?: Object;
|
105
109
|
allDay: boolean;
|
106
110
|
event: Record<string, unknown>;
|
107
111
|
}) => vue.VNodeChild) | undefined;
|
@@ -111,7 +115,7 @@ declare const VCalendar: {
|
|
111
115
|
title: string;
|
112
116
|
}) => vue.VNodeChild) | undefined;
|
113
117
|
event?: false | ((arg: {
|
114
|
-
day?: Object
|
118
|
+
day?: Object;
|
115
119
|
allDay: boolean;
|
116
120
|
event: Record<string, unknown>;
|
117
121
|
}) => vue.VNodeChild) | undefined;
|
@@ -121,7 +125,7 @@ declare const VCalendar: {
|
|
121
125
|
title: string;
|
122
126
|
}) => vue.VNodeChild) | undefined;
|
123
127
|
"v-slot:event"?: false | ((arg: {
|
124
|
-
day?: Object
|
128
|
+
day?: Object;
|
125
129
|
allDay: boolean;
|
126
130
|
event: Record<string, unknown>;
|
127
131
|
}) => vue.VNodeChild) | undefined;
|
@@ -225,7 +229,7 @@ declare const VCalendar: {
|
|
225
229
|
title: string;
|
226
230
|
}) => vue.VNodeChild) | undefined;
|
227
231
|
event?: ((arg: {
|
228
|
-
day?: Object
|
232
|
+
day?: Object;
|
229
233
|
allDay: boolean;
|
230
234
|
event: Record<string, unknown>;
|
231
235
|
}) => vue.VNodeChild) | undefined;
|
@@ -235,7 +239,7 @@ declare const VCalendar: {
|
|
235
239
|
title: string;
|
236
240
|
}) => vue.VNodeChild) | undefined;
|
237
241
|
event?: false | ((arg: {
|
238
|
-
day?: Object
|
242
|
+
day?: Object;
|
239
243
|
allDay: boolean;
|
240
244
|
event: Record<string, unknown>;
|
241
245
|
}) => vue.VNodeChild) | undefined;
|
@@ -245,7 +249,7 @@ declare const VCalendar: {
|
|
245
249
|
title: string;
|
246
250
|
}) => vue.VNodeChild) | undefined;
|
247
251
|
"v-slot:event"?: false | ((arg: {
|
248
|
-
day?: Object
|
252
|
+
day?: Object;
|
249
253
|
allDay: boolean;
|
250
254
|
event: Record<string, unknown>;
|
251
255
|
}) => vue.VNodeChild) | undefined;
|
@@ -275,16 +279,12 @@ declare const VCalendar: {
|
|
275
279
|
}, true, {}, vue.SlotsType<Partial<{
|
276
280
|
header: (arg: {
|
277
281
|
title: string;
|
278
|
-
}) => vue.VNode
|
279
|
-
[key: string]: any;
|
280
|
-
}>[];
|
282
|
+
}) => vue.VNode[];
|
281
283
|
event: (arg: {
|
282
|
-
day?: Object
|
284
|
+
day?: Object;
|
283
285
|
allDay: boolean;
|
284
286
|
event: Record<string, unknown>;
|
285
|
-
}) => vue.VNode
|
286
|
-
[key: string]: any;
|
287
|
-
}>[];
|
287
|
+
}) => vue.VNode[];
|
288
288
|
}>>, {
|
289
289
|
P: {};
|
290
290
|
B: {};
|
@@ -329,7 +329,7 @@ declare const VCalendar: {
|
|
329
329
|
title: string;
|
330
330
|
}) => vue.VNodeChild) | undefined;
|
331
331
|
event?: ((arg: {
|
332
|
-
day?: Object
|
332
|
+
day?: Object;
|
333
333
|
allDay: boolean;
|
334
334
|
event: Record<string, unknown>;
|
335
335
|
}) => vue.VNodeChild) | undefined;
|
@@ -339,7 +339,7 @@ declare const VCalendar: {
|
|
339
339
|
title: string;
|
340
340
|
}) => vue.VNodeChild) | undefined;
|
341
341
|
event?: false | ((arg: {
|
342
|
-
day?: Object
|
342
|
+
day?: Object;
|
343
343
|
allDay: boolean;
|
344
344
|
event: Record<string, unknown>;
|
345
345
|
}) => vue.VNodeChild) | undefined;
|
@@ -349,7 +349,7 @@ declare const VCalendar: {
|
|
349
349
|
title: string;
|
350
350
|
}) => vue.VNodeChild) | undefined;
|
351
351
|
"v-slot:event"?: false | ((arg: {
|
352
|
-
day?: Object
|
352
|
+
day?: Object;
|
353
353
|
allDay: boolean;
|
354
354
|
event: Record<string, unknown>;
|
355
355
|
}) => vue.VNodeChild) | undefined;
|
@@ -432,9 +432,9 @@ declare const VCalendar: {
|
|
432
432
|
intervals: number;
|
433
433
|
hideWeekNumber: boolean;
|
434
434
|
}>;
|
435
|
-
__isFragment?:
|
436
|
-
__isTeleport?:
|
437
|
-
__isSuspense?:
|
435
|
+
__isFragment?: never;
|
436
|
+
__isTeleport?: never;
|
437
|
+
__isSuspense?: never;
|
438
438
|
} & vue.ComponentOptionsBase<{
|
439
439
|
text: string;
|
440
440
|
disabled: boolean;
|
@@ -472,7 +472,7 @@ declare const VCalendar: {
|
|
472
472
|
title: string;
|
473
473
|
}) => vue.VNodeChild) | undefined;
|
474
474
|
event?: ((arg: {
|
475
|
-
day?: Object
|
475
|
+
day?: Object;
|
476
476
|
allDay: boolean;
|
477
477
|
event: Record<string, unknown>;
|
478
478
|
}) => vue.VNodeChild) | undefined;
|
@@ -482,7 +482,7 @@ declare const VCalendar: {
|
|
482
482
|
title: string;
|
483
483
|
}) => vue.VNodeChild) | undefined;
|
484
484
|
event?: false | ((arg: {
|
485
|
-
day?: Object
|
485
|
+
day?: Object;
|
486
486
|
allDay: boolean;
|
487
487
|
event: Record<string, unknown>;
|
488
488
|
}) => vue.VNodeChild) | undefined;
|
@@ -492,7 +492,7 @@ declare const VCalendar: {
|
|
492
492
|
title: string;
|
493
493
|
}) => vue.VNodeChild) | undefined;
|
494
494
|
"v-slot:event"?: false | ((arg: {
|
495
|
-
day?: Object
|
495
|
+
day?: Object;
|
496
496
|
allDay: boolean;
|
497
497
|
event: Record<string, unknown>;
|
498
498
|
}) => vue.VNodeChild) | undefined;
|
@@ -581,16 +581,12 @@ declare const VCalendar: {
|
|
581
581
|
}, {}, string, vue.SlotsType<Partial<{
|
582
582
|
header: (arg: {
|
583
583
|
title: string;
|
584
|
-
}) => vue.VNode
|
585
|
-
[key: string]: any;
|
586
|
-
}>[];
|
584
|
+
}) => vue.VNode[];
|
587
585
|
event: (arg: {
|
588
|
-
day?: Object
|
586
|
+
day?: Object;
|
589
587
|
allDay: boolean;
|
590
588
|
event: Record<string, unknown>;
|
591
|
-
}) => vue.VNode
|
592
|
-
[key: string]: any;
|
593
|
-
}>[];
|
589
|
+
}) => vue.VNode[];
|
594
590
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
595
591
|
nextIcon: {
|
596
592
|
type: StringConstructor;
|
@@ -606,7 +602,7 @@ declare const VCalendar: {
|
|
606
602
|
default: string;
|
607
603
|
};
|
608
604
|
viewMode: {
|
609
|
-
type: vue.PropType<"
|
605
|
+
type: vue.PropType<"month" | "week" | "day">;
|
610
606
|
default: string;
|
611
607
|
};
|
612
608
|
day: {
|
@@ -622,10 +618,12 @@ declare const VCalendar: {
|
|
622
618
|
isArray(arg: any): arg is any[];
|
623
619
|
readonly prototype: any[];
|
624
620
|
from<T>(arrayLike: ArrayLike<T>): T[];
|
625
|
-
from<
|
626
|
-
from<
|
627
|
-
from<
|
628
|
-
of<
|
621
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
622
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
623
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
624
|
+
of<T>(...items: T[]): T[];
|
625
|
+
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
626
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
629
627
|
readonly [Symbol.species]: ArrayConstructor;
|
630
628
|
};
|
631
629
|
intervalDivisions: {
|
@@ -671,16 +669,18 @@ declare const VCalendar: {
|
|
671
669
|
isArray(arg: any): arg is any[];
|
672
670
|
readonly prototype: any[];
|
673
671
|
from<T>(arrayLike: ArrayLike<T>): T[];
|
674
|
-
from<
|
675
|
-
from<
|
676
|
-
from<
|
677
|
-
of<
|
672
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
673
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
674
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
675
|
+
of<T>(...items: T[]): T[];
|
676
|
+
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
677
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
678
678
|
readonly [Symbol.species]: ArrayConstructor;
|
679
679
|
};
|
680
680
|
default: () => number[];
|
681
681
|
};
|
682
682
|
weeksInMonth: {
|
683
|
-
type: vue.PropType<"
|
683
|
+
type: vue.PropType<"dynamic" | "static">;
|
684
684
|
default: string;
|
685
685
|
};
|
686
686
|
firstDayOfWeek: (StringConstructor | NumberConstructor)[];
|
@@ -701,7 +701,7 @@ declare const VCalendar: {
|
|
701
701
|
default: string;
|
702
702
|
};
|
703
703
|
viewMode: {
|
704
|
-
type: vue.PropType<"
|
704
|
+
type: vue.PropType<"month" | "week" | "day">;
|
705
705
|
default: string;
|
706
706
|
};
|
707
707
|
day: {
|
@@ -717,10 +717,12 @@ declare const VCalendar: {
|
|
717
717
|
isArray(arg: any): arg is any[];
|
718
718
|
readonly prototype: any[];
|
719
719
|
from<T>(arrayLike: ArrayLike<T>): T[];
|
720
|
-
from<
|
721
|
-
from<
|
722
|
-
from<
|
723
|
-
of<
|
720
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
721
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
722
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
723
|
+
of<T>(...items: T[]): T[];
|
724
|
+
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
725
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
724
726
|
readonly [Symbol.species]: ArrayConstructor;
|
725
727
|
};
|
726
728
|
intervalDivisions: {
|
@@ -766,16 +768,18 @@ declare const VCalendar: {
|
|
766
768
|
isArray(arg: any): arg is any[];
|
767
769
|
readonly prototype: any[];
|
768
770
|
from<T>(arrayLike: ArrayLike<T>): T[];
|
769
|
-
from<
|
770
|
-
from<
|
771
|
-
from<
|
772
|
-
of<
|
771
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
772
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
773
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
774
|
+
of<T>(...items: T[]): T[];
|
775
|
+
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
776
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
773
777
|
readonly [Symbol.species]: ArrayConstructor;
|
774
778
|
};
|
775
779
|
default: () => number[];
|
776
780
|
};
|
777
781
|
weeksInMonth: {
|
778
|
-
type: vue.PropType<"
|
782
|
+
type: vue.PropType<"dynamic" | "static">;
|
779
783
|
default: string;
|
780
784
|
};
|
781
785
|
firstDayOfWeek: (StringConstructor | NumberConstructor)[];
|
@@ -839,9 +843,7 @@ declare const VCalendarDay: {
|
|
839
843
|
hideDayHeader: boolean;
|
840
844
|
intervals: number;
|
841
845
|
}, true, {}, vue.SlotsType<Partial<{
|
842
|
-
default: () => vue.VNode
|
843
|
-
[key: string]: any;
|
844
|
-
}>[];
|
846
|
+
default: () => vue.VNode[];
|
845
847
|
}>>, {
|
846
848
|
P: {};
|
847
849
|
B: {};
|
@@ -882,9 +884,9 @@ declare const VCalendarDay: {
|
|
882
884
|
hideDayHeader: boolean;
|
883
885
|
intervals: number;
|
884
886
|
}>;
|
885
|
-
__isFragment?:
|
886
|
-
__isTeleport?:
|
887
|
-
__isSuspense?:
|
887
|
+
__isFragment?: never;
|
888
|
+
__isTeleport?: never;
|
889
|
+
__isSuspense?: never;
|
888
890
|
} & vue.ComponentOptionsBase<{
|
889
891
|
day: Record<string, any>;
|
890
892
|
intervalDivisions: number;
|
@@ -918,9 +920,7 @@ declare const VCalendarDay: {
|
|
918
920
|
hideDayHeader: boolean;
|
919
921
|
intervals: number;
|
920
922
|
}, {}, string, vue.SlotsType<Partial<{
|
921
|
-
default: () => vue.VNode
|
922
|
-
[key: string]: any;
|
923
|
-
}>[];
|
923
|
+
default: () => vue.VNode[];
|
924
924
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
925
925
|
day: {
|
926
926
|
type: ObjectConstructor;
|
@@ -935,10 +935,12 @@ declare const VCalendarDay: {
|
|
935
935
|
isArray(arg: any): arg is any[];
|
936
936
|
readonly prototype: any[];
|
937
937
|
from<T>(arrayLike: ArrayLike<T>): T[];
|
938
|
-
from<
|
939
|
-
from<
|
940
|
-
from<
|
941
|
-
of<
|
938
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
939
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
940
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
941
|
+
of<T>(...items: T[]): T[];
|
942
|
+
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
943
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
942
944
|
readonly [Symbol.species]: ArrayConstructor;
|
943
945
|
};
|
944
946
|
intervalDivisions: {
|
@@ -980,10 +982,12 @@ declare const VCalendarDay: {
|
|
980
982
|
isArray(arg: any): arg is any[];
|
981
983
|
readonly prototype: any[];
|
982
984
|
from<T>(arrayLike: ArrayLike<T>): T[];
|
983
|
-
from<
|
984
|
-
from<
|
985
|
-
from<
|
986
|
-
of<
|
985
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
986
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
987
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
988
|
+
of<T>(...items: T[]): T[];
|
989
|
+
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
990
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
987
991
|
readonly [Symbol.species]: ArrayConstructor;
|
988
992
|
};
|
989
993
|
intervalDivisions: {
|
@@ -1065,9 +1069,7 @@ declare const VCalendarHeader: {
|
|
1065
1069
|
prevIcon: string;
|
1066
1070
|
viewMode: "day" | "month" | "week";
|
1067
1071
|
}, true, {}, vue.SlotsType<Partial<{
|
1068
|
-
default: () => vue.VNode
|
1069
|
-
[key: string]: any;
|
1070
|
-
}>[];
|
1072
|
+
default: () => vue.VNode[];
|
1071
1073
|
}>>, {
|
1072
1074
|
P: {};
|
1073
1075
|
B: {};
|
@@ -1101,9 +1103,9 @@ declare const VCalendarHeader: {
|
|
1101
1103
|
prevIcon: string;
|
1102
1104
|
viewMode: "day" | "month" | "week";
|
1103
1105
|
}>;
|
1104
|
-
__isFragment?:
|
1105
|
-
__isTeleport?:
|
1106
|
-
__isSuspense?:
|
1106
|
+
__isFragment?: never;
|
1107
|
+
__isTeleport?: never;
|
1108
|
+
__isSuspense?: never;
|
1107
1109
|
} & vue.ComponentOptionsBase<{
|
1108
1110
|
text: string;
|
1109
1111
|
nextIcon: string;
|
@@ -1134,9 +1136,7 @@ declare const VCalendarHeader: {
|
|
1134
1136
|
prevIcon: string;
|
1135
1137
|
viewMode: "day" | "month" | "week";
|
1136
1138
|
}, {}, string, vue.SlotsType<Partial<{
|
1137
|
-
default: () => vue.VNode
|
1138
|
-
[key: string]: any;
|
1139
|
-
}>[];
|
1139
|
+
default: () => vue.VNode[];
|
1140
1140
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
1141
1141
|
nextIcon: {
|
1142
1142
|
type: StringConstructor;
|
@@ -1152,7 +1152,7 @@ declare const VCalendarHeader: {
|
|
1152
1152
|
default: string;
|
1153
1153
|
};
|
1154
1154
|
viewMode: {
|
1155
|
-
type: PropType<"
|
1155
|
+
type: PropType<"month" | "week" | "day">;
|
1156
1156
|
default: string;
|
1157
1157
|
};
|
1158
1158
|
}, vue.ExtractPropTypes<{
|
@@ -1170,7 +1170,7 @@ declare const VCalendarHeader: {
|
|
1170
1170
|
default: string;
|
1171
1171
|
};
|
1172
1172
|
viewMode: {
|
1173
|
-
type: PropType<"
|
1173
|
+
type: PropType<"month" | "week" | "day">;
|
1174
1174
|
default: string;
|
1175
1175
|
};
|
1176
1176
|
}>>;
|
@@ -1232,9 +1232,7 @@ declare const VCalendarInterval: {
|
|
1232
1232
|
intervalFormat: string | Function;
|
1233
1233
|
intervalStart: number;
|
1234
1234
|
}, true, {}, vue.SlotsType<Partial<{
|
1235
|
-
default: () => vue.VNode
|
1236
|
-
[key: string]: any;
|
1237
|
-
}>[];
|
1235
|
+
default: () => vue.VNode[];
|
1238
1236
|
}>>, {
|
1239
1237
|
P: {};
|
1240
1238
|
B: {};
|
@@ -1277,9 +1275,9 @@ declare const VCalendarInterval: {
|
|
1277
1275
|
intervalFormat: string | Function;
|
1278
1276
|
intervalStart: number;
|
1279
1277
|
}>;
|
1280
|
-
__isFragment?:
|
1281
|
-
__isTeleport?:
|
1282
|
-
__isSuspense?:
|
1278
|
+
__isFragment?: never;
|
1279
|
+
__isTeleport?: never;
|
1280
|
+
__isSuspense?: never;
|
1283
1281
|
} & vue.ComponentOptionsBase<{
|
1284
1282
|
index: number;
|
1285
1283
|
day: Record<string, any>;
|
@@ -1315,9 +1313,7 @@ declare const VCalendarInterval: {
|
|
1315
1313
|
intervalFormat: string | Function;
|
1316
1314
|
intervalStart: number;
|
1317
1315
|
}, {}, string, vue.SlotsType<Partial<{
|
1318
|
-
default: () => vue.VNode
|
1319
|
-
[key: string]: any;
|
1320
|
-
}>[];
|
1316
|
+
default: () => vue.VNode[];
|
1321
1317
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
1322
1318
|
day: {
|
1323
1319
|
type: ObjectConstructor;
|
@@ -1332,10 +1328,12 @@ declare const VCalendarInterval: {
|
|
1332
1328
|
isArray(arg: any): arg is any[];
|
1333
1329
|
readonly prototype: any[];
|
1334
1330
|
from<T>(arrayLike: ArrayLike<T>): T[];
|
1335
|
-
from<
|
1336
|
-
from<
|
1337
|
-
from<
|
1338
|
-
of<
|
1331
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
1332
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
1333
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
1334
|
+
of<T>(...items: T[]): T[];
|
1335
|
+
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
1336
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
1339
1337
|
readonly [Symbol.species]: ArrayConstructor;
|
1340
1338
|
};
|
1341
1339
|
intervalDivisions: {
|
@@ -1376,10 +1374,12 @@ declare const VCalendarInterval: {
|
|
1376
1374
|
isArray(arg: any): arg is any[];
|
1377
1375
|
readonly prototype: any[];
|
1378
1376
|
from<T>(arrayLike: ArrayLike<T>): T[];
|
1379
|
-
from<
|
1380
|
-
from<
|
1381
|
-
from<
|
1382
|
-
of<
|
1377
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
1378
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
1379
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
1380
|
+
of<T>(...items: T[]): T[];
|
1381
|
+
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
1382
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
1383
1383
|
readonly [Symbol.species]: ArrayConstructor;
|
1384
1384
|
};
|
1385
1385
|
intervalDivisions: {
|
@@ -1447,9 +1447,7 @@ declare const VCalendarIntervalEvent: {
|
|
1447
1447
|
}, {
|
1448
1448
|
allDay: boolean;
|
1449
1449
|
}, true, {}, vue.SlotsType<Partial<{
|
1450
|
-
default: () => vue.VNode
|
1451
|
-
[key: string]: any;
|
1452
|
-
}>[];
|
1450
|
+
default: () => vue.VNode[];
|
1453
1451
|
}>>, {
|
1454
1452
|
P: {};
|
1455
1453
|
B: {};
|
@@ -1477,9 +1475,9 @@ declare const VCalendarIntervalEvent: {
|
|
1477
1475
|
}, {}, {}, {}, {}, {
|
1478
1476
|
allDay: boolean;
|
1479
1477
|
}>;
|
1480
|
-
__isFragment?:
|
1481
|
-
__isTeleport?:
|
1482
|
-
__isSuspense?:
|
1478
|
+
__isFragment?: never;
|
1479
|
+
__isTeleport?: never;
|
1480
|
+
__isSuspense?: never;
|
1483
1481
|
} & vue.ComponentOptionsBase<{
|
1484
1482
|
allDay: boolean;
|
1485
1483
|
intervalDivisions: number;
|
@@ -1500,9 +1498,7 @@ declare const VCalendarIntervalEvent: {
|
|
1500
1498
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
1501
1499
|
allDay: boolean;
|
1502
1500
|
}, {}, string, vue.SlotsType<Partial<{
|
1503
|
-
default: () => vue.VNode
|
1504
|
-
[key: string]: any;
|
1505
|
-
}>[];
|
1501
|
+
default: () => vue.VNode[];
|
1506
1502
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
1507
1503
|
allDay: BooleanConstructor;
|
1508
1504
|
interval: ObjectConstructor;
|
@@ -1552,10 +1548,10 @@ declare const VCalendarMonthDay: {
|
|
1552
1548
|
default?: (() => vue.VNodeChild) | undefined;
|
1553
1549
|
content?: (() => vue.VNodeChild) | undefined;
|
1554
1550
|
title?: ((arg: {
|
1555
|
-
title?:
|
1551
|
+
title?: number | string;
|
1556
1552
|
}) => vue.VNodeChild) | undefined;
|
1557
1553
|
event?: ((arg: {
|
1558
|
-
day?: Object
|
1554
|
+
day?: Object;
|
1559
1555
|
allDay: boolean;
|
1560
1556
|
event: Record<string, unknown>;
|
1561
1557
|
}) => vue.VNodeChild) | undefined;
|
@@ -1564,10 +1560,10 @@ declare const VCalendarMonthDay: {
|
|
1564
1560
|
default?: false | (() => vue.VNodeChild) | undefined;
|
1565
1561
|
content?: false | (() => vue.VNodeChild) | undefined;
|
1566
1562
|
title?: false | ((arg: {
|
1567
|
-
title?:
|
1563
|
+
title?: number | string;
|
1568
1564
|
}) => vue.VNodeChild) | undefined;
|
1569
1565
|
event?: false | ((arg: {
|
1570
|
-
day?: Object
|
1566
|
+
day?: Object;
|
1571
1567
|
allDay: boolean;
|
1572
1568
|
event: Record<string, unknown>;
|
1573
1569
|
}) => vue.VNodeChild) | undefined;
|
@@ -1576,10 +1572,10 @@ declare const VCalendarMonthDay: {
|
|
1576
1572
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
1577
1573
|
"v-slot:content"?: false | (() => vue.VNodeChild) | undefined;
|
1578
1574
|
"v-slot:title"?: false | ((arg: {
|
1579
|
-
title?:
|
1575
|
+
title?: number | string;
|
1580
1576
|
}) => vue.VNodeChild) | undefined;
|
1581
1577
|
"v-slot:event"?: false | ((arg: {
|
1582
|
-
day?: Object
|
1578
|
+
day?: Object;
|
1583
1579
|
allDay: boolean;
|
1584
1580
|
event: Record<string, unknown>;
|
1585
1581
|
}) => vue.VNodeChild) | undefined;
|
@@ -1596,10 +1592,10 @@ declare const VCalendarMonthDay: {
|
|
1596
1592
|
default?: (() => vue.VNodeChild) | undefined;
|
1597
1593
|
content?: (() => vue.VNodeChild) | undefined;
|
1598
1594
|
title?: ((arg: {
|
1599
|
-
title?:
|
1595
|
+
title?: number | string;
|
1600
1596
|
}) => vue.VNodeChild) | undefined;
|
1601
1597
|
event?: ((arg: {
|
1602
|
-
day?: Object
|
1598
|
+
day?: Object;
|
1603
1599
|
allDay: boolean;
|
1604
1600
|
event: Record<string, unknown>;
|
1605
1601
|
}) => vue.VNodeChild) | undefined;
|
@@ -1608,10 +1604,10 @@ declare const VCalendarMonthDay: {
|
|
1608
1604
|
default?: false | (() => vue.VNodeChild) | undefined;
|
1609
1605
|
content?: false | (() => vue.VNodeChild) | undefined;
|
1610
1606
|
title?: false | ((arg: {
|
1611
|
-
title?:
|
1607
|
+
title?: number | string;
|
1612
1608
|
}) => vue.VNodeChild) | undefined;
|
1613
1609
|
event?: false | ((arg: {
|
1614
|
-
day?: Object
|
1610
|
+
day?: Object;
|
1615
1611
|
allDay: boolean;
|
1616
1612
|
event: Record<string, unknown>;
|
1617
1613
|
}) => vue.VNodeChild) | undefined;
|
@@ -1620,10 +1616,10 @@ declare const VCalendarMonthDay: {
|
|
1620
1616
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
1621
1617
|
"v-slot:content"?: false | (() => vue.VNodeChild) | undefined;
|
1622
1618
|
"v-slot:title"?: false | ((arg: {
|
1623
|
-
title?:
|
1619
|
+
title?: number | string;
|
1624
1620
|
}) => vue.VNodeChild) | undefined;
|
1625
1621
|
"v-slot:event"?: false | ((arg: {
|
1626
|
-
day?: Object
|
1622
|
+
day?: Object;
|
1627
1623
|
allDay: boolean;
|
1628
1624
|
event: Record<string, unknown>;
|
1629
1625
|
}) => vue.VNodeChild) | undefined;
|
@@ -1631,24 +1627,16 @@ declare const VCalendarMonthDay: {
|
|
1631
1627
|
active: boolean;
|
1632
1628
|
disabled: boolean;
|
1633
1629
|
}, true, {}, vue.SlotsType<Partial<{
|
1634
|
-
default: () => vue.VNode
|
1635
|
-
|
1636
|
-
}>[];
|
1637
|
-
content: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1638
|
-
[key: string]: any;
|
1639
|
-
}>[];
|
1630
|
+
default: () => vue.VNode[];
|
1631
|
+
content: () => vue.VNode[];
|
1640
1632
|
title: (arg: {
|
1641
|
-
title?:
|
1642
|
-
}) => vue.VNode
|
1643
|
-
[key: string]: any;
|
1644
|
-
}>[];
|
1633
|
+
title?: number | string;
|
1634
|
+
}) => vue.VNode[];
|
1645
1635
|
event: (arg: {
|
1646
|
-
day?: Object
|
1636
|
+
day?: Object;
|
1647
1637
|
allDay: boolean;
|
1648
1638
|
event: Record<string, unknown>;
|
1649
|
-
}) => vue.VNode
|
1650
|
-
[key: string]: any;
|
1651
|
-
}>[];
|
1639
|
+
}) => vue.VNode[];
|
1652
1640
|
}>>, {
|
1653
1641
|
P: {};
|
1654
1642
|
B: {};
|
@@ -1669,10 +1657,10 @@ declare const VCalendarMonthDay: {
|
|
1669
1657
|
default?: (() => vue.VNodeChild) | undefined;
|
1670
1658
|
content?: (() => vue.VNodeChild) | undefined;
|
1671
1659
|
title?: ((arg: {
|
1672
|
-
title?:
|
1660
|
+
title?: number | string;
|
1673
1661
|
}) => vue.VNodeChild) | undefined;
|
1674
1662
|
event?: ((arg: {
|
1675
|
-
day?: Object
|
1663
|
+
day?: Object;
|
1676
1664
|
allDay: boolean;
|
1677
1665
|
event: Record<string, unknown>;
|
1678
1666
|
}) => vue.VNodeChild) | undefined;
|
@@ -1681,10 +1669,10 @@ declare const VCalendarMonthDay: {
|
|
1681
1669
|
default?: false | (() => vue.VNodeChild) | undefined;
|
1682
1670
|
content?: false | (() => vue.VNodeChild) | undefined;
|
1683
1671
|
title?: false | ((arg: {
|
1684
|
-
title?:
|
1672
|
+
title?: number | string;
|
1685
1673
|
}) => vue.VNodeChild) | undefined;
|
1686
1674
|
event?: false | ((arg: {
|
1687
|
-
day?: Object
|
1675
|
+
day?: Object;
|
1688
1676
|
allDay: boolean;
|
1689
1677
|
event: Record<string, unknown>;
|
1690
1678
|
}) => vue.VNodeChild) | undefined;
|
@@ -1693,10 +1681,10 @@ declare const VCalendarMonthDay: {
|
|
1693
1681
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
1694
1682
|
"v-slot:content"?: false | (() => vue.VNodeChild) | undefined;
|
1695
1683
|
"v-slot:title"?: false | ((arg: {
|
1696
|
-
title?:
|
1684
|
+
title?: number | string;
|
1697
1685
|
}) => vue.VNodeChild) | undefined;
|
1698
1686
|
"v-slot:event"?: false | ((arg: {
|
1699
|
-
day?: Object
|
1687
|
+
day?: Object;
|
1700
1688
|
allDay: boolean;
|
1701
1689
|
event: Record<string, unknown>;
|
1702
1690
|
}) => vue.VNodeChild) | undefined;
|
@@ -1704,9 +1692,9 @@ declare const VCalendarMonthDay: {
|
|
1704
1692
|
active: boolean;
|
1705
1693
|
disabled: boolean;
|
1706
1694
|
}>;
|
1707
|
-
__isFragment?:
|
1708
|
-
__isTeleport?:
|
1709
|
-
__isSuspense?:
|
1695
|
+
__isFragment?: never;
|
1696
|
+
__isTeleport?: never;
|
1697
|
+
__isSuspense?: never;
|
1710
1698
|
} & vue.ComponentOptionsBase<{
|
1711
1699
|
active: boolean;
|
1712
1700
|
disabled: boolean;
|
@@ -1720,10 +1708,10 @@ declare const VCalendarMonthDay: {
|
|
1720
1708
|
default?: (() => vue.VNodeChild) | undefined;
|
1721
1709
|
content?: (() => vue.VNodeChild) | undefined;
|
1722
1710
|
title?: ((arg: {
|
1723
|
-
title?:
|
1711
|
+
title?: number | string;
|
1724
1712
|
}) => vue.VNodeChild) | undefined;
|
1725
1713
|
event?: ((arg: {
|
1726
|
-
day?: Object
|
1714
|
+
day?: Object;
|
1727
1715
|
allDay: boolean;
|
1728
1716
|
event: Record<string, unknown>;
|
1729
1717
|
}) => vue.VNodeChild) | undefined;
|
@@ -1732,10 +1720,10 @@ declare const VCalendarMonthDay: {
|
|
1732
1720
|
default?: false | (() => vue.VNodeChild) | undefined;
|
1733
1721
|
content?: false | (() => vue.VNodeChild) | undefined;
|
1734
1722
|
title?: false | ((arg: {
|
1735
|
-
title?:
|
1723
|
+
title?: number | string;
|
1736
1724
|
}) => vue.VNodeChild) | undefined;
|
1737
1725
|
event?: false | ((arg: {
|
1738
|
-
day?: Object
|
1726
|
+
day?: Object;
|
1739
1727
|
allDay: boolean;
|
1740
1728
|
event: Record<string, unknown>;
|
1741
1729
|
}) => vue.VNodeChild) | undefined;
|
@@ -1744,10 +1732,10 @@ declare const VCalendarMonthDay: {
|
|
1744
1732
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
1745
1733
|
"v-slot:content"?: false | (() => vue.VNodeChild) | undefined;
|
1746
1734
|
"v-slot:title"?: false | ((arg: {
|
1747
|
-
title?:
|
1735
|
+
title?: number | string;
|
1748
1736
|
}) => vue.VNodeChild) | undefined;
|
1749
1737
|
"v-slot:event"?: false | ((arg: {
|
1750
|
-
day?: Object
|
1738
|
+
day?: Object;
|
1751
1739
|
allDay: boolean;
|
1752
1740
|
event: Record<string, unknown>;
|
1753
1741
|
}) => vue.VNodeChild) | undefined;
|
@@ -1755,24 +1743,16 @@ declare const VCalendarMonthDay: {
|
|
1755
1743
|
active: boolean;
|
1756
1744
|
disabled: boolean;
|
1757
1745
|
}, {}, string, vue.SlotsType<Partial<{
|
1758
|
-
default: () => vue.VNode
|
1759
|
-
|
1760
|
-
}>[];
|
1761
|
-
content: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1762
|
-
[key: string]: any;
|
1763
|
-
}>[];
|
1746
|
+
default: () => vue.VNode[];
|
1747
|
+
content: () => vue.VNode[];
|
1764
1748
|
title: (arg: {
|
1765
|
-
title?:
|
1766
|
-
}) => vue.VNode
|
1767
|
-
[key: string]: any;
|
1768
|
-
}>[];
|
1749
|
+
title?: number | string;
|
1750
|
+
}) => vue.VNode[];
|
1769
1751
|
event: (arg: {
|
1770
|
-
day?: Object
|
1752
|
+
day?: Object;
|
1771
1753
|
allDay: boolean;
|
1772
1754
|
event: Record<string, unknown>;
|
1773
|
-
}) => vue.VNode
|
1774
|
-
[key: string]: any;
|
1775
|
-
}>[];
|
1755
|
+
}) => vue.VNode[];
|
1776
1756
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
1777
1757
|
active: BooleanConstructor;
|
1778
1758
|
color: StringConstructor;
|
@@ -1786,10 +1766,12 @@ declare const VCalendarMonthDay: {
|
|
1786
1766
|
isArray(arg: any): arg is any[];
|
1787
1767
|
readonly prototype: any[];
|
1788
1768
|
from<T>(arrayLike: ArrayLike<T>): T[];
|
1789
|
-
from<
|
1790
|
-
from<
|
1791
|
-
from<
|
1792
|
-
of<
|
1769
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
1770
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
1771
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
1772
|
+
of<T>(...items: T[]): T[];
|
1773
|
+
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
1774
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
1793
1775
|
readonly [Symbol.species]: ArrayConstructor;
|
1794
1776
|
};
|
1795
1777
|
title: (StringConstructor | NumberConstructor)[];
|
@@ -1806,10 +1788,12 @@ declare const VCalendarMonthDay: {
|
|
1806
1788
|
isArray(arg: any): arg is any[];
|
1807
1789
|
readonly prototype: any[];
|
1808
1790
|
from<T>(arrayLike: ArrayLike<T>): T[];
|
1809
|
-
from<
|
1810
|
-
from<
|
1811
|
-
from<
|
1812
|
-
of<
|
1791
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
1792
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
1793
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
1794
|
+
of<T>(...items: T[]): T[];
|
1795
|
+
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
1796
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
1813
1797
|
readonly [Symbol.species]: ArrayConstructor;
|
1814
1798
|
};
|
1815
1799
|
title: (StringConstructor | NumberConstructor)[];
|
@@ -1820,6 +1804,22 @@ type Density = null | 'default' | 'comfortable' | 'compact';
|
|
1820
1804
|
|
1821
1805
|
type ValidationResult = string | boolean;
|
1822
1806
|
type ValidationRule$1 = ValidationResult | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>);
|
1807
|
+
type ValidateOnValue = 'blur' | 'input' | 'submit';
|
1808
|
+
interface ValidationProps {
|
1809
|
+
disabled: boolean | null;
|
1810
|
+
error: boolean;
|
1811
|
+
errorMessages: string | readonly string[] | null;
|
1812
|
+
focused: boolean;
|
1813
|
+
maxErrors: string | number;
|
1814
|
+
name: string | undefined;
|
1815
|
+
label: string | undefined;
|
1816
|
+
readonly: boolean | null;
|
1817
|
+
rules: readonly ValidationRule$1[];
|
1818
|
+
modelValue: any;
|
1819
|
+
'onUpdate:modelValue': EventProp | undefined;
|
1820
|
+
validateOn?: ValidateOnValue | `${ValidateOnValue} lazy` | `lazy ${ValidateOnValue}` | 'lazy';
|
1821
|
+
validationValue: any;
|
1822
|
+
}
|
1823
1823
|
|
1824
1824
|
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
1825
1825
|
declare const IconValue: PropType<IconValue>;
|
@@ -1850,7 +1850,7 @@ declare const VDateInput: {
|
|
1850
1850
|
rules: readonly ValidationRule$1[];
|
1851
1851
|
tile: boolean;
|
1852
1852
|
density: Density;
|
1853
|
-
prependIcon:
|
1853
|
+
prependIcon: IconValue;
|
1854
1854
|
clearIcon: IconValue;
|
1855
1855
|
hideSpinButtons: boolean;
|
1856
1856
|
persistentHint: boolean;
|
@@ -1869,18 +1869,18 @@ declare const VDateInput: {
|
|
1869
1869
|
viewMode: "month" | "year" | "months";
|
1870
1870
|
showAdjacentMonths: boolean;
|
1871
1871
|
weekdays: number[];
|
1872
|
-
weeksInMonth:
|
1872
|
+
weeksInMonth: "static" | "dynamic";
|
1873
1873
|
hideWeekdays: boolean;
|
1874
1874
|
showWeek: boolean;
|
1875
1875
|
hideHeader: boolean;
|
1876
1876
|
hideActions: boolean;
|
1877
1877
|
} & {
|
1878
|
+
name?: string | undefined;
|
1878
1879
|
max?: unknown;
|
1879
|
-
location?: Anchor | undefined;
|
1880
|
+
location?: Anchor | null | undefined;
|
1880
1881
|
id?: string | undefined;
|
1881
1882
|
height?: string | number | undefined;
|
1882
1883
|
width?: string | number | undefined;
|
1883
|
-
name?: string | undefined;
|
1884
1884
|
min?: unknown;
|
1885
1885
|
border?: string | number | boolean | undefined;
|
1886
1886
|
color?: string | undefined;
|
@@ -1937,7 +1937,7 @@ declare const VDateInput: {
|
|
1937
1937
|
} & {
|
1938
1938
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
1939
1939
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
1940
|
-
'update:modelValue': (val: string) =>
|
1940
|
+
'update:modelValue': (val: string) => true;
|
1941
1941
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
1942
1942
|
flat: boolean;
|
1943
1943
|
reverse: boolean;
|
@@ -1963,7 +1963,7 @@ declare const VDateInput: {
|
|
1963
1963
|
rules: readonly ValidationRule$1[];
|
1964
1964
|
tile: boolean;
|
1965
1965
|
density: Density;
|
1966
|
-
prependIcon:
|
1966
|
+
prependIcon: IconValue;
|
1967
1967
|
clearIcon: IconValue;
|
1968
1968
|
hideSpinButtons: boolean;
|
1969
1969
|
persistentHint: boolean;
|
@@ -1982,18 +1982,18 @@ declare const VDateInput: {
|
|
1982
1982
|
viewMode: "month" | "year" | "months";
|
1983
1983
|
showAdjacentMonths: boolean;
|
1984
1984
|
weekdays: number[];
|
1985
|
-
weeksInMonth:
|
1985
|
+
weeksInMonth: "static" | "dynamic";
|
1986
1986
|
hideWeekdays: boolean;
|
1987
1987
|
showWeek: boolean;
|
1988
1988
|
hideHeader: boolean;
|
1989
1989
|
hideActions: boolean;
|
1990
1990
|
} & {
|
1991
|
+
name?: string | undefined;
|
1991
1992
|
max?: unknown;
|
1992
|
-
location?: Anchor | undefined;
|
1993
|
+
location?: Anchor | null | undefined;
|
1993
1994
|
id?: string | undefined;
|
1994
1995
|
height?: string | number | undefined;
|
1995
1996
|
width?: string | number | undefined;
|
1996
|
-
name?: string | undefined;
|
1997
1997
|
min?: unknown;
|
1998
1998
|
border?: string | number | boolean | undefined;
|
1999
1999
|
color?: string | undefined;
|
@@ -2075,7 +2075,7 @@ declare const VDateInput: {
|
|
2075
2075
|
rounded: string | number | boolean;
|
2076
2076
|
tile: boolean;
|
2077
2077
|
density: Density;
|
2078
|
-
prependIcon:
|
2078
|
+
prependIcon: IconValue;
|
2079
2079
|
clearIcon: IconValue;
|
2080
2080
|
centerAffix: boolean;
|
2081
2081
|
hideSpinButtons: boolean;
|
@@ -2095,15 +2095,13 @@ declare const VDateInput: {
|
|
2095
2095
|
viewMode: "month" | "year" | "months";
|
2096
2096
|
showAdjacentMonths: boolean;
|
2097
2097
|
weekdays: number[];
|
2098
|
-
weeksInMonth:
|
2098
|
+
weeksInMonth: "static" | "dynamic";
|
2099
2099
|
hideWeekdays: boolean;
|
2100
2100
|
showWeek: boolean;
|
2101
2101
|
hideHeader: boolean;
|
2102
2102
|
hideActions: boolean;
|
2103
2103
|
}, true, {}, vue.SlotsType<Partial<{
|
2104
|
-
default: () => vue.VNode
|
2105
|
-
[key: string]: any;
|
2106
|
-
}>[];
|
2104
|
+
default: () => vue.VNode[];
|
2107
2105
|
}>>, {
|
2108
2106
|
P: {};
|
2109
2107
|
B: {};
|
@@ -2136,7 +2134,7 @@ declare const VDateInput: {
|
|
2136
2134
|
rules: readonly ValidationRule$1[];
|
2137
2135
|
tile: boolean;
|
2138
2136
|
density: Density;
|
2139
|
-
prependIcon:
|
2137
|
+
prependIcon: IconValue;
|
2140
2138
|
clearIcon: IconValue;
|
2141
2139
|
hideSpinButtons: boolean;
|
2142
2140
|
persistentHint: boolean;
|
@@ -2155,18 +2153,18 @@ declare const VDateInput: {
|
|
2155
2153
|
viewMode: "month" | "year" | "months";
|
2156
2154
|
showAdjacentMonths: boolean;
|
2157
2155
|
weekdays: number[];
|
2158
|
-
weeksInMonth:
|
2156
|
+
weeksInMonth: "static" | "dynamic";
|
2159
2157
|
hideWeekdays: boolean;
|
2160
2158
|
showWeek: boolean;
|
2161
2159
|
hideHeader: boolean;
|
2162
2160
|
hideActions: boolean;
|
2163
2161
|
} & {
|
2162
|
+
name?: string | undefined;
|
2164
2163
|
max?: unknown;
|
2165
|
-
location?: Anchor | undefined;
|
2164
|
+
location?: Anchor | null | undefined;
|
2166
2165
|
id?: string | undefined;
|
2167
2166
|
height?: string | number | undefined;
|
2168
2167
|
width?: string | number | undefined;
|
2169
|
-
name?: string | undefined;
|
2170
2168
|
min?: unknown;
|
2171
2169
|
border?: string | number | boolean | undefined;
|
2172
2170
|
color?: string | undefined;
|
@@ -2248,7 +2246,7 @@ declare const VDateInput: {
|
|
2248
2246
|
rounded: string | number | boolean;
|
2249
2247
|
tile: boolean;
|
2250
2248
|
density: Density;
|
2251
|
-
prependIcon:
|
2249
|
+
prependIcon: IconValue;
|
2252
2250
|
clearIcon: IconValue;
|
2253
2251
|
centerAffix: boolean;
|
2254
2252
|
hideSpinButtons: boolean;
|
@@ -2268,15 +2266,15 @@ declare const VDateInput: {
|
|
2268
2266
|
viewMode: "month" | "year" | "months";
|
2269
2267
|
showAdjacentMonths: boolean;
|
2270
2268
|
weekdays: number[];
|
2271
|
-
weeksInMonth:
|
2269
|
+
weeksInMonth: "static" | "dynamic";
|
2272
2270
|
hideWeekdays: boolean;
|
2273
2271
|
showWeek: boolean;
|
2274
2272
|
hideHeader: boolean;
|
2275
2273
|
hideActions: boolean;
|
2276
2274
|
}>;
|
2277
|
-
__isFragment?:
|
2278
|
-
__isTeleport?:
|
2279
|
-
__isSuspense?:
|
2275
|
+
__isFragment?: never;
|
2276
|
+
__isTeleport?: never;
|
2277
|
+
__isSuspense?: never;
|
2280
2278
|
} & vue.ComponentOptionsBase<{
|
2281
2279
|
flat: boolean;
|
2282
2280
|
reverse: boolean;
|
@@ -2302,7 +2300,7 @@ declare const VDateInput: {
|
|
2302
2300
|
rules: readonly ValidationRule$1[];
|
2303
2301
|
tile: boolean;
|
2304
2302
|
density: Density;
|
2305
|
-
prependIcon:
|
2303
|
+
prependIcon: IconValue;
|
2306
2304
|
clearIcon: IconValue;
|
2307
2305
|
hideSpinButtons: boolean;
|
2308
2306
|
persistentHint: boolean;
|
@@ -2321,18 +2319,18 @@ declare const VDateInput: {
|
|
2321
2319
|
viewMode: "month" | "year" | "months";
|
2322
2320
|
showAdjacentMonths: boolean;
|
2323
2321
|
weekdays: number[];
|
2324
|
-
weeksInMonth:
|
2322
|
+
weeksInMonth: "static" | "dynamic";
|
2325
2323
|
hideWeekdays: boolean;
|
2326
2324
|
showWeek: boolean;
|
2327
2325
|
hideHeader: boolean;
|
2328
2326
|
hideActions: boolean;
|
2329
2327
|
} & {
|
2328
|
+
name?: string | undefined;
|
2330
2329
|
max?: unknown;
|
2331
|
-
location?: Anchor | undefined;
|
2330
|
+
location?: Anchor | null | undefined;
|
2332
2331
|
id?: string | undefined;
|
2333
2332
|
height?: string | number | undefined;
|
2334
2333
|
width?: string | number | undefined;
|
2335
|
-
name?: string | undefined;
|
2336
2334
|
min?: unknown;
|
2337
2335
|
border?: string | number | boolean | undefined;
|
2338
2336
|
color?: string | undefined;
|
@@ -2389,7 +2387,7 @@ declare const VDateInput: {
|
|
2389
2387
|
} & {
|
2390
2388
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
2391
2389
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
2392
|
-
'update:modelValue': (val: string) =>
|
2390
|
+
'update:modelValue': (val: string) => true;
|
2393
2391
|
}, string, {
|
2394
2392
|
flat: boolean;
|
2395
2393
|
reverse: boolean;
|
@@ -2416,7 +2414,7 @@ declare const VDateInput: {
|
|
2416
2414
|
rounded: string | number | boolean;
|
2417
2415
|
tile: boolean;
|
2418
2416
|
density: Density;
|
2419
|
-
prependIcon:
|
2417
|
+
prependIcon: IconValue;
|
2420
2418
|
clearIcon: IconValue;
|
2421
2419
|
centerAffix: boolean;
|
2422
2420
|
hideSpinButtons: boolean;
|
@@ -2436,18 +2434,16 @@ declare const VDateInput: {
|
|
2436
2434
|
viewMode: "month" | "year" | "months";
|
2437
2435
|
showAdjacentMonths: boolean;
|
2438
2436
|
weekdays: number[];
|
2439
|
-
weeksInMonth:
|
2437
|
+
weeksInMonth: "static" | "dynamic";
|
2440
2438
|
hideWeekdays: boolean;
|
2441
2439
|
showWeek: boolean;
|
2442
2440
|
hideHeader: boolean;
|
2443
2441
|
hideActions: boolean;
|
2444
2442
|
}, {}, string, vue.SlotsType<Partial<{
|
2445
|
-
default: () => vue.VNode
|
2446
|
-
[key: string]: any;
|
2447
|
-
}>[];
|
2443
|
+
default: () => vue.VNode[];
|
2448
2444
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
2449
2445
|
max: vue.PropType<unknown>;
|
2450
|
-
location: vue.PropType<Anchor>;
|
2446
|
+
location: vue.PropType<Anchor | null>;
|
2451
2447
|
height: (StringConstructor | NumberConstructor)[];
|
2452
2448
|
width: (StringConstructor | NumberConstructor)[];
|
2453
2449
|
min: vue.PropType<unknown>;
|
@@ -2479,10 +2475,10 @@ declare const VDateInput: {
|
|
2479
2475
|
};
|
2480
2476
|
text: StringConstructor;
|
2481
2477
|
disabled: BooleanConstructor;
|
2482
|
-
multiple: vue.PropType<
|
2478
|
+
multiple: vue.PropType<boolean | "range" | number | (string & {})>;
|
2483
2479
|
month: (StringConstructor | NumberConstructor)[];
|
2484
2480
|
year: NumberConstructor;
|
2485
|
-
class: vue.PropType<
|
2481
|
+
class: vue.PropType<ClassValue>;
|
2486
2482
|
tag: {
|
2487
2483
|
type: StringConstructor;
|
2488
2484
|
default: string;
|
@@ -2517,7 +2513,7 @@ declare const VDateInput: {
|
|
2517
2513
|
default: string;
|
2518
2514
|
};
|
2519
2515
|
viewMode: {
|
2520
|
-
type: vue.PropType<"month" | "
|
2516
|
+
type: vue.PropType<"month" | "months" | "year">;
|
2521
2517
|
default: string;
|
2522
2518
|
};
|
2523
2519
|
showAdjacentMonths: BooleanConstructor;
|
@@ -2530,23 +2526,25 @@ declare const VDateInput: {
|
|
2530
2526
|
isArray(arg: any): arg is any[];
|
2531
2527
|
readonly prototype: any[];
|
2532
2528
|
from<T>(arrayLike: ArrayLike<T>): T[];
|
2533
|
-
from<
|
2534
|
-
from<
|
2535
|
-
from<
|
2536
|
-
of<
|
2529
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
2530
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
2531
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
2532
|
+
of<T>(...items: T[]): T[];
|
2533
|
+
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
2534
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
2537
2535
|
readonly [Symbol.species]: ArrayConstructor;
|
2538
2536
|
};
|
2539
2537
|
default: () => number[];
|
2540
2538
|
};
|
2541
2539
|
weeksInMonth: Omit<Omit<{
|
2542
|
-
type: vue.PropType<"
|
2540
|
+
type: vue.PropType<"dynamic" | "static">;
|
2543
2541
|
default: string;
|
2544
2542
|
}, "type" | "default"> & {
|
2545
|
-
type: vue.PropType<
|
2543
|
+
type: vue.PropType<"static" | "dynamic">;
|
2546
2544
|
default: NonNullable<"static" | "dynamic">;
|
2547
2545
|
}, "type" | "default"> & {
|
2548
|
-
type: vue.PropType<
|
2549
|
-
default: NonNullable<
|
2546
|
+
type: vue.PropType<"static" | "dynamic">;
|
2547
|
+
default: NonNullable<"static" | "dynamic">;
|
2550
2548
|
};
|
2551
2549
|
firstDayOfWeek: (StringConstructor | NumberConstructor)[];
|
2552
2550
|
allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
|
@@ -2605,7 +2603,7 @@ declare const VDateInput: {
|
|
2605
2603
|
type: vue.PropType<readonly ValidationRule$1[]>;
|
2606
2604
|
default: () => never[];
|
2607
2605
|
};
|
2608
|
-
validateOn: vue.PropType<"
|
2606
|
+
validateOn: vue.PropType<ValidationProps["validateOn"]>;
|
2609
2607
|
validationValue: null;
|
2610
2608
|
density: {
|
2611
2609
|
type: vue.PropType<Density>;
|
@@ -2615,7 +2613,7 @@ declare const VDateInput: {
|
|
2615
2613
|
id: StringConstructor;
|
2616
2614
|
appendIcon: vue.PropType<IconValue>;
|
2617
2615
|
prependIcon: {
|
2618
|
-
type: vue.PropType<
|
2616
|
+
type: vue.PropType<IconValue>;
|
2619
2617
|
default: NonNullable<IconValue>;
|
2620
2618
|
};
|
2621
2619
|
hideDetails: vue.PropType<boolean | "auto">;
|
@@ -2661,7 +2659,7 @@ declare const VDateInput: {
|
|
2661
2659
|
hideActions: BooleanConstructor;
|
2662
2660
|
}, vue.ExtractPropTypes<{
|
2663
2661
|
max: vue.PropType<unknown>;
|
2664
|
-
location: vue.PropType<Anchor>;
|
2662
|
+
location: vue.PropType<Anchor | null>;
|
2665
2663
|
height: (StringConstructor | NumberConstructor)[];
|
2666
2664
|
width: (StringConstructor | NumberConstructor)[];
|
2667
2665
|
min: vue.PropType<unknown>;
|
@@ -2693,10 +2691,10 @@ declare const VDateInput: {
|
|
2693
2691
|
};
|
2694
2692
|
text: StringConstructor;
|
2695
2693
|
disabled: BooleanConstructor;
|
2696
|
-
multiple: vue.PropType<
|
2694
|
+
multiple: vue.PropType<boolean | "range" | number | (string & {})>;
|
2697
2695
|
month: (StringConstructor | NumberConstructor)[];
|
2698
2696
|
year: NumberConstructor;
|
2699
|
-
class: vue.PropType<
|
2697
|
+
class: vue.PropType<ClassValue>;
|
2700
2698
|
tag: {
|
2701
2699
|
type: StringConstructor;
|
2702
2700
|
default: string;
|
@@ -2731,7 +2729,7 @@ declare const VDateInput: {
|
|
2731
2729
|
default: string;
|
2732
2730
|
};
|
2733
2731
|
viewMode: {
|
2734
|
-
type: vue.PropType<"month" | "
|
2732
|
+
type: vue.PropType<"month" | "months" | "year">;
|
2735
2733
|
default: string;
|
2736
2734
|
};
|
2737
2735
|
showAdjacentMonths: BooleanConstructor;
|
@@ -2744,23 +2742,25 @@ declare const VDateInput: {
|
|
2744
2742
|
isArray(arg: any): arg is any[];
|
2745
2743
|
readonly prototype: any[];
|
2746
2744
|
from<T>(arrayLike: ArrayLike<T>): T[];
|
2747
|
-
from<
|
2748
|
-
from<
|
2749
|
-
from<
|
2750
|
-
of<
|
2745
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
2746
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
2747
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
2748
|
+
of<T>(...items: T[]): T[];
|
2749
|
+
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
2750
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
2751
2751
|
readonly [Symbol.species]: ArrayConstructor;
|
2752
2752
|
};
|
2753
2753
|
default: () => number[];
|
2754
2754
|
};
|
2755
2755
|
weeksInMonth: Omit<Omit<{
|
2756
|
-
type: vue.PropType<"
|
2756
|
+
type: vue.PropType<"dynamic" | "static">;
|
2757
2757
|
default: string;
|
2758
2758
|
}, "type" | "default"> & {
|
2759
|
-
type: vue.PropType<
|
2759
|
+
type: vue.PropType<"static" | "dynamic">;
|
2760
2760
|
default: NonNullable<"static" | "dynamic">;
|
2761
2761
|
}, "type" | "default"> & {
|
2762
|
-
type: vue.PropType<
|
2763
|
-
default: NonNullable<
|
2762
|
+
type: vue.PropType<"static" | "dynamic">;
|
2763
|
+
default: NonNullable<"static" | "dynamic">;
|
2764
2764
|
};
|
2765
2765
|
firstDayOfWeek: (StringConstructor | NumberConstructor)[];
|
2766
2766
|
allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
|
@@ -2819,7 +2819,7 @@ declare const VDateInput: {
|
|
2819
2819
|
type: vue.PropType<readonly ValidationRule$1[]>;
|
2820
2820
|
default: () => never[];
|
2821
2821
|
};
|
2822
|
-
validateOn: vue.PropType<"
|
2822
|
+
validateOn: vue.PropType<ValidationProps["validateOn"]>;
|
2823
2823
|
validationValue: null;
|
2824
2824
|
density: {
|
2825
2825
|
type: vue.PropType<Density>;
|
@@ -2829,7 +2829,7 @@ declare const VDateInput: {
|
|
2829
2829
|
id: StringConstructor;
|
2830
2830
|
appendIcon: vue.PropType<IconValue>;
|
2831
2831
|
prependIcon: {
|
2832
|
-
type: vue.PropType<
|
2832
|
+
type: vue.PropType<IconValue>;
|
2833
2833
|
default: NonNullable<IconValue>;
|
2834
2834
|
};
|
2835
2835
|
hideDetails: vue.PropType<boolean | "auto">;
|
@@ -2954,9 +2954,9 @@ declare const VNumberInput: {
|
|
2954
2954
|
hideInput: boolean;
|
2955
2955
|
controlVariant: ControlVariant;
|
2956
2956
|
} & {
|
2957
|
+
name?: string | undefined;
|
2957
2958
|
id?: string | undefined;
|
2958
2959
|
width?: string | number | undefined;
|
2959
|
-
name?: string | undefined;
|
2960
2960
|
color?: string | undefined;
|
2961
2961
|
maxWidth?: string | number | undefined;
|
2962
2962
|
minWidth?: string | number | undefined;
|
@@ -3047,7 +3047,7 @@ declare const VNumberInput: {
|
|
3047
3047
|
} & {
|
3048
3048
|
"onUpdate:modelValue"?: ((val: number) => any) | undefined;
|
3049
3049
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
3050
|
-
'update:modelValue': (val: number) =>
|
3050
|
+
'update:modelValue': (val: number) => true;
|
3051
3051
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
3052
3052
|
flat: boolean;
|
3053
3053
|
reverse: boolean;
|
@@ -3084,9 +3084,9 @@ declare const VNumberInput: {
|
|
3084
3084
|
hideInput: boolean;
|
3085
3085
|
controlVariant: ControlVariant;
|
3086
3086
|
} & {
|
3087
|
+
name?: string | undefined;
|
3087
3088
|
id?: string | undefined;
|
3088
3089
|
width?: string | number | undefined;
|
3089
|
-
name?: string | undefined;
|
3090
3090
|
color?: string | undefined;
|
3091
3091
|
maxWidth?: string | number | undefined;
|
3092
3092
|
minWidth?: string | number | undefined;
|
@@ -3214,47 +3214,23 @@ declare const VNumberInput: {
|
|
3214
3214
|
hideInput: boolean;
|
3215
3215
|
controlVariant: ControlVariant;
|
3216
3216
|
}, true, {}, vue.SlotsType<Partial<{
|
3217
|
-
message: (arg: VMessageSlot) => vue.VNode
|
3218
|
-
[key: string]: any;
|
3219
|
-
}>[];
|
3217
|
+
message: (arg: VMessageSlot) => vue.VNode[];
|
3220
3218
|
clear: (arg: DefaultInputSlot & {
|
3221
3219
|
props: Record<string, any>;
|
3222
|
-
}) => vue.VNode
|
3223
|
-
|
3224
|
-
}>[];
|
3225
|
-
details: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
3226
|
-
[key: string]: any;
|
3227
|
-
}>[];
|
3220
|
+
}) => vue.VNode[];
|
3221
|
+
details: (arg: VInputSlot) => vue.VNode[];
|
3228
3222
|
label: (arg: DefaultInputSlot & {
|
3229
3223
|
label: string | undefined;
|
3230
3224
|
props: Record<string, any>;
|
3231
|
-
}) => vue.VNode
|
3232
|
-
|
3233
|
-
|
3234
|
-
|
3235
|
-
|
3236
|
-
|
3237
|
-
|
3238
|
-
|
3239
|
-
|
3240
|
-
counter: (arg: VCounterSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
3241
|
-
[key: string]: any;
|
3242
|
-
}>[];
|
3243
|
-
loader: (arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
3244
|
-
[key: string]: any;
|
3245
|
-
}>[];
|
3246
|
-
'prepend-inner': (arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
3247
|
-
[key: string]: any;
|
3248
|
-
}>[];
|
3249
|
-
'append-inner': (arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
3250
|
-
[key: string]: any;
|
3251
|
-
}>[];
|
3252
|
-
increment: (arg: ControlSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
3253
|
-
[key: string]: any;
|
3254
|
-
}>[];
|
3255
|
-
decrement: (arg: ControlSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
3256
|
-
[key: string]: any;
|
3257
|
-
}>[];
|
3225
|
+
}) => vue.VNode[];
|
3226
|
+
append: (arg: VInputSlot) => vue.VNode[];
|
3227
|
+
prepend: (arg: VInputSlot) => vue.VNode[];
|
3228
|
+
counter: (arg: VCounterSlot) => vue.VNode[];
|
3229
|
+
loader: (arg: LoaderSlotProps) => vue.VNode[];
|
3230
|
+
'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
3231
|
+
'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
3232
|
+
increment: (arg: ControlSlot) => vue.VNode[];
|
3233
|
+
decrement: (arg: ControlSlot) => vue.VNode[];
|
3258
3234
|
}>>, {
|
3259
3235
|
P: {};
|
3260
3236
|
B: {};
|
@@ -3298,9 +3274,9 @@ declare const VNumberInput: {
|
|
3298
3274
|
hideInput: boolean;
|
3299
3275
|
controlVariant: ControlVariant;
|
3300
3276
|
} & {
|
3277
|
+
name?: string | undefined;
|
3301
3278
|
id?: string | undefined;
|
3302
3279
|
width?: string | number | undefined;
|
3303
|
-
name?: string | undefined;
|
3304
3280
|
color?: string | undefined;
|
3305
3281
|
maxWidth?: string | number | undefined;
|
3306
3282
|
minWidth?: string | number | undefined;
|
@@ -3428,9 +3404,9 @@ declare const VNumberInput: {
|
|
3428
3404
|
hideInput: boolean;
|
3429
3405
|
controlVariant: ControlVariant;
|
3430
3406
|
}>;
|
3431
|
-
__isFragment?:
|
3432
|
-
__isTeleport?:
|
3433
|
-
__isSuspense?:
|
3407
|
+
__isFragment?: never;
|
3408
|
+
__isTeleport?: never;
|
3409
|
+
__isSuspense?: never;
|
3434
3410
|
} & vue.ComponentOptionsBase<{
|
3435
3411
|
flat: boolean;
|
3436
3412
|
reverse: boolean;
|
@@ -3467,9 +3443,9 @@ declare const VNumberInput: {
|
|
3467
3443
|
hideInput: boolean;
|
3468
3444
|
controlVariant: ControlVariant;
|
3469
3445
|
} & {
|
3446
|
+
name?: string | undefined;
|
3470
3447
|
id?: string | undefined;
|
3471
3448
|
width?: string | number | undefined;
|
3472
|
-
name?: string | undefined;
|
3473
3449
|
color?: string | undefined;
|
3474
3450
|
maxWidth?: string | number | undefined;
|
3475
3451
|
minWidth?: string | number | undefined;
|
@@ -3560,7 +3536,7 @@ declare const VNumberInput: {
|
|
3560
3536
|
} & {
|
3561
3537
|
"onUpdate:modelValue"?: ((val: number) => any) | undefined;
|
3562
3538
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
3563
|
-
'update:modelValue': (val: number) =>
|
3539
|
+
'update:modelValue': (val: number) => true;
|
3564
3540
|
}, string, {
|
3565
3541
|
flat: boolean;
|
3566
3542
|
reverse: boolean;
|
@@ -3599,47 +3575,23 @@ declare const VNumberInput: {
|
|
3599
3575
|
hideInput: boolean;
|
3600
3576
|
controlVariant: ControlVariant;
|
3601
3577
|
}, {}, string, vue.SlotsType<Partial<{
|
3602
|
-
message: (arg: VMessageSlot) => vue.VNode
|
3603
|
-
[key: string]: any;
|
3604
|
-
}>[];
|
3578
|
+
message: (arg: VMessageSlot) => vue.VNode[];
|
3605
3579
|
clear: (arg: DefaultInputSlot & {
|
3606
3580
|
props: Record<string, any>;
|
3607
|
-
}) => vue.VNode
|
3608
|
-
|
3609
|
-
}>[];
|
3610
|
-
details: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
3611
|
-
[key: string]: any;
|
3612
|
-
}>[];
|
3581
|
+
}) => vue.VNode[];
|
3582
|
+
details: (arg: VInputSlot) => vue.VNode[];
|
3613
3583
|
label: (arg: DefaultInputSlot & {
|
3614
3584
|
label: string | undefined;
|
3615
3585
|
props: Record<string, any>;
|
3616
|
-
}) => vue.VNode
|
3617
|
-
|
3618
|
-
|
3619
|
-
|
3620
|
-
|
3621
|
-
|
3622
|
-
|
3623
|
-
|
3624
|
-
|
3625
|
-
counter: (arg: VCounterSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
3626
|
-
[key: string]: any;
|
3627
|
-
}>[];
|
3628
|
-
loader: (arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
3629
|
-
[key: string]: any;
|
3630
|
-
}>[];
|
3631
|
-
'prepend-inner': (arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
3632
|
-
[key: string]: any;
|
3633
|
-
}>[];
|
3634
|
-
'append-inner': (arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
3635
|
-
[key: string]: any;
|
3636
|
-
}>[];
|
3637
|
-
increment: (arg: ControlSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
3638
|
-
[key: string]: any;
|
3639
|
-
}>[];
|
3640
|
-
decrement: (arg: ControlSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
3641
|
-
[key: string]: any;
|
3642
|
-
}>[];
|
3586
|
+
}) => vue.VNode[];
|
3587
|
+
append: (arg: VInputSlot) => vue.VNode[];
|
3588
|
+
prepend: (arg: VInputSlot) => vue.VNode[];
|
3589
|
+
counter: (arg: VCounterSlot) => vue.VNode[];
|
3590
|
+
loader: (arg: LoaderSlotProps) => vue.VNode[];
|
3591
|
+
'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
3592
|
+
'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
3593
|
+
increment: (arg: ControlSlot) => vue.VNode[];
|
3594
|
+
decrement: (arg: ControlSlot) => vue.VNode[];
|
3643
3595
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
3644
3596
|
flat: BooleanConstructor;
|
3645
3597
|
reverse: BooleanConstructor;
|
@@ -3648,6 +3600,7 @@ declare const VNumberInput: {
|
|
3648
3600
|
default: string;
|
3649
3601
|
validator: (v: any) => boolean;
|
3650
3602
|
};
|
3603
|
+
name: StringConstructor;
|
3651
3604
|
type: {
|
3652
3605
|
type: StringConstructor;
|
3653
3606
|
default: string;
|
@@ -3656,7 +3609,6 @@ declare const VNumberInput: {
|
|
3656
3609
|
id: StringConstructor;
|
3657
3610
|
width: (StringConstructor | NumberConstructor)[];
|
3658
3611
|
active: BooleanConstructor;
|
3659
|
-
name: StringConstructor;
|
3660
3612
|
color: StringConstructor;
|
3661
3613
|
direction: {
|
3662
3614
|
type: PropType<"horizontal" | "vertical">;
|
@@ -3682,7 +3634,7 @@ declare const VNumberInput: {
|
|
3682
3634
|
type: PropType<boolean | null>;
|
3683
3635
|
default: null;
|
3684
3636
|
};
|
3685
|
-
class: PropType<
|
3637
|
+
class: PropType<ClassValue>;
|
3686
3638
|
placeholder: StringConstructor;
|
3687
3639
|
theme: StringConstructor;
|
3688
3640
|
messages: {
|
@@ -3704,7 +3656,7 @@ declare const VNumberInput: {
|
|
3704
3656
|
type: PropType<readonly ValidationRule$1[]>;
|
3705
3657
|
default: () => never[];
|
3706
3658
|
};
|
3707
|
-
validateOn: PropType<"
|
3659
|
+
validateOn: PropType<ValidationProps["validateOn"]>;
|
3708
3660
|
validationValue: null;
|
3709
3661
|
rounded: {
|
3710
3662
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
@@ -3776,6 +3728,7 @@ declare const VNumberInput: {
|
|
3776
3728
|
default: string;
|
3777
3729
|
validator: (v: any) => boolean;
|
3778
3730
|
};
|
3731
|
+
name: StringConstructor;
|
3779
3732
|
type: {
|
3780
3733
|
type: StringConstructor;
|
3781
3734
|
default: string;
|
@@ -3784,7 +3737,6 @@ declare const VNumberInput: {
|
|
3784
3737
|
id: StringConstructor;
|
3785
3738
|
width: (StringConstructor | NumberConstructor)[];
|
3786
3739
|
active: BooleanConstructor;
|
3787
|
-
name: StringConstructor;
|
3788
3740
|
color: StringConstructor;
|
3789
3741
|
direction: {
|
3790
3742
|
type: PropType<"horizontal" | "vertical">;
|
@@ -3810,7 +3762,7 @@ declare const VNumberInput: {
|
|
3810
3762
|
type: PropType<boolean | null>;
|
3811
3763
|
default: null;
|
3812
3764
|
};
|
3813
|
-
class: PropType<
|
3765
|
+
class: PropType<ClassValue>;
|
3814
3766
|
placeholder: StringConstructor;
|
3815
3767
|
theme: StringConstructor;
|
3816
3768
|
messages: {
|
@@ -3832,7 +3784,7 @@ declare const VNumberInput: {
|
|
3832
3784
|
type: PropType<readonly ValidationRule$1[]>;
|
3833
3785
|
default: () => never[];
|
3834
3786
|
};
|
3835
|
-
validateOn: PropType<"
|
3787
|
+
validateOn: PropType<ValidationProps["validateOn"]>;
|
3836
3788
|
validationValue: null;
|
3837
3789
|
rounded: {
|
3838
3790
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
@@ -3907,7 +3859,7 @@ declare const VPicker: {
|
|
3907
3859
|
tile: boolean;
|
3908
3860
|
hideHeader: boolean;
|
3909
3861
|
} & {
|
3910
|
-
location?: Anchor | undefined;
|
3862
|
+
location?: Anchor | null | undefined;
|
3911
3863
|
height?: string | number | undefined;
|
3912
3864
|
width?: string | number | undefined;
|
3913
3865
|
border?: string | number | boolean | undefined;
|
@@ -3948,7 +3900,7 @@ declare const VPicker: {
|
|
3948
3900
|
tile: boolean;
|
3949
3901
|
hideHeader: boolean;
|
3950
3902
|
} & {
|
3951
|
-
location?: Anchor | undefined;
|
3903
|
+
location?: Anchor | null | undefined;
|
3952
3904
|
height?: string | number | undefined;
|
3953
3905
|
width?: string | number | undefined;
|
3954
3906
|
border?: string | number | boolean | undefined;
|
@@ -3990,18 +3942,10 @@ declare const VPicker: {
|
|
3990
3942
|
tile: boolean;
|
3991
3943
|
hideHeader: boolean;
|
3992
3944
|
}, true, {}, vue.SlotsType<Partial<{
|
3993
|
-
header: () => vue.VNode
|
3994
|
-
|
3995
|
-
|
3996
|
-
|
3997
|
-
[key: string]: any;
|
3998
|
-
}>[];
|
3999
|
-
actions: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
4000
|
-
[key: string]: any;
|
4001
|
-
}>[];
|
4002
|
-
title: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
4003
|
-
[key: string]: any;
|
4004
|
-
}>[];
|
3945
|
+
header: () => vue.VNode[];
|
3946
|
+
default: () => vue.VNode[];
|
3947
|
+
actions: () => vue.VNode[];
|
3948
|
+
title: () => vue.VNode[];
|
4005
3949
|
}>>, {
|
4006
3950
|
P: {};
|
4007
3951
|
B: {};
|
@@ -4016,7 +3960,7 @@ declare const VPicker: {
|
|
4016
3960
|
tile: boolean;
|
4017
3961
|
hideHeader: boolean;
|
4018
3962
|
} & {
|
4019
|
-
location?: Anchor | undefined;
|
3963
|
+
location?: Anchor | null | undefined;
|
4020
3964
|
height?: string | number | undefined;
|
4021
3965
|
width?: string | number | undefined;
|
4022
3966
|
border?: string | number | boolean | undefined;
|
@@ -4058,9 +4002,9 @@ declare const VPicker: {
|
|
4058
4002
|
tile: boolean;
|
4059
4003
|
hideHeader: boolean;
|
4060
4004
|
}>;
|
4061
|
-
__isFragment?:
|
4062
|
-
__isTeleport?:
|
4063
|
-
__isSuspense?:
|
4005
|
+
__isFragment?: never;
|
4006
|
+
__isTeleport?: never;
|
4007
|
+
__isSuspense?: never;
|
4064
4008
|
} & vue.ComponentOptionsBase<{
|
4065
4009
|
style: vue.StyleValue;
|
4066
4010
|
tag: string;
|
@@ -4068,7 +4012,7 @@ declare const VPicker: {
|
|
4068
4012
|
tile: boolean;
|
4069
4013
|
hideHeader: boolean;
|
4070
4014
|
} & {
|
4071
|
-
location?: Anchor | undefined;
|
4015
|
+
location?: Anchor | null | undefined;
|
4072
4016
|
height?: string | number | undefined;
|
4073
4017
|
width?: string | number | undefined;
|
4074
4018
|
border?: string | number | boolean | undefined;
|
@@ -4110,18 +4054,10 @@ declare const VPicker: {
|
|
4110
4054
|
tile: boolean;
|
4111
4055
|
hideHeader: boolean;
|
4112
4056
|
}, {}, string, vue.SlotsType<Partial<{
|
4113
|
-
header: () => vue.VNode
|
4114
|
-
|
4115
|
-
|
4116
|
-
|
4117
|
-
[key: string]: any;
|
4118
|
-
}>[];
|
4119
|
-
actions: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
4120
|
-
[key: string]: any;
|
4121
|
-
}>[];
|
4122
|
-
title: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
4123
|
-
[key: string]: any;
|
4124
|
-
}>[];
|
4057
|
+
header: () => vue.VNode[];
|
4058
|
+
default: () => vue.VNode[];
|
4059
|
+
actions: () => vue.VNode[];
|
4060
|
+
title: () => vue.VNode[];
|
4125
4061
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
4126
4062
|
theme: StringConstructor;
|
4127
4063
|
tag: {
|
@@ -4137,7 +4073,7 @@ declare const VPicker: {
|
|
4137
4073
|
type: vue.PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
|
4138
4074
|
validator: (v: any) => boolean;
|
4139
4075
|
};
|
4140
|
-
location: vue.PropType<Anchor>;
|
4076
|
+
location: vue.PropType<Anchor | null>;
|
4141
4077
|
elevation: {
|
4142
4078
|
type: (StringConstructor | NumberConstructor)[];
|
4143
4079
|
validator(v: any): boolean;
|
@@ -4148,7 +4084,7 @@ declare const VPicker: {
|
|
4148
4084
|
minHeight: (StringConstructor | NumberConstructor)[];
|
4149
4085
|
minWidth: (StringConstructor | NumberConstructor)[];
|
4150
4086
|
width: (StringConstructor | NumberConstructor)[];
|
4151
|
-
class: vue.PropType<
|
4087
|
+
class: vue.PropType<ClassValue>;
|
4152
4088
|
style: {
|
4153
4089
|
type: vue.PropType<vue.StyleValue>;
|
4154
4090
|
default: null;
|
@@ -4174,7 +4110,7 @@ declare const VPicker: {
|
|
4174
4110
|
type: vue.PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
|
4175
4111
|
validator: (v: any) => boolean;
|
4176
4112
|
};
|
4177
|
-
location: vue.PropType<Anchor>;
|
4113
|
+
location: vue.PropType<Anchor | null>;
|
4178
4114
|
elevation: {
|
4179
4115
|
type: (StringConstructor | NumberConstructor)[];
|
4180
4116
|
validator(v: any): boolean;
|
@@ -4185,7 +4121,7 @@ declare const VPicker: {
|
|
4185
4121
|
minHeight: (StringConstructor | NumberConstructor)[];
|
4186
4122
|
minWidth: (StringConstructor | NumberConstructor)[];
|
4187
4123
|
width: (StringConstructor | NumberConstructor)[];
|
4188
|
-
class: vue.PropType<
|
4124
|
+
class: vue.PropType<ClassValue>;
|
4189
4125
|
style: {
|
4190
4126
|
type: vue.PropType<vue.StyleValue>;
|
4191
4127
|
default: null;
|
@@ -4234,9 +4170,7 @@ declare const VPickerTitle: {
|
|
4234
4170
|
style: vue.StyleValue;
|
4235
4171
|
tag: string;
|
4236
4172
|
}, true, {}, vue.SlotsType<Partial<{
|
4237
|
-
default: () => vue.VNode
|
4238
|
-
[key: string]: any;
|
4239
|
-
}>[];
|
4173
|
+
default: () => vue.VNode[];
|
4240
4174
|
}>>, {
|
4241
4175
|
P: {};
|
4242
4176
|
B: {};
|
@@ -4264,9 +4198,9 @@ declare const VPickerTitle: {
|
|
4264
4198
|
style: vue.StyleValue;
|
4265
4199
|
tag: string;
|
4266
4200
|
}>;
|
4267
|
-
__isFragment?:
|
4268
|
-
__isTeleport?:
|
4269
|
-
__isSuspense?:
|
4201
|
+
__isFragment?: never;
|
4202
|
+
__isTeleport?: never;
|
4203
|
+
__isSuspense?: never;
|
4270
4204
|
} & vue.ComponentOptionsBase<{
|
4271
4205
|
style: vue.StyleValue;
|
4272
4206
|
tag: string;
|
@@ -4287,11 +4221,9 @@ declare const VPickerTitle: {
|
|
4287
4221
|
style: vue.StyleValue;
|
4288
4222
|
tag: string;
|
4289
4223
|
}, {}, string, vue.SlotsType<Partial<{
|
4290
|
-
default: () => vue.VNode
|
4291
|
-
[key: string]: any;
|
4292
|
-
}>[];
|
4224
|
+
default: () => vue.VNode[];
|
4293
4225
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
4294
|
-
class: vue.PropType<
|
4226
|
+
class: vue.PropType<ClassValue>;
|
4295
4227
|
style: {
|
4296
4228
|
type: vue.PropType<vue.StyleValue>;
|
4297
4229
|
default: null;
|
@@ -4301,7 +4233,7 @@ declare const VPickerTitle: {
|
|
4301
4233
|
default: string;
|
4302
4234
|
};
|
4303
4235
|
}, vue.ExtractPropTypes<{
|
4304
|
-
class: vue.PropType<
|
4236
|
+
class: vue.PropType<ClassValue>;
|
4305
4237
|
style: {
|
4306
4238
|
type: vue.PropType<vue.StyleValue>;
|
4307
4239
|
default: null;
|
@@ -4317,6 +4249,20 @@ declare const breakpoints: readonly ["sm", "md", "lg", "xl", "xxl"];
|
|
4317
4249
|
type Breakpoint = typeof breakpoints[number];
|
4318
4250
|
type DisplayBreakpoint = 'xs' | Breakpoint;
|
4319
4251
|
|
4252
|
+
interface RippleDirectiveBinding extends Omit<DirectiveBinding, 'modifiers' | 'value'> {
|
4253
|
+
value?: boolean | {
|
4254
|
+
class: string;
|
4255
|
+
};
|
4256
|
+
modifiers: {
|
4257
|
+
center?: boolean;
|
4258
|
+
circle?: boolean;
|
4259
|
+
stop?: boolean;
|
4260
|
+
};
|
4261
|
+
}
|
4262
|
+
|
4263
|
+
declare const allowedVariants: readonly ["elevated", "flat", "tonal", "outlined", "text", "plain"];
|
4264
|
+
type Variant = typeof allowedVariants[number];
|
4265
|
+
|
4320
4266
|
/**
|
4321
4267
|
* - match without highlight
|
4322
4268
|
* - single match (index), length already known
|
@@ -4467,16 +4413,6 @@ type ActiveStrategyProp = 'single-leaf' | 'leaf' | 'independent' | 'single-indep
|
|
4467
4413
|
type SelectStrategyProp = 'single-leaf' | 'leaf' | 'independent' | 'single-independent' | 'classic' | SelectStrategy | ((mandatory: boolean) => SelectStrategy);
|
4468
4414
|
type OpenStrategyProp = 'single' | 'multiple' | 'list' | OpenStrategy;
|
4469
4415
|
|
4470
|
-
interface ListItem<T = any> extends InternalItem<T> {
|
4471
|
-
title: string;
|
4472
|
-
props: {
|
4473
|
-
[key: string]: any;
|
4474
|
-
title: string;
|
4475
|
-
value: any;
|
4476
|
-
};
|
4477
|
-
children?: ListItem<T>[];
|
4478
|
-
}
|
4479
|
-
|
4480
4416
|
type VListChildrenSlots<T> = {
|
4481
4417
|
[K in keyof Omit<VListItemSlots, 'default'>]: VListItemSlots[K] & {
|
4482
4418
|
item: T;
|
@@ -4497,6 +4433,25 @@ type VListChildrenSlots<T> = {
|
|
4497
4433
|
};
|
4498
4434
|
};
|
4499
4435
|
|
4436
|
+
interface ListItem<T = any> extends InternalItem<T> {
|
4437
|
+
title: string;
|
4438
|
+
props: {
|
4439
|
+
[key: string]: any;
|
4440
|
+
title: string;
|
4441
|
+
value: any;
|
4442
|
+
};
|
4443
|
+
children?: ListItem<T>[];
|
4444
|
+
}
|
4445
|
+
interface ItemProps {
|
4446
|
+
items: any[];
|
4447
|
+
itemTitle: SelectItemKey;
|
4448
|
+
itemValue: SelectItemKey;
|
4449
|
+
itemChildren: SelectItemKey;
|
4450
|
+
itemProps: SelectItemKey;
|
4451
|
+
returnObject: boolean;
|
4452
|
+
valueComparator: typeof deepEqual;
|
4453
|
+
}
|
4454
|
+
|
4500
4455
|
interface InternalListItem<T = any> extends ListItem<T> {
|
4501
4456
|
type?: 'item' | 'subheader' | 'divider';
|
4502
4457
|
}
|
@@ -4507,9 +4462,9 @@ declare const VSnackbar: {
|
|
4507
4462
|
absolute: boolean;
|
4508
4463
|
location: Anchor;
|
4509
4464
|
origin: "auto" | Anchor | "overlap";
|
4510
|
-
transition:
|
4511
|
-
component?: vue.Component
|
4512
|
-
})
|
4465
|
+
transition: string | boolean | (vue.TransitionProps & {
|
4466
|
+
component?: vue.Component;
|
4467
|
+
});
|
4513
4468
|
zIndex: string | number;
|
4514
4469
|
style: vue.StyleValue;
|
4515
4470
|
eager: boolean;
|
@@ -4518,9 +4473,9 @@ declare const VSnackbar: {
|
|
4518
4473
|
vertical: boolean;
|
4519
4474
|
modelValue: boolean;
|
4520
4475
|
tile: boolean;
|
4521
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
4522
|
-
updateLocation: (e?: Event
|
4523
|
-
}
|
4476
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
4477
|
+
updateLocation: (e?: Event) => void;
|
4478
|
+
});
|
4524
4479
|
activatorProps: Record<string, any>;
|
4525
4480
|
openOnHover: boolean;
|
4526
4481
|
closeOnContentClick: boolean;
|
@@ -4595,16 +4550,16 @@ declare const VSnackbar: {
|
|
4595
4550
|
location: Anchor;
|
4596
4551
|
origin: "auto" | Anchor | "overlap";
|
4597
4552
|
transition: string | boolean | (vue.TransitionProps & {
|
4598
|
-
component?: vue.Component
|
4553
|
+
component?: vue.Component;
|
4599
4554
|
});
|
4600
4555
|
zIndex: string | number;
|
4601
4556
|
style: vue.StyleValue;
|
4602
4557
|
eager: boolean;
|
4603
4558
|
disabled: boolean;
|
4604
4559
|
modelValue: boolean;
|
4605
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
4606
|
-
updateLocation: (e?: Event
|
4607
|
-
}
|
4560
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
4561
|
+
updateLocation: (e?: Event) => void;
|
4562
|
+
});
|
4608
4563
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
4609
4564
|
activatorProps: Record<string, any>;
|
4610
4565
|
openOnClick: boolean;
|
@@ -4622,16 +4577,16 @@ declare const VSnackbar: {
|
|
4622
4577
|
location: Anchor;
|
4623
4578
|
origin: "auto" | Anchor | "overlap";
|
4624
4579
|
transition: string | boolean | (vue.TransitionProps & {
|
4625
|
-
component?: vue.Component
|
4580
|
+
component?: vue.Component;
|
4626
4581
|
});
|
4627
4582
|
zIndex: string | number;
|
4628
4583
|
style: vue.StyleValue;
|
4629
4584
|
eager: boolean;
|
4630
4585
|
disabled: boolean;
|
4631
4586
|
modelValue: boolean;
|
4632
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
4633
|
-
updateLocation: (e?: Event
|
4634
|
-
}
|
4587
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
4588
|
+
updateLocation: (e?: Event) => void;
|
4589
|
+
});
|
4635
4590
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
4636
4591
|
activatorProps: Record<string, any>;
|
4637
4592
|
openOnHover: boolean;
|
@@ -4700,16 +4655,16 @@ declare const VSnackbar: {
|
|
4700
4655
|
location: Anchor;
|
4701
4656
|
origin: "auto" | Anchor | "overlap";
|
4702
4657
|
transition: string | boolean | (vue.TransitionProps & {
|
4703
|
-
component?: vue.Component
|
4658
|
+
component?: vue.Component;
|
4704
4659
|
});
|
4705
4660
|
zIndex: string | number;
|
4706
4661
|
style: vue.StyleValue;
|
4707
4662
|
eager: boolean;
|
4708
4663
|
disabled: boolean;
|
4709
4664
|
modelValue: boolean;
|
4710
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
4711
|
-
updateLocation: (e?: Event
|
4712
|
-
}
|
4665
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
4666
|
+
updateLocation: (e?: Event) => void;
|
4667
|
+
});
|
4713
4668
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
4714
4669
|
activatorProps: Record<string, any>;
|
4715
4670
|
openOnHover: boolean;
|
@@ -4787,19 +4742,15 @@ declare const VSnackbar: {
|
|
4787
4742
|
$slots: Readonly<{
|
4788
4743
|
default?: ((arg: {
|
4789
4744
|
isActive: Ref<boolean>;
|
4790
|
-
}) => vue.VNode
|
4791
|
-
[key: string]: any;
|
4792
|
-
}>[]) | undefined;
|
4745
|
+
}) => vue.VNode[]) | undefined;
|
4793
4746
|
activator?: ((arg: {
|
4794
4747
|
isActive: boolean;
|
4795
4748
|
props: Record<string, any>;
|
4796
4749
|
targetRef: TemplateRef;
|
4797
|
-
}) => vue.VNode
|
4798
|
-
[key: string]: any;
|
4799
|
-
}>[]) | undefined;
|
4750
|
+
}) => vue.VNode[]) | undefined;
|
4800
4751
|
}>;
|
4801
|
-
$root: vue.ComponentPublicInstance
|
4802
|
-
$parent: vue.ComponentPublicInstance
|
4752
|
+
$root: vue.ComponentPublicInstance | null;
|
4753
|
+
$parent: vue.ComponentPublicInstance | null;
|
4803
4754
|
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
4804
4755
|
$el: any;
|
4805
4756
|
$options: vue.ComponentOptionsBase<{
|
@@ -4807,16 +4758,16 @@ declare const VSnackbar: {
|
|
4807
4758
|
location: Anchor;
|
4808
4759
|
origin: "auto" | Anchor | "overlap";
|
4809
4760
|
transition: string | boolean | (vue.TransitionProps & {
|
4810
|
-
component?: vue.Component
|
4761
|
+
component?: vue.Component;
|
4811
4762
|
});
|
4812
4763
|
zIndex: string | number;
|
4813
4764
|
style: vue.StyleValue;
|
4814
4765
|
eager: boolean;
|
4815
4766
|
disabled: boolean;
|
4816
4767
|
modelValue: boolean;
|
4817
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
4818
|
-
updateLocation: (e?: Event
|
4819
|
-
}
|
4768
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
4769
|
+
updateLocation: (e?: Event) => void;
|
4770
|
+
});
|
4820
4771
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
4821
4772
|
activatorProps: Record<string, any>;
|
4822
4773
|
openOnHover: boolean;
|
@@ -4903,16 +4854,16 @@ declare const VSnackbar: {
|
|
4903
4854
|
location: Anchor;
|
4904
4855
|
origin: "auto" | Anchor | "overlap";
|
4905
4856
|
transition: string | boolean | (vue.TransitionProps & {
|
4906
|
-
component?: vue.Component
|
4857
|
+
component?: vue.Component;
|
4907
4858
|
});
|
4908
4859
|
zIndex: string | number;
|
4909
4860
|
style: vue.StyleValue;
|
4910
4861
|
eager: boolean;
|
4911
4862
|
disabled: boolean;
|
4912
4863
|
modelValue: boolean;
|
4913
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
4914
|
-
updateLocation: (e?: Event
|
4915
|
-
}
|
4864
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
4865
|
+
updateLocation: (e?: Event) => void;
|
4866
|
+
});
|
4916
4867
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
4917
4868
|
activatorProps: Record<string, any>;
|
4918
4869
|
openOnClick: boolean;
|
@@ -4928,51 +4879,47 @@ declare const VSnackbar: {
|
|
4928
4879
|
}, {}, string, vue.SlotsType<Partial<{
|
4929
4880
|
default: (arg: {
|
4930
4881
|
isActive: Ref<boolean>;
|
4931
|
-
}) => vue.VNode
|
4932
|
-
[key: string]: any;
|
4933
|
-
}>[];
|
4882
|
+
}) => vue.VNode[];
|
4934
4883
|
activator: (arg: {
|
4935
4884
|
isActive: boolean;
|
4936
4885
|
props: Record<string, any>;
|
4937
4886
|
targetRef: TemplateRef;
|
4938
|
-
}) => vue.VNode
|
4939
|
-
[key: string]: any;
|
4940
|
-
}>[];
|
4887
|
+
}) => vue.VNode[];
|
4941
4888
|
}>>> & {
|
4942
|
-
beforeCreate?: ((
|
4943
|
-
created?: ((
|
4944
|
-
beforeMount?: ((
|
4945
|
-
mounted?: ((
|
4946
|
-
beforeUpdate?: ((
|
4947
|
-
updated?: ((
|
4948
|
-
activated?: ((
|
4949
|
-
deactivated?: ((
|
4950
|
-
beforeDestroy?: ((
|
4951
|
-
beforeUnmount?: ((
|
4952
|
-
destroyed?: ((
|
4953
|
-
unmounted?: ((
|
4954
|
-
renderTracked?: ((
|
4955
|
-
renderTriggered?: ((
|
4956
|
-
errorCaptured?: ((
|
4889
|
+
beforeCreate?: (() => void) | (() => void)[];
|
4890
|
+
created?: (() => void) | (() => void)[];
|
4891
|
+
beforeMount?: (() => void) | (() => void)[];
|
4892
|
+
mounted?: (() => void) | (() => void)[];
|
4893
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
4894
|
+
updated?: (() => void) | (() => void)[];
|
4895
|
+
activated?: (() => void) | (() => void)[];
|
4896
|
+
deactivated?: (() => void) | (() => void)[];
|
4897
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
4898
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
4899
|
+
destroyed?: (() => void) | (() => void)[];
|
4900
|
+
unmounted?: (() => void) | (() => void)[];
|
4901
|
+
renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
|
4902
|
+
renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
|
4903
|
+
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
4957
4904
|
};
|
4958
4905
|
$forceUpdate: () => void;
|
4959
4906
|
$nextTick: typeof nextTick;
|
4960
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (
|
4907
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
4961
4908
|
} & Omit<{
|
4962
4909
|
absolute: boolean;
|
4963
4910
|
location: Anchor;
|
4964
4911
|
origin: "auto" | Anchor | "overlap";
|
4965
4912
|
transition: string | boolean | (vue.TransitionProps & {
|
4966
|
-
component?: vue.Component
|
4913
|
+
component?: vue.Component;
|
4967
4914
|
});
|
4968
4915
|
zIndex: string | number;
|
4969
4916
|
style: vue.StyleValue;
|
4970
4917
|
eager: boolean;
|
4971
4918
|
disabled: boolean;
|
4972
4919
|
modelValue: boolean;
|
4973
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
4974
|
-
updateLocation: (e?: Event
|
4975
|
-
}
|
4920
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
4921
|
+
updateLocation: (e?: Event) => void;
|
4922
|
+
});
|
4976
4923
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
4977
4924
|
activatorProps: Record<string, any>;
|
4978
4925
|
openOnHover: boolean;
|
@@ -5049,16 +4996,16 @@ declare const VSnackbar: {
|
|
5049
4996
|
globalTop: Readonly<Ref<boolean>>;
|
5050
4997
|
localTop: vue.ComputedRef<boolean>;
|
5051
4998
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
5052
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-
|
5053
|
-
'update:modelValue': (v: boolean) =>
|
4999
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
5000
|
+
'update:modelValue': (v: boolean) => true;
|
5054
5001
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
5055
5002
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
5056
5003
|
absolute: boolean;
|
5057
5004
|
location: Anchor;
|
5058
5005
|
origin: "auto" | Anchor | "overlap";
|
5059
|
-
transition:
|
5060
|
-
component?: vue.Component
|
5061
|
-
})
|
5006
|
+
transition: string | boolean | (vue.TransitionProps & {
|
5007
|
+
component?: vue.Component;
|
5008
|
+
});
|
5062
5009
|
zIndex: string | number;
|
5063
5010
|
style: vue.StyleValue;
|
5064
5011
|
eager: boolean;
|
@@ -5067,9 +5014,9 @@ declare const VSnackbar: {
|
|
5067
5014
|
vertical: boolean;
|
5068
5015
|
modelValue: boolean;
|
5069
5016
|
tile: boolean;
|
5070
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
5071
|
-
updateLocation: (e?: Event
|
5072
|
-
}
|
5017
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
5018
|
+
updateLocation: (e?: Event) => void;
|
5019
|
+
});
|
5073
5020
|
activatorProps: Record<string, any>;
|
5074
5021
|
openOnHover: boolean;
|
5075
5022
|
closeOnContentClick: boolean;
|
@@ -5141,9 +5088,9 @@ declare const VSnackbar: {
|
|
5141
5088
|
absolute: boolean;
|
5142
5089
|
location: Anchor;
|
5143
5090
|
origin: "auto" | Anchor | "overlap";
|
5144
|
-
transition:
|
5145
|
-
component?: vue.Component
|
5146
|
-
})
|
5091
|
+
transition: string | boolean | (vue.TransitionProps & {
|
5092
|
+
component?: vue.Component;
|
5093
|
+
});
|
5147
5094
|
zIndex: string | number;
|
5148
5095
|
style: vue.StyleValue;
|
5149
5096
|
eager: boolean;
|
@@ -5153,9 +5100,9 @@ declare const VSnackbar: {
|
|
5153
5100
|
modelValue: boolean;
|
5154
5101
|
rounded: string | number | boolean;
|
5155
5102
|
tile: boolean;
|
5156
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
5157
|
-
updateLocation: (e?: Event
|
5158
|
-
}
|
5103
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
5104
|
+
updateLocation: (e?: Event) => void;
|
5105
|
+
});
|
5159
5106
|
activatorProps: Record<string, any>;
|
5160
5107
|
openOnClick: boolean;
|
5161
5108
|
openOnHover: boolean;
|
@@ -5168,20 +5115,12 @@ declare const VSnackbar: {
|
|
5168
5115
|
activator: (arg: {
|
5169
5116
|
isActive: boolean;
|
5170
5117
|
props: Record<string, any>;
|
5171
|
-
}) => vue.VNode
|
5172
|
-
|
5173
|
-
}>[];
|
5174
|
-
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
5175
|
-
[key: string]: any;
|
5176
|
-
}>[];
|
5118
|
+
}) => vue.VNode[];
|
5119
|
+
default: () => vue.VNode[];
|
5177
5120
|
actions: (arg: {
|
5178
5121
|
isActive: Ref<boolean>;
|
5179
|
-
}) => vue.VNode
|
5180
|
-
|
5181
|
-
}>[];
|
5182
|
-
text: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
5183
|
-
[key: string]: any;
|
5184
|
-
}>[];
|
5122
|
+
}) => vue.VNode[];
|
5123
|
+
text: () => vue.VNode[];
|
5185
5124
|
}>>, {
|
5186
5125
|
P: {};
|
5187
5126
|
B: {};
|
@@ -5194,9 +5133,9 @@ declare const VSnackbar: {
|
|
5194
5133
|
absolute: boolean;
|
5195
5134
|
location: Anchor;
|
5196
5135
|
origin: "auto" | Anchor | "overlap";
|
5197
|
-
transition:
|
5198
|
-
component?: vue.Component
|
5199
|
-
})
|
5136
|
+
transition: string | boolean | (vue.TransitionProps & {
|
5137
|
+
component?: vue.Component;
|
5138
|
+
});
|
5200
5139
|
zIndex: string | number;
|
5201
5140
|
style: vue.StyleValue;
|
5202
5141
|
eager: boolean;
|
@@ -5205,9 +5144,9 @@ declare const VSnackbar: {
|
|
5205
5144
|
vertical: boolean;
|
5206
5145
|
modelValue: boolean;
|
5207
5146
|
tile: boolean;
|
5208
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
5209
|
-
updateLocation: (e?: Event
|
5210
|
-
}
|
5147
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
5148
|
+
updateLocation: (e?: Event) => void;
|
5149
|
+
});
|
5211
5150
|
activatorProps: Record<string, any>;
|
5212
5151
|
openOnHover: boolean;
|
5213
5152
|
closeOnContentClick: boolean;
|
@@ -5282,16 +5221,16 @@ declare const VSnackbar: {
|
|
5282
5221
|
location: Anchor;
|
5283
5222
|
origin: "auto" | Anchor | "overlap";
|
5284
5223
|
transition: string | boolean | (vue.TransitionProps & {
|
5285
|
-
component?: vue.Component
|
5224
|
+
component?: vue.Component;
|
5286
5225
|
});
|
5287
5226
|
zIndex: string | number;
|
5288
5227
|
style: vue.StyleValue;
|
5289
5228
|
eager: boolean;
|
5290
5229
|
disabled: boolean;
|
5291
5230
|
modelValue: boolean;
|
5292
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
5293
|
-
updateLocation: (e?: Event
|
5294
|
-
}
|
5231
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
5232
|
+
updateLocation: (e?: Event) => void;
|
5233
|
+
});
|
5295
5234
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
5296
5235
|
activatorProps: Record<string, any>;
|
5297
5236
|
openOnClick: boolean;
|
@@ -5309,16 +5248,16 @@ declare const VSnackbar: {
|
|
5309
5248
|
location: Anchor;
|
5310
5249
|
origin: "auto" | Anchor | "overlap";
|
5311
5250
|
transition: string | boolean | (vue.TransitionProps & {
|
5312
|
-
component?: vue.Component
|
5251
|
+
component?: vue.Component;
|
5313
5252
|
});
|
5314
5253
|
zIndex: string | number;
|
5315
5254
|
style: vue.StyleValue;
|
5316
5255
|
eager: boolean;
|
5317
5256
|
disabled: boolean;
|
5318
5257
|
modelValue: boolean;
|
5319
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
5320
|
-
updateLocation: (e?: Event
|
5321
|
-
}
|
5258
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
5259
|
+
updateLocation: (e?: Event) => void;
|
5260
|
+
});
|
5322
5261
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
5323
5262
|
activatorProps: Record<string, any>;
|
5324
5263
|
openOnHover: boolean;
|
@@ -5387,16 +5326,16 @@ declare const VSnackbar: {
|
|
5387
5326
|
location: Anchor;
|
5388
5327
|
origin: "auto" | Anchor | "overlap";
|
5389
5328
|
transition: string | boolean | (vue.TransitionProps & {
|
5390
|
-
component?: vue.Component
|
5329
|
+
component?: vue.Component;
|
5391
5330
|
});
|
5392
5331
|
zIndex: string | number;
|
5393
5332
|
style: vue.StyleValue;
|
5394
5333
|
eager: boolean;
|
5395
5334
|
disabled: boolean;
|
5396
5335
|
modelValue: boolean;
|
5397
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
5398
|
-
updateLocation: (e?: Event
|
5399
|
-
}
|
5336
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
5337
|
+
updateLocation: (e?: Event) => void;
|
5338
|
+
});
|
5400
5339
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
5401
5340
|
activatorProps: Record<string, any>;
|
5402
5341
|
openOnHover: boolean;
|
@@ -5474,19 +5413,15 @@ declare const VSnackbar: {
|
|
5474
5413
|
$slots: Readonly<{
|
5475
5414
|
default?: ((arg: {
|
5476
5415
|
isActive: Ref<boolean>;
|
5477
|
-
}) => vue.VNode
|
5478
|
-
[key: string]: any;
|
5479
|
-
}>[]) | undefined;
|
5416
|
+
}) => vue.VNode[]) | undefined;
|
5480
5417
|
activator?: ((arg: {
|
5481
5418
|
isActive: boolean;
|
5482
5419
|
props: Record<string, any>;
|
5483
5420
|
targetRef: TemplateRef;
|
5484
|
-
}) => vue.VNode
|
5485
|
-
[key: string]: any;
|
5486
|
-
}>[]) | undefined;
|
5421
|
+
}) => vue.VNode[]) | undefined;
|
5487
5422
|
}>;
|
5488
|
-
$root: vue.ComponentPublicInstance
|
5489
|
-
$parent: vue.ComponentPublicInstance
|
5423
|
+
$root: vue.ComponentPublicInstance | null;
|
5424
|
+
$parent: vue.ComponentPublicInstance | null;
|
5490
5425
|
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
5491
5426
|
$el: any;
|
5492
5427
|
$options: vue.ComponentOptionsBase<{
|
@@ -5494,16 +5429,16 @@ declare const VSnackbar: {
|
|
5494
5429
|
location: Anchor;
|
5495
5430
|
origin: "auto" | Anchor | "overlap";
|
5496
5431
|
transition: string | boolean | (vue.TransitionProps & {
|
5497
|
-
component?: vue.Component
|
5432
|
+
component?: vue.Component;
|
5498
5433
|
});
|
5499
5434
|
zIndex: string | number;
|
5500
5435
|
style: vue.StyleValue;
|
5501
5436
|
eager: boolean;
|
5502
5437
|
disabled: boolean;
|
5503
5438
|
modelValue: boolean;
|
5504
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
5505
|
-
updateLocation: (e?: Event
|
5506
|
-
}
|
5439
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
5440
|
+
updateLocation: (e?: Event) => void;
|
5441
|
+
});
|
5507
5442
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
5508
5443
|
activatorProps: Record<string, any>;
|
5509
5444
|
openOnHover: boolean;
|
@@ -5590,16 +5525,16 @@ declare const VSnackbar: {
|
|
5590
5525
|
location: Anchor;
|
5591
5526
|
origin: "auto" | Anchor | "overlap";
|
5592
5527
|
transition: string | boolean | (vue.TransitionProps & {
|
5593
|
-
component?: vue.Component
|
5528
|
+
component?: vue.Component;
|
5594
5529
|
});
|
5595
5530
|
zIndex: string | number;
|
5596
5531
|
style: vue.StyleValue;
|
5597
5532
|
eager: boolean;
|
5598
5533
|
disabled: boolean;
|
5599
5534
|
modelValue: boolean;
|
5600
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
5601
|
-
updateLocation: (e?: Event
|
5602
|
-
}
|
5535
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
5536
|
+
updateLocation: (e?: Event) => void;
|
5537
|
+
});
|
5603
5538
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
5604
5539
|
activatorProps: Record<string, any>;
|
5605
5540
|
openOnClick: boolean;
|
@@ -5615,51 +5550,47 @@ declare const VSnackbar: {
|
|
5615
5550
|
}, {}, string, vue.SlotsType<Partial<{
|
5616
5551
|
default: (arg: {
|
5617
5552
|
isActive: Ref<boolean>;
|
5618
|
-
}) => vue.VNode
|
5619
|
-
[key: string]: any;
|
5620
|
-
}>[];
|
5553
|
+
}) => vue.VNode[];
|
5621
5554
|
activator: (arg: {
|
5622
5555
|
isActive: boolean;
|
5623
5556
|
props: Record<string, any>;
|
5624
5557
|
targetRef: TemplateRef;
|
5625
|
-
}) => vue.VNode
|
5626
|
-
[key: string]: any;
|
5627
|
-
}>[];
|
5558
|
+
}) => vue.VNode[];
|
5628
5559
|
}>>> & {
|
5629
|
-
beforeCreate?: ((
|
5630
|
-
created?: ((
|
5631
|
-
beforeMount?: ((
|
5632
|
-
mounted?: ((
|
5633
|
-
beforeUpdate?: ((
|
5634
|
-
updated?: ((
|
5635
|
-
activated?: ((
|
5636
|
-
deactivated?: ((
|
5637
|
-
beforeDestroy?: ((
|
5638
|
-
beforeUnmount?: ((
|
5639
|
-
destroyed?: ((
|
5640
|
-
unmounted?: ((
|
5641
|
-
renderTracked?: ((
|
5642
|
-
renderTriggered?: ((
|
5643
|
-
errorCaptured?: ((
|
5560
|
+
beforeCreate?: (() => void) | (() => void)[];
|
5561
|
+
created?: (() => void) | (() => void)[];
|
5562
|
+
beforeMount?: (() => void) | (() => void)[];
|
5563
|
+
mounted?: (() => void) | (() => void)[];
|
5564
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
5565
|
+
updated?: (() => void) | (() => void)[];
|
5566
|
+
activated?: (() => void) | (() => void)[];
|
5567
|
+
deactivated?: (() => void) | (() => void)[];
|
5568
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
5569
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
5570
|
+
destroyed?: (() => void) | (() => void)[];
|
5571
|
+
unmounted?: (() => void) | (() => void)[];
|
5572
|
+
renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
|
5573
|
+
renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
|
5574
|
+
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
5644
5575
|
};
|
5645
5576
|
$forceUpdate: () => void;
|
5646
5577
|
$nextTick: typeof nextTick;
|
5647
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (
|
5578
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
5648
5579
|
} & Omit<{
|
5649
5580
|
absolute: boolean;
|
5650
5581
|
location: Anchor;
|
5651
5582
|
origin: "auto" | Anchor | "overlap";
|
5652
5583
|
transition: string | boolean | (vue.TransitionProps & {
|
5653
|
-
component?: vue.Component
|
5584
|
+
component?: vue.Component;
|
5654
5585
|
});
|
5655
5586
|
zIndex: string | number;
|
5656
5587
|
style: vue.StyleValue;
|
5657
5588
|
eager: boolean;
|
5658
5589
|
disabled: boolean;
|
5659
5590
|
modelValue: boolean;
|
5660
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
5661
|
-
updateLocation: (e?: Event
|
5662
|
-
}
|
5591
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
5592
|
+
updateLocation: (e?: Event) => void;
|
5593
|
+
});
|
5663
5594
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
5664
5595
|
activatorProps: Record<string, any>;
|
5665
5596
|
openOnHover: boolean;
|
@@ -5736,14 +5667,14 @@ declare const VSnackbar: {
|
|
5736
5667
|
globalTop: Readonly<Ref<boolean>>;
|
5737
5668
|
localTop: vue.ComputedRef<boolean>;
|
5738
5669
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
5739
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-
|
5670
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, {}, {}, {}, {
|
5740
5671
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
5741
5672
|
absolute: boolean;
|
5742
5673
|
location: Anchor;
|
5743
5674
|
origin: "auto" | Anchor | "overlap";
|
5744
|
-
transition:
|
5745
|
-
component?: vue.Component
|
5746
|
-
})
|
5675
|
+
transition: string | boolean | (vue.TransitionProps & {
|
5676
|
+
component?: vue.Component;
|
5677
|
+
});
|
5747
5678
|
zIndex: string | number;
|
5748
5679
|
style: vue.StyleValue;
|
5749
5680
|
eager: boolean;
|
@@ -5753,9 +5684,9 @@ declare const VSnackbar: {
|
|
5753
5684
|
modelValue: boolean;
|
5754
5685
|
rounded: string | number | boolean;
|
5755
5686
|
tile: boolean;
|
5756
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
5757
|
-
updateLocation: (e?: Event
|
5758
|
-
}
|
5687
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
5688
|
+
updateLocation: (e?: Event) => void;
|
5689
|
+
});
|
5759
5690
|
activatorProps: Record<string, any>;
|
5760
5691
|
openOnClick: boolean;
|
5761
5692
|
openOnHover: boolean;
|
@@ -5765,17 +5696,17 @@ declare const VSnackbar: {
|
|
5765
5696
|
contained: boolean;
|
5766
5697
|
multiLine: boolean;
|
5767
5698
|
}>;
|
5768
|
-
__isFragment?:
|
5769
|
-
__isTeleport?:
|
5770
|
-
__isSuspense?:
|
5699
|
+
__isFragment?: never;
|
5700
|
+
__isTeleport?: never;
|
5701
|
+
__isSuspense?: never;
|
5771
5702
|
} & vue.ComponentOptionsBase<{
|
5772
5703
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
5773
5704
|
absolute: boolean;
|
5774
5705
|
location: Anchor;
|
5775
5706
|
origin: "auto" | Anchor | "overlap";
|
5776
|
-
transition:
|
5777
|
-
component?: vue.Component
|
5778
|
-
})
|
5707
|
+
transition: string | boolean | (vue.TransitionProps & {
|
5708
|
+
component?: vue.Component;
|
5709
|
+
});
|
5779
5710
|
zIndex: string | number;
|
5780
5711
|
style: vue.StyleValue;
|
5781
5712
|
eager: boolean;
|
@@ -5784,9 +5715,9 @@ declare const VSnackbar: {
|
|
5784
5715
|
vertical: boolean;
|
5785
5716
|
modelValue: boolean;
|
5786
5717
|
tile: boolean;
|
5787
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
5788
|
-
updateLocation: (e?: Event
|
5789
|
-
}
|
5718
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
5719
|
+
updateLocation: (e?: Event) => void;
|
5720
|
+
});
|
5790
5721
|
activatorProps: Record<string, any>;
|
5791
5722
|
openOnHover: boolean;
|
5792
5723
|
closeOnContentClick: boolean;
|
@@ -5861,16 +5792,16 @@ declare const VSnackbar: {
|
|
5861
5792
|
location: Anchor;
|
5862
5793
|
origin: "auto" | Anchor | "overlap";
|
5863
5794
|
transition: string | boolean | (vue.TransitionProps & {
|
5864
|
-
component?: vue.Component
|
5795
|
+
component?: vue.Component;
|
5865
5796
|
});
|
5866
5797
|
zIndex: string | number;
|
5867
5798
|
style: vue.StyleValue;
|
5868
5799
|
eager: boolean;
|
5869
5800
|
disabled: boolean;
|
5870
5801
|
modelValue: boolean;
|
5871
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
5872
|
-
updateLocation: (e?: Event
|
5873
|
-
}
|
5802
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
5803
|
+
updateLocation: (e?: Event) => void;
|
5804
|
+
});
|
5874
5805
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
5875
5806
|
activatorProps: Record<string, any>;
|
5876
5807
|
openOnClick: boolean;
|
@@ -5888,16 +5819,16 @@ declare const VSnackbar: {
|
|
5888
5819
|
location: Anchor;
|
5889
5820
|
origin: "auto" | Anchor | "overlap";
|
5890
5821
|
transition: string | boolean | (vue.TransitionProps & {
|
5891
|
-
component?: vue.Component
|
5822
|
+
component?: vue.Component;
|
5892
5823
|
});
|
5893
5824
|
zIndex: string | number;
|
5894
5825
|
style: vue.StyleValue;
|
5895
5826
|
eager: boolean;
|
5896
5827
|
disabled: boolean;
|
5897
5828
|
modelValue: boolean;
|
5898
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
5899
|
-
updateLocation: (e?: Event
|
5900
|
-
}
|
5829
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
5830
|
+
updateLocation: (e?: Event) => void;
|
5831
|
+
});
|
5901
5832
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
5902
5833
|
activatorProps: Record<string, any>;
|
5903
5834
|
openOnHover: boolean;
|
@@ -5966,16 +5897,16 @@ declare const VSnackbar: {
|
|
5966
5897
|
location: Anchor;
|
5967
5898
|
origin: "auto" | Anchor | "overlap";
|
5968
5899
|
transition: string | boolean | (vue.TransitionProps & {
|
5969
|
-
component?: vue.Component
|
5900
|
+
component?: vue.Component;
|
5970
5901
|
});
|
5971
5902
|
zIndex: string | number;
|
5972
5903
|
style: vue.StyleValue;
|
5973
5904
|
eager: boolean;
|
5974
5905
|
disabled: boolean;
|
5975
5906
|
modelValue: boolean;
|
5976
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
5977
|
-
updateLocation: (e?: Event
|
5978
|
-
}
|
5907
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
5908
|
+
updateLocation: (e?: Event) => void;
|
5909
|
+
});
|
5979
5910
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
5980
5911
|
activatorProps: Record<string, any>;
|
5981
5912
|
openOnHover: boolean;
|
@@ -6053,19 +5984,15 @@ declare const VSnackbar: {
|
|
6053
5984
|
$slots: Readonly<{
|
6054
5985
|
default?: ((arg: {
|
6055
5986
|
isActive: Ref<boolean>;
|
6056
|
-
}) => vue.VNode
|
6057
|
-
[key: string]: any;
|
6058
|
-
}>[]) | undefined;
|
5987
|
+
}) => vue.VNode[]) | undefined;
|
6059
5988
|
activator?: ((arg: {
|
6060
5989
|
isActive: boolean;
|
6061
5990
|
props: Record<string, any>;
|
6062
5991
|
targetRef: TemplateRef;
|
6063
|
-
}) => vue.VNode
|
6064
|
-
[key: string]: any;
|
6065
|
-
}>[]) | undefined;
|
5992
|
+
}) => vue.VNode[]) | undefined;
|
6066
5993
|
}>;
|
6067
|
-
$root: vue.ComponentPublicInstance
|
6068
|
-
$parent: vue.ComponentPublicInstance
|
5994
|
+
$root: vue.ComponentPublicInstance | null;
|
5995
|
+
$parent: vue.ComponentPublicInstance | null;
|
6069
5996
|
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
6070
5997
|
$el: any;
|
6071
5998
|
$options: vue.ComponentOptionsBase<{
|
@@ -6073,16 +6000,16 @@ declare const VSnackbar: {
|
|
6073
6000
|
location: Anchor;
|
6074
6001
|
origin: "auto" | Anchor | "overlap";
|
6075
6002
|
transition: string | boolean | (vue.TransitionProps & {
|
6076
|
-
component?: vue.Component
|
6003
|
+
component?: vue.Component;
|
6077
6004
|
});
|
6078
6005
|
zIndex: string | number;
|
6079
6006
|
style: vue.StyleValue;
|
6080
6007
|
eager: boolean;
|
6081
6008
|
disabled: boolean;
|
6082
6009
|
modelValue: boolean;
|
6083
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
6084
|
-
updateLocation: (e?: Event
|
6085
|
-
}
|
6010
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
6011
|
+
updateLocation: (e?: Event) => void;
|
6012
|
+
});
|
6086
6013
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
6087
6014
|
activatorProps: Record<string, any>;
|
6088
6015
|
openOnHover: boolean;
|
@@ -6169,16 +6096,16 @@ declare const VSnackbar: {
|
|
6169
6096
|
location: Anchor;
|
6170
6097
|
origin: "auto" | Anchor | "overlap";
|
6171
6098
|
transition: string | boolean | (vue.TransitionProps & {
|
6172
|
-
component?: vue.Component
|
6099
|
+
component?: vue.Component;
|
6173
6100
|
});
|
6174
6101
|
zIndex: string | number;
|
6175
6102
|
style: vue.StyleValue;
|
6176
6103
|
eager: boolean;
|
6177
6104
|
disabled: boolean;
|
6178
6105
|
modelValue: boolean;
|
6179
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
6180
|
-
updateLocation: (e?: Event
|
6181
|
-
}
|
6106
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
6107
|
+
updateLocation: (e?: Event) => void;
|
6108
|
+
});
|
6182
6109
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
6183
6110
|
activatorProps: Record<string, any>;
|
6184
6111
|
openOnClick: boolean;
|
@@ -6194,51 +6121,47 @@ declare const VSnackbar: {
|
|
6194
6121
|
}, {}, string, vue.SlotsType<Partial<{
|
6195
6122
|
default: (arg: {
|
6196
6123
|
isActive: Ref<boolean>;
|
6197
|
-
}) => vue.VNode
|
6198
|
-
[key: string]: any;
|
6199
|
-
}>[];
|
6124
|
+
}) => vue.VNode[];
|
6200
6125
|
activator: (arg: {
|
6201
6126
|
isActive: boolean;
|
6202
6127
|
props: Record<string, any>;
|
6203
6128
|
targetRef: TemplateRef;
|
6204
|
-
}) => vue.VNode
|
6205
|
-
[key: string]: any;
|
6206
|
-
}>[];
|
6129
|
+
}) => vue.VNode[];
|
6207
6130
|
}>>> & {
|
6208
|
-
beforeCreate?: ((
|
6209
|
-
created?: ((
|
6210
|
-
beforeMount?: ((
|
6211
|
-
mounted?: ((
|
6212
|
-
beforeUpdate?: ((
|
6213
|
-
updated?: ((
|
6214
|
-
activated?: ((
|
6215
|
-
deactivated?: ((
|
6216
|
-
beforeDestroy?: ((
|
6217
|
-
beforeUnmount?: ((
|
6218
|
-
destroyed?: ((
|
6219
|
-
unmounted?: ((
|
6220
|
-
renderTracked?: ((
|
6221
|
-
renderTriggered?: ((
|
6222
|
-
errorCaptured?: ((
|
6131
|
+
beforeCreate?: (() => void) | (() => void)[];
|
6132
|
+
created?: (() => void) | (() => void)[];
|
6133
|
+
beforeMount?: (() => void) | (() => void)[];
|
6134
|
+
mounted?: (() => void) | (() => void)[];
|
6135
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
6136
|
+
updated?: (() => void) | (() => void)[];
|
6137
|
+
activated?: (() => void) | (() => void)[];
|
6138
|
+
deactivated?: (() => void) | (() => void)[];
|
6139
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
6140
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
6141
|
+
destroyed?: (() => void) | (() => void)[];
|
6142
|
+
unmounted?: (() => void) | (() => void)[];
|
6143
|
+
renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
|
6144
|
+
renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
|
6145
|
+
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
6223
6146
|
};
|
6224
6147
|
$forceUpdate: () => void;
|
6225
6148
|
$nextTick: typeof nextTick;
|
6226
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (
|
6149
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
6227
6150
|
} & Omit<{
|
6228
6151
|
absolute: boolean;
|
6229
6152
|
location: Anchor;
|
6230
6153
|
origin: "auto" | Anchor | "overlap";
|
6231
6154
|
transition: string | boolean | (vue.TransitionProps & {
|
6232
|
-
component?: vue.Component
|
6155
|
+
component?: vue.Component;
|
6233
6156
|
});
|
6234
6157
|
zIndex: string | number;
|
6235
6158
|
style: vue.StyleValue;
|
6236
6159
|
eager: boolean;
|
6237
6160
|
disabled: boolean;
|
6238
6161
|
modelValue: boolean;
|
6239
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
6240
|
-
updateLocation: (e?: Event
|
6241
|
-
}
|
6162
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
6163
|
+
updateLocation: (e?: Event) => void;
|
6164
|
+
});
|
6242
6165
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
6243
6166
|
activatorProps: Record<string, any>;
|
6244
6167
|
openOnHover: boolean;
|
@@ -6315,16 +6238,16 @@ declare const VSnackbar: {
|
|
6315
6238
|
globalTop: Readonly<Ref<boolean>>;
|
6316
6239
|
localTop: vue.ComputedRef<boolean>;
|
6317
6240
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
6318
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-
|
6319
|
-
'update:modelValue': (v: boolean) =>
|
6241
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
6242
|
+
'update:modelValue': (v: boolean) => true;
|
6320
6243
|
}, string, {
|
6321
6244
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
6322
6245
|
absolute: boolean;
|
6323
6246
|
location: Anchor;
|
6324
6247
|
origin: "auto" | Anchor | "overlap";
|
6325
|
-
transition:
|
6326
|
-
component?: vue.Component
|
6327
|
-
})
|
6248
|
+
transition: string | boolean | (vue.TransitionProps & {
|
6249
|
+
component?: vue.Component;
|
6250
|
+
});
|
6328
6251
|
zIndex: string | number;
|
6329
6252
|
style: vue.StyleValue;
|
6330
6253
|
eager: boolean;
|
@@ -6334,9 +6257,9 @@ declare const VSnackbar: {
|
|
6334
6257
|
modelValue: boolean;
|
6335
6258
|
rounded: string | number | boolean;
|
6336
6259
|
tile: boolean;
|
6337
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
6338
|
-
updateLocation: (e?: Event
|
6339
|
-
}
|
6260
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
6261
|
+
updateLocation: (e?: Event) => void;
|
6262
|
+
});
|
6340
6263
|
activatorProps: Record<string, any>;
|
6341
6264
|
openOnClick: boolean;
|
6342
6265
|
openOnHover: boolean;
|
@@ -6349,29 +6272,21 @@ declare const VSnackbar: {
|
|
6349
6272
|
activator: (arg: {
|
6350
6273
|
isActive: boolean;
|
6351
6274
|
props: Record<string, any>;
|
6352
|
-
}) => vue.VNode
|
6353
|
-
|
6354
|
-
}>[];
|
6355
|
-
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
6356
|
-
[key: string]: any;
|
6357
|
-
}>[];
|
6275
|
+
}) => vue.VNode[];
|
6276
|
+
default: () => vue.VNode[];
|
6358
6277
|
actions: (arg: {
|
6359
6278
|
isActive: Ref<boolean>;
|
6360
|
-
}) => vue.VNode
|
6361
|
-
|
6362
|
-
}>[];
|
6363
|
-
text: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
6364
|
-
[key: string]: any;
|
6365
|
-
}>[];
|
6279
|
+
}) => vue.VNode[];
|
6280
|
+
text: () => vue.VNode[];
|
6366
6281
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
6367
|
-
offset: vue.PropType<
|
6282
|
+
offset: vue.PropType<StrategyProps["offset"]>;
|
6368
6283
|
absolute: BooleanConstructor;
|
6369
6284
|
location: {
|
6370
|
-
type: vue.PropType<
|
6285
|
+
type: vue.PropType<StrategyProps["location"]>;
|
6371
6286
|
default: string;
|
6372
6287
|
};
|
6373
6288
|
origin: {
|
6374
|
-
type: vue.PropType<"
|
6289
|
+
type: vue.PropType<StrategyProps["origin"]>;
|
6375
6290
|
default: string;
|
6376
6291
|
};
|
6377
6292
|
height: (StringConstructor | NumberConstructor)[];
|
@@ -6383,16 +6298,16 @@ declare const VSnackbar: {
|
|
6383
6298
|
opacity: (StringConstructor | NumberConstructor)[];
|
6384
6299
|
transition: Omit<{
|
6385
6300
|
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
6386
|
-
component?: vue.Component
|
6301
|
+
component?: vue.Component;
|
6387
6302
|
})>;
|
6388
6303
|
default: string;
|
6389
6304
|
validator: (val: unknown) => boolean;
|
6390
6305
|
}, "type" | "default"> & {
|
6391
|
-
type: vue.PropType<
|
6392
|
-
component?: vue.Component
|
6393
|
-
})
|
6306
|
+
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
6307
|
+
component?: vue.Component;
|
6308
|
+
})>;
|
6394
6309
|
default: NonNullable<string | boolean | (vue.TransitionProps & {
|
6395
|
-
component?: vue.Component
|
6310
|
+
component?: vue.Component;
|
6396
6311
|
})>;
|
6397
6312
|
};
|
6398
6313
|
zIndex: {
|
@@ -6406,15 +6321,13 @@ declare const VSnackbar: {
|
|
6406
6321
|
target: vue.PropType<Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined>;
|
6407
6322
|
eager: BooleanConstructor;
|
6408
6323
|
disabled: BooleanConstructor;
|
6409
|
-
class: vue.PropType<
|
6324
|
+
class: vue.PropType<ClassValue>;
|
6410
6325
|
theme: StringConstructor;
|
6411
6326
|
modelValue: BooleanConstructor;
|
6412
6327
|
contentClass: null;
|
6413
6328
|
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
6414
6329
|
locationStrategy: {
|
6415
|
-
type: vue.PropType<"
|
6416
|
-
updateLocation: (e?: Event | undefined) => void;
|
6417
|
-
} | undefined)>;
|
6330
|
+
type: vue.PropType<StrategyProps["locationStrategy"]>;
|
6418
6331
|
default: string;
|
6419
6332
|
validator: (val: any) => boolean;
|
6420
6333
|
};
|
@@ -6440,10 +6353,10 @@ declare const VSnackbar: {
|
|
6440
6353
|
};
|
6441
6354
|
contained: BooleanConstructor;
|
6442
6355
|
contentProps: null;
|
6443
|
-
attach: vue.PropType<
|
6356
|
+
attach: vue.PropType<boolean | string | Element>;
|
6444
6357
|
color: StringConstructor;
|
6445
6358
|
variant: {
|
6446
|
-
type: vue.PropType<
|
6359
|
+
type: vue.PropType<Variant>;
|
6447
6360
|
default: string;
|
6448
6361
|
validator: (v: any) => boolean;
|
6449
6362
|
};
|
@@ -6465,14 +6378,14 @@ declare const VSnackbar: {
|
|
6465
6378
|
};
|
6466
6379
|
vertical: BooleanConstructor;
|
6467
6380
|
}, vue.ExtractPropTypes<{
|
6468
|
-
offset: vue.PropType<
|
6381
|
+
offset: vue.PropType<StrategyProps["offset"]>;
|
6469
6382
|
absolute: BooleanConstructor;
|
6470
6383
|
location: {
|
6471
|
-
type: vue.PropType<
|
6384
|
+
type: vue.PropType<StrategyProps["location"]>;
|
6472
6385
|
default: string;
|
6473
6386
|
};
|
6474
6387
|
origin: {
|
6475
|
-
type: vue.PropType<"
|
6388
|
+
type: vue.PropType<StrategyProps["origin"]>;
|
6476
6389
|
default: string;
|
6477
6390
|
};
|
6478
6391
|
height: (StringConstructor | NumberConstructor)[];
|
@@ -6484,16 +6397,16 @@ declare const VSnackbar: {
|
|
6484
6397
|
opacity: (StringConstructor | NumberConstructor)[];
|
6485
6398
|
transition: Omit<{
|
6486
6399
|
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
6487
|
-
component?: vue.Component
|
6400
|
+
component?: vue.Component;
|
6488
6401
|
})>;
|
6489
6402
|
default: string;
|
6490
6403
|
validator: (val: unknown) => boolean;
|
6491
6404
|
}, "type" | "default"> & {
|
6492
|
-
type: vue.PropType<
|
6493
|
-
component?: vue.Component
|
6494
|
-
})
|
6405
|
+
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
6406
|
+
component?: vue.Component;
|
6407
|
+
})>;
|
6495
6408
|
default: NonNullable<string | boolean | (vue.TransitionProps & {
|
6496
|
-
component?: vue.Component
|
6409
|
+
component?: vue.Component;
|
6497
6410
|
})>;
|
6498
6411
|
};
|
6499
6412
|
zIndex: {
|
@@ -6507,15 +6420,13 @@ declare const VSnackbar: {
|
|
6507
6420
|
target: vue.PropType<Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined>;
|
6508
6421
|
eager: BooleanConstructor;
|
6509
6422
|
disabled: BooleanConstructor;
|
6510
|
-
class: vue.PropType<
|
6423
|
+
class: vue.PropType<ClassValue>;
|
6511
6424
|
theme: StringConstructor;
|
6512
6425
|
modelValue: BooleanConstructor;
|
6513
6426
|
contentClass: null;
|
6514
6427
|
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
6515
6428
|
locationStrategy: {
|
6516
|
-
type: vue.PropType<"
|
6517
|
-
updateLocation: (e?: Event | undefined) => void;
|
6518
|
-
} | undefined)>;
|
6429
|
+
type: vue.PropType<StrategyProps["locationStrategy"]>;
|
6519
6430
|
default: string;
|
6520
6431
|
validator: (val: any) => boolean;
|
6521
6432
|
};
|
@@ -6541,10 +6452,10 @@ declare const VSnackbar: {
|
|
6541
6452
|
};
|
6542
6453
|
contained: BooleanConstructor;
|
6543
6454
|
contentProps: null;
|
6544
|
-
attach: vue.PropType<
|
6455
|
+
attach: vue.PropType<boolean | string | Element>;
|
6545
6456
|
color: StringConstructor;
|
6546
6457
|
variant: {
|
6547
|
-
type: vue.PropType<
|
6458
|
+
type: vue.PropType<Variant>;
|
6548
6459
|
default: string;
|
6549
6460
|
validator: (v: any) => boolean;
|
6550
6461
|
};
|
@@ -6587,7 +6498,7 @@ type VStepperSlot = {
|
|
6587
6498
|
declare const VStepperVertical: {
|
6588
6499
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
6589
6500
|
flat: boolean;
|
6590
|
-
variant:
|
6501
|
+
variant: "default" | "inset" | "accordion" | "popout";
|
6591
6502
|
style: vue.StyleValue;
|
6592
6503
|
eager: boolean;
|
6593
6504
|
mobile: boolean | null;
|
@@ -6595,7 +6506,7 @@ declare const VStepperVertical: {
|
|
6595
6506
|
multiple: boolean;
|
6596
6507
|
readonly: boolean;
|
6597
6508
|
tag: string;
|
6598
|
-
mandatory:
|
6509
|
+
mandatory: boolean | "force";
|
6599
6510
|
focusable: boolean;
|
6600
6511
|
items: readonly StepperItem[];
|
6601
6512
|
tile: boolean;
|
@@ -6673,10 +6584,10 @@ declare const VStepperVertical: {
|
|
6673
6584
|
} & {
|
6674
6585
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
6675
6586
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
6676
|
-
'update:modelValue': (val: any) =>
|
6587
|
+
'update:modelValue': (val: any) => true;
|
6677
6588
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
6678
6589
|
flat: boolean;
|
6679
|
-
variant:
|
6590
|
+
variant: "default" | "inset" | "accordion" | "popout";
|
6680
6591
|
style: vue.StyleValue;
|
6681
6592
|
eager: boolean;
|
6682
6593
|
mobile: boolean | null;
|
@@ -6684,7 +6595,7 @@ declare const VStepperVertical: {
|
|
6684
6595
|
multiple: boolean;
|
6685
6596
|
readonly: boolean;
|
6686
6597
|
tag: string;
|
6687
|
-
mandatory:
|
6598
|
+
mandatory: boolean | "force";
|
6688
6599
|
focusable: boolean;
|
6689
6600
|
items: readonly StepperItem[];
|
6690
6601
|
tile: boolean;
|
@@ -6763,7 +6674,7 @@ declare const VStepperVertical: {
|
|
6763
6674
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
6764
6675
|
}, {
|
6765
6676
|
flat: boolean;
|
6766
|
-
variant:
|
6677
|
+
variant: "default" | "inset" | "accordion" | "popout";
|
6767
6678
|
style: vue.StyleValue;
|
6768
6679
|
eager: boolean;
|
6769
6680
|
mobile: boolean | null;
|
@@ -6771,7 +6682,7 @@ declare const VStepperVertical: {
|
|
6771
6682
|
multiple: boolean;
|
6772
6683
|
readonly: boolean;
|
6773
6684
|
tag: string;
|
6774
|
-
mandatory:
|
6685
|
+
mandatory: boolean | "force";
|
6775
6686
|
focusable: boolean;
|
6776
6687
|
modelValue: any;
|
6777
6688
|
rounded: string | number | boolean;
|
@@ -6791,38 +6702,18 @@ declare const VStepperVertical: {
|
|
6791
6702
|
altLabels: boolean;
|
6792
6703
|
nonLinear: boolean;
|
6793
6704
|
}, true, {}, vue.SlotsType<Partial<{
|
6794
|
-
[x: `header-item.${string}`]: (arg: StepperItemSlot) => vue.VNode
|
6795
|
-
|
6796
|
-
|
6797
|
-
[x: `item.${string}`]: (arg: StepperItem) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
6798
|
-
[key: string]: any;
|
6799
|
-
}>[];
|
6800
|
-
actions: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
6801
|
-
[key: string]: any;
|
6802
|
-
}>[];
|
6705
|
+
[x: `header-item.${string}`]: (arg: StepperItemSlot) => vue.VNode[];
|
6706
|
+
[x: `item.${string}`]: (arg: StepperItem) => vue.VNode[];
|
6707
|
+
actions: (arg: StepperItemSlot) => vue.VNode[];
|
6803
6708
|
default: (arg: VStepperSlot & {
|
6804
6709
|
step: unknown;
|
6805
|
-
}) => vue.VNode
|
6806
|
-
|
6807
|
-
|
6808
|
-
|
6809
|
-
|
6810
|
-
|
6811
|
-
|
6812
|
-
[key: string]: any;
|
6813
|
-
}>[];
|
6814
|
-
subtitle: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
6815
|
-
[key: string]: any;
|
6816
|
-
}>[];
|
6817
|
-
item: (arg: StepperItem) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
6818
|
-
[key: string]: any;
|
6819
|
-
}>[];
|
6820
|
-
prev: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
6821
|
-
[key: string]: any;
|
6822
|
-
}>[];
|
6823
|
-
next: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
6824
|
-
[key: string]: any;
|
6825
|
-
}>[];
|
6710
|
+
}) => vue.VNode[];
|
6711
|
+
icon: (arg: StepperItemSlot) => vue.VNode[];
|
6712
|
+
title: (arg: StepperItemSlot) => vue.VNode[];
|
6713
|
+
subtitle: (arg: StepperItemSlot) => vue.VNode[];
|
6714
|
+
item: (arg: StepperItem) => vue.VNode[];
|
6715
|
+
prev: (arg: StepperItemSlot) => vue.VNode[];
|
6716
|
+
next: (arg: StepperItemSlot) => vue.VNode[];
|
6826
6717
|
}>>, {
|
6827
6718
|
P: {};
|
6828
6719
|
B: {};
|
@@ -6832,7 +6723,7 @@ declare const VStepperVertical: {
|
|
6832
6723
|
Defaults: {};
|
6833
6724
|
}, {
|
6834
6725
|
flat: boolean;
|
6835
|
-
variant:
|
6726
|
+
variant: "default" | "inset" | "accordion" | "popout";
|
6836
6727
|
style: vue.StyleValue;
|
6837
6728
|
eager: boolean;
|
6838
6729
|
mobile: boolean | null;
|
@@ -6840,7 +6731,7 @@ declare const VStepperVertical: {
|
|
6840
6731
|
multiple: boolean;
|
6841
6732
|
readonly: boolean;
|
6842
6733
|
tag: string;
|
6843
|
-
mandatory:
|
6734
|
+
mandatory: boolean | "force";
|
6844
6735
|
focusable: boolean;
|
6845
6736
|
items: readonly StepperItem[];
|
6846
6737
|
tile: boolean;
|
@@ -6919,7 +6810,7 @@ declare const VStepperVertical: {
|
|
6919
6810
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
6920
6811
|
}, {}, {}, {}, {}, {
|
6921
6812
|
flat: boolean;
|
6922
|
-
variant:
|
6813
|
+
variant: "default" | "inset" | "accordion" | "popout";
|
6923
6814
|
style: vue.StyleValue;
|
6924
6815
|
eager: boolean;
|
6925
6816
|
mobile: boolean | null;
|
@@ -6927,7 +6818,7 @@ declare const VStepperVertical: {
|
|
6927
6818
|
multiple: boolean;
|
6928
6819
|
readonly: boolean;
|
6929
6820
|
tag: string;
|
6930
|
-
mandatory:
|
6821
|
+
mandatory: boolean | "force";
|
6931
6822
|
focusable: boolean;
|
6932
6823
|
modelValue: any;
|
6933
6824
|
rounded: string | number | boolean;
|
@@ -6947,12 +6838,12 @@ declare const VStepperVertical: {
|
|
6947
6838
|
altLabels: boolean;
|
6948
6839
|
nonLinear: boolean;
|
6949
6840
|
}>;
|
6950
|
-
__isFragment?:
|
6951
|
-
__isTeleport?:
|
6952
|
-
__isSuspense?:
|
6841
|
+
__isFragment?: never;
|
6842
|
+
__isTeleport?: never;
|
6843
|
+
__isSuspense?: never;
|
6953
6844
|
} & vue.ComponentOptionsBase<{
|
6954
6845
|
flat: boolean;
|
6955
|
-
variant:
|
6846
|
+
variant: "default" | "inset" | "accordion" | "popout";
|
6956
6847
|
style: vue.StyleValue;
|
6957
6848
|
eager: boolean;
|
6958
6849
|
mobile: boolean | null;
|
@@ -6960,7 +6851,7 @@ declare const VStepperVertical: {
|
|
6960
6851
|
multiple: boolean;
|
6961
6852
|
readonly: boolean;
|
6962
6853
|
tag: string;
|
6963
|
-
mandatory:
|
6854
|
+
mandatory: boolean | "force";
|
6964
6855
|
focusable: boolean;
|
6965
6856
|
items: readonly StepperItem[];
|
6966
6857
|
tile: boolean;
|
@@ -7038,10 +6929,10 @@ declare const VStepperVertical: {
|
|
7038
6929
|
} & {
|
7039
6930
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
7040
6931
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
7041
|
-
'update:modelValue': (val: any) =>
|
6932
|
+
'update:modelValue': (val: any) => true;
|
7042
6933
|
}, string, {
|
7043
6934
|
flat: boolean;
|
7044
|
-
variant:
|
6935
|
+
variant: "default" | "inset" | "accordion" | "popout";
|
7045
6936
|
style: vue.StyleValue;
|
7046
6937
|
eager: boolean;
|
7047
6938
|
mobile: boolean | null;
|
@@ -7049,7 +6940,7 @@ declare const VStepperVertical: {
|
|
7049
6940
|
multiple: boolean;
|
7050
6941
|
readonly: boolean;
|
7051
6942
|
tag: string;
|
7052
|
-
mandatory:
|
6943
|
+
mandatory: boolean | "force";
|
7053
6944
|
focusable: boolean;
|
7054
6945
|
modelValue: any;
|
7055
6946
|
rounded: string | number | boolean;
|
@@ -7069,38 +6960,18 @@ declare const VStepperVertical: {
|
|
7069
6960
|
altLabels: boolean;
|
7070
6961
|
nonLinear: boolean;
|
7071
6962
|
}, {}, string, vue.SlotsType<Partial<{
|
7072
|
-
[x: `header-item.${string}`]: (arg: StepperItemSlot) => vue.VNode
|
7073
|
-
|
7074
|
-
|
7075
|
-
[x: `item.${string}`]: (arg: StepperItem) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
7076
|
-
[key: string]: any;
|
7077
|
-
}>[];
|
7078
|
-
actions: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
7079
|
-
[key: string]: any;
|
7080
|
-
}>[];
|
6963
|
+
[x: `header-item.${string}`]: (arg: StepperItemSlot) => vue.VNode[];
|
6964
|
+
[x: `item.${string}`]: (arg: StepperItem) => vue.VNode[];
|
6965
|
+
actions: (arg: StepperItemSlot) => vue.VNode[];
|
7081
6966
|
default: (arg: VStepperSlot & {
|
7082
6967
|
step: unknown;
|
7083
|
-
}) => vue.VNode
|
7084
|
-
|
7085
|
-
|
7086
|
-
|
7087
|
-
|
7088
|
-
|
7089
|
-
|
7090
|
-
[key: string]: any;
|
7091
|
-
}>[];
|
7092
|
-
subtitle: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
7093
|
-
[key: string]: any;
|
7094
|
-
}>[];
|
7095
|
-
item: (arg: StepperItem) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
7096
|
-
[key: string]: any;
|
7097
|
-
}>[];
|
7098
|
-
prev: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
7099
|
-
[key: string]: any;
|
7100
|
-
}>[];
|
7101
|
-
next: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
7102
|
-
[key: string]: any;
|
7103
|
-
}>[];
|
6968
|
+
}) => vue.VNode[];
|
6969
|
+
icon: (arg: StepperItemSlot) => vue.VNode[];
|
6970
|
+
title: (arg: StepperItemSlot) => vue.VNode[];
|
6971
|
+
subtitle: (arg: StepperItemSlot) => vue.VNode[];
|
6972
|
+
item: (arg: StepperItem) => vue.VNode[];
|
6973
|
+
prev: (arg: StepperItemSlot) => vue.VNode[];
|
6974
|
+
next: (arg: StepperItemSlot) => vue.VNode[];
|
7104
6975
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
7105
6976
|
flat: BooleanConstructor;
|
7106
6977
|
variant: Omit<{
|
@@ -7108,7 +6979,7 @@ declare const VStepperVertical: {
|
|
7108
6979
|
default: string;
|
7109
6980
|
validator: (v: any) => boolean;
|
7110
6981
|
}, "type" | "default"> & {
|
7111
|
-
type: vue.PropType<
|
6982
|
+
type: vue.PropType<"default" | "inset" | "accordion" | "popout">;
|
7112
6983
|
default: NonNullable<"default" | "inset" | "accordion" | "popout">;
|
7113
6984
|
};
|
7114
6985
|
max: NumberConstructor;
|
@@ -7121,13 +6992,13 @@ declare const VStepperVertical: {
|
|
7121
6992
|
disabled: BooleanConstructor;
|
7122
6993
|
multiple: BooleanConstructor;
|
7123
6994
|
readonly: BooleanConstructor;
|
7124
|
-
class: vue.PropType<
|
6995
|
+
class: vue.PropType<ClassValue>;
|
7125
6996
|
tag: {
|
7126
6997
|
type: StringConstructor;
|
7127
6998
|
default: string;
|
7128
6999
|
};
|
7129
7000
|
mandatory: {
|
7130
|
-
type: vue.PropType<
|
7001
|
+
type: vue.PropType<boolean | "force">;
|
7131
7002
|
default: NonNullable<boolean | "force">;
|
7132
7003
|
};
|
7133
7004
|
elevation: {
|
@@ -7148,9 +7019,7 @@ declare const VStepperVertical: {
|
|
7148
7019
|
selectedClass: StringConstructor;
|
7149
7020
|
bgColor: StringConstructor;
|
7150
7021
|
ripple: {
|
7151
|
-
type: vue.PropType<
|
7152
|
-
class: string;
|
7153
|
-
} | undefined>;
|
7022
|
+
type: vue.PropType<RippleDirectiveBinding["value"]>;
|
7154
7023
|
default: boolean;
|
7155
7024
|
};
|
7156
7025
|
collapseIcon: {
|
@@ -7200,7 +7069,7 @@ declare const VStepperVertical: {
|
|
7200
7069
|
default: string;
|
7201
7070
|
validator: (v: any) => boolean;
|
7202
7071
|
}, "type" | "default"> & {
|
7203
|
-
type: vue.PropType<
|
7072
|
+
type: vue.PropType<"default" | "inset" | "accordion" | "popout">;
|
7204
7073
|
default: NonNullable<"default" | "inset" | "accordion" | "popout">;
|
7205
7074
|
};
|
7206
7075
|
max: NumberConstructor;
|
@@ -7213,13 +7082,13 @@ declare const VStepperVertical: {
|
|
7213
7082
|
disabled: BooleanConstructor;
|
7214
7083
|
multiple: BooleanConstructor;
|
7215
7084
|
readonly: BooleanConstructor;
|
7216
|
-
class: vue.PropType<
|
7085
|
+
class: vue.PropType<ClassValue>;
|
7217
7086
|
tag: {
|
7218
7087
|
type: StringConstructor;
|
7219
7088
|
default: string;
|
7220
7089
|
};
|
7221
7090
|
mandatory: {
|
7222
|
-
type: vue.PropType<
|
7091
|
+
type: vue.PropType<boolean | "force">;
|
7223
7092
|
default: NonNullable<boolean | "force">;
|
7224
7093
|
};
|
7225
7094
|
elevation: {
|
@@ -7240,9 +7109,7 @@ declare const VStepperVertical: {
|
|
7240
7109
|
selectedClass: StringConstructor;
|
7241
7110
|
bgColor: StringConstructor;
|
7242
7111
|
ripple: {
|
7243
|
-
type: vue.PropType<
|
7244
|
-
class: string;
|
7245
|
-
} | undefined>;
|
7112
|
+
type: vue.PropType<RippleDirectiveBinding["value"]>;
|
7246
7113
|
default: boolean;
|
7247
7114
|
};
|
7248
7115
|
collapseIcon: {
|
@@ -7304,8 +7171,8 @@ declare const VStepperVerticalItem: {
|
|
7304
7171
|
ripple: boolean | {
|
7305
7172
|
class: string;
|
7306
7173
|
} | undefined;
|
7307
|
-
collapseIcon:
|
7308
|
-
expandIcon:
|
7174
|
+
collapseIcon: IconValue;
|
7175
|
+
expandIcon: IconValue;
|
7309
7176
|
hideActions: boolean;
|
7310
7177
|
completeIcon: string;
|
7311
7178
|
editable: boolean;
|
@@ -7385,8 +7252,8 @@ declare const VStepperVerticalItem: {
|
|
7385
7252
|
ripple: boolean | {
|
7386
7253
|
class: string;
|
7387
7254
|
} | undefined;
|
7388
|
-
collapseIcon:
|
7389
|
-
expandIcon:
|
7255
|
+
collapseIcon: IconValue;
|
7256
|
+
expandIcon: IconValue;
|
7390
7257
|
hideActions: boolean;
|
7391
7258
|
completeIcon: string;
|
7392
7259
|
editable: boolean;
|
@@ -7463,41 +7330,25 @@ declare const VStepperVerticalItem: {
|
|
7463
7330
|
ripple: boolean | {
|
7464
7331
|
class: string;
|
7465
7332
|
} | undefined;
|
7466
|
-
collapseIcon:
|
7467
|
-
expandIcon:
|
7333
|
+
collapseIcon: IconValue;
|
7334
|
+
expandIcon: IconValue;
|
7468
7335
|
hideActions: boolean;
|
7469
7336
|
completeIcon: string;
|
7470
7337
|
editable: boolean;
|
7471
7338
|
editIcon: string;
|
7472
7339
|
errorIcon: string;
|
7473
7340
|
}, true, {}, vue.SlotsType<Partial<{
|
7474
|
-
default: (arg: StepperItemSlot) => vue.VNode
|
7475
|
-
|
7476
|
-
|
7477
|
-
|
7478
|
-
|
7479
|
-
|
7480
|
-
|
7481
|
-
[key: string]: any;
|
7482
|
-
}>[];
|
7483
|
-
title: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
7484
|
-
[key: string]: any;
|
7485
|
-
}>[];
|
7486
|
-
text: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
7487
|
-
[key: string]: any;
|
7488
|
-
}>[];
|
7489
|
-
prev: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
7490
|
-
[key: string]: any;
|
7491
|
-
}>[];
|
7492
|
-
next: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
7493
|
-
[key: string]: any;
|
7494
|
-
}>[];
|
7341
|
+
default: (arg: StepperItemSlot) => vue.VNode[];
|
7342
|
+
icon: (arg: StepperItemSlot) => vue.VNode[];
|
7343
|
+
subtitle: (arg: StepperItemSlot) => vue.VNode[];
|
7344
|
+
title: (arg: StepperItemSlot) => vue.VNode[];
|
7345
|
+
text: (arg: StepperItemSlot) => vue.VNode[];
|
7346
|
+
prev: (arg: StepperItemSlot) => vue.VNode[];
|
7347
|
+
next: (arg: StepperItemSlot) => vue.VNode[];
|
7495
7348
|
actions: (arg: StepperItemSlot & {
|
7496
7349
|
next: () => void;
|
7497
7350
|
prev: () => void;
|
7498
|
-
}) => vue.VNode
|
7499
|
-
[key: string]: any;
|
7500
|
-
}>[];
|
7351
|
+
}) => vue.VNode[];
|
7501
7352
|
}>>, {
|
7502
7353
|
P: {};
|
7503
7354
|
B: {};
|
@@ -7520,8 +7371,8 @@ declare const VStepperVerticalItem: {
|
|
7520
7371
|
ripple: boolean | {
|
7521
7372
|
class: string;
|
7522
7373
|
} | undefined;
|
7523
|
-
collapseIcon:
|
7524
|
-
expandIcon:
|
7374
|
+
collapseIcon: IconValue;
|
7375
|
+
expandIcon: IconValue;
|
7525
7376
|
hideActions: boolean;
|
7526
7377
|
completeIcon: string;
|
7527
7378
|
editable: boolean;
|
@@ -7598,17 +7449,17 @@ declare const VStepperVerticalItem: {
|
|
7598
7449
|
ripple: boolean | {
|
7599
7450
|
class: string;
|
7600
7451
|
} | undefined;
|
7601
|
-
collapseIcon:
|
7602
|
-
expandIcon:
|
7452
|
+
collapseIcon: IconValue;
|
7453
|
+
expandIcon: IconValue;
|
7603
7454
|
hideActions: boolean;
|
7604
7455
|
completeIcon: string;
|
7605
7456
|
editable: boolean;
|
7606
7457
|
editIcon: string;
|
7607
7458
|
errorIcon: string;
|
7608
7459
|
}>;
|
7609
|
-
__isFragment?:
|
7610
|
-
__isTeleport?:
|
7611
|
-
__isSuspense?:
|
7460
|
+
__isFragment?: never;
|
7461
|
+
__isTeleport?: never;
|
7462
|
+
__isSuspense?: never;
|
7612
7463
|
} & vue.ComponentOptionsBase<{
|
7613
7464
|
error: boolean;
|
7614
7465
|
complete: boolean;
|
@@ -7624,8 +7475,8 @@ declare const VStepperVerticalItem: {
|
|
7624
7475
|
ripple: boolean | {
|
7625
7476
|
class: string;
|
7626
7477
|
} | undefined;
|
7627
|
-
collapseIcon:
|
7628
|
-
expandIcon:
|
7478
|
+
collapseIcon: IconValue;
|
7479
|
+
expandIcon: IconValue;
|
7629
7480
|
hideActions: boolean;
|
7630
7481
|
completeIcon: string;
|
7631
7482
|
editable: boolean;
|
@@ -7706,41 +7557,25 @@ declare const VStepperVerticalItem: {
|
|
7706
7557
|
ripple: boolean | {
|
7707
7558
|
class: string;
|
7708
7559
|
} | undefined;
|
7709
|
-
collapseIcon:
|
7710
|
-
expandIcon:
|
7560
|
+
collapseIcon: IconValue;
|
7561
|
+
expandIcon: IconValue;
|
7711
7562
|
hideActions: boolean;
|
7712
7563
|
completeIcon: string;
|
7713
7564
|
editable: boolean;
|
7714
7565
|
editIcon: string;
|
7715
7566
|
errorIcon: string;
|
7716
7567
|
}, {}, string, vue.SlotsType<Partial<{
|
7717
|
-
default: (arg: StepperItemSlot) => vue.VNode
|
7718
|
-
|
7719
|
-
|
7720
|
-
|
7721
|
-
|
7722
|
-
|
7723
|
-
|
7724
|
-
[key: string]: any;
|
7725
|
-
}>[];
|
7726
|
-
title: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
7727
|
-
[key: string]: any;
|
7728
|
-
}>[];
|
7729
|
-
text: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
7730
|
-
[key: string]: any;
|
7731
|
-
}>[];
|
7732
|
-
prev: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
7733
|
-
[key: string]: any;
|
7734
|
-
}>[];
|
7735
|
-
next: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
7736
|
-
[key: string]: any;
|
7737
|
-
}>[];
|
7568
|
+
default: (arg: StepperItemSlot) => vue.VNode[];
|
7569
|
+
icon: (arg: StepperItemSlot) => vue.VNode[];
|
7570
|
+
subtitle: (arg: StepperItemSlot) => vue.VNode[];
|
7571
|
+
title: (arg: StepperItemSlot) => vue.VNode[];
|
7572
|
+
text: (arg: StepperItemSlot) => vue.VNode[];
|
7573
|
+
prev: (arg: StepperItemSlot) => vue.VNode[];
|
7574
|
+
next: (arg: StepperItemSlot) => vue.VNode[];
|
7738
7575
|
actions: (arg: StepperItemSlot & {
|
7739
7576
|
next: () => void;
|
7740
7577
|
prev: () => void;
|
7741
|
-
}) => vue.VNode
|
7742
|
-
[key: string]: any;
|
7743
|
-
}>[];
|
7578
|
+
}) => vue.VNode[];
|
7744
7579
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
7745
7580
|
color: StringConstructor;
|
7746
7581
|
value: null;
|
@@ -7753,7 +7588,7 @@ declare const VStepperVerticalItem: {
|
|
7753
7588
|
eager: BooleanConstructor;
|
7754
7589
|
disabled: BooleanConstructor;
|
7755
7590
|
readonly: BooleanConstructor;
|
7756
|
-
class: vue.PropType<
|
7591
|
+
class: vue.PropType<ClassValue>;
|
7757
7592
|
tag: {
|
7758
7593
|
type: StringConstructor;
|
7759
7594
|
default: string;
|
@@ -7772,23 +7607,21 @@ declare const VStepperVerticalItem: {
|
|
7772
7607
|
selectedClass: StringConstructor;
|
7773
7608
|
bgColor: StringConstructor;
|
7774
7609
|
ripple: {
|
7775
|
-
type: vue.PropType<
|
7776
|
-
class: string;
|
7777
|
-
} | undefined>;
|
7610
|
+
type: vue.PropType<RippleDirectiveBinding["value"]>;
|
7778
7611
|
default: boolean;
|
7779
7612
|
};
|
7780
7613
|
collapseIcon: Omit<{
|
7781
7614
|
type: vue.PropType<IconValue>;
|
7782
7615
|
default: string;
|
7783
7616
|
}, "type" | "default"> & {
|
7784
|
-
type: vue.PropType<
|
7617
|
+
type: vue.PropType<IconValue>;
|
7785
7618
|
default: NonNullable<IconValue>;
|
7786
7619
|
};
|
7787
7620
|
expandIcon: Omit<{
|
7788
7621
|
type: vue.PropType<IconValue>;
|
7789
7622
|
default: string;
|
7790
7623
|
}, "type" | "default"> & {
|
7791
|
-
type: vue.PropType<
|
7624
|
+
type: vue.PropType<IconValue>;
|
7792
7625
|
default: NonNullable<IconValue>;
|
7793
7626
|
};
|
7794
7627
|
subtitle: StringConstructor;
|
@@ -7825,7 +7658,7 @@ declare const VStepperVerticalItem: {
|
|
7825
7658
|
eager: BooleanConstructor;
|
7826
7659
|
disabled: BooleanConstructor;
|
7827
7660
|
readonly: BooleanConstructor;
|
7828
|
-
class: vue.PropType<
|
7661
|
+
class: vue.PropType<ClassValue>;
|
7829
7662
|
tag: {
|
7830
7663
|
type: StringConstructor;
|
7831
7664
|
default: string;
|
@@ -7844,23 +7677,21 @@ declare const VStepperVerticalItem: {
|
|
7844
7677
|
selectedClass: StringConstructor;
|
7845
7678
|
bgColor: StringConstructor;
|
7846
7679
|
ripple: {
|
7847
|
-
type: vue.PropType<
|
7848
|
-
class: string;
|
7849
|
-
} | undefined>;
|
7680
|
+
type: vue.PropType<RippleDirectiveBinding["value"]>;
|
7850
7681
|
default: boolean;
|
7851
7682
|
};
|
7852
7683
|
collapseIcon: Omit<{
|
7853
7684
|
type: vue.PropType<IconValue>;
|
7854
7685
|
default: string;
|
7855
7686
|
}, "type" | "default"> & {
|
7856
|
-
type: vue.PropType<
|
7687
|
+
type: vue.PropType<IconValue>;
|
7857
7688
|
default: NonNullable<IconValue>;
|
7858
7689
|
};
|
7859
7690
|
expandIcon: Omit<{
|
7860
7691
|
type: vue.PropType<IconValue>;
|
7861
7692
|
default: string;
|
7862
7693
|
}, "type" | "default"> & {
|
7863
|
-
type: vue.PropType<
|
7694
|
+
type: vue.PropType<IconValue>;
|
7864
7695
|
default: NonNullable<IconValue>;
|
7865
7696
|
};
|
7866
7697
|
subtitle: StringConstructor;
|
@@ -7991,16 +7822,12 @@ declare const VStepperVerticalActions: {
|
|
7991
7822
|
props: {
|
7992
7823
|
onClick: () => void;
|
7993
7824
|
};
|
7994
|
-
}) => vue.VNode
|
7995
|
-
[key: string]: any;
|
7996
|
-
}>[];
|
7825
|
+
}) => vue.VNode[];
|
7997
7826
|
next: (arg: {
|
7998
7827
|
props: {
|
7999
7828
|
onClick: () => void;
|
8000
7829
|
};
|
8001
|
-
}) => vue.VNode
|
8002
|
-
[key: string]: any;
|
8003
|
-
}>[];
|
7830
|
+
}) => vue.VNode[];
|
8004
7831
|
}>>, {
|
8005
7832
|
P: {};
|
8006
7833
|
B: {};
|
@@ -8058,9 +7885,9 @@ declare const VStepperVerticalActions: {
|
|
8058
7885
|
prevText: string;
|
8059
7886
|
nextText: string;
|
8060
7887
|
}>;
|
8061
|
-
__isFragment?:
|
8062
|
-
__isTeleport?:
|
8063
|
-
__isSuspense?:
|
7888
|
+
__isFragment?: never;
|
7889
|
+
__isTeleport?: never;
|
7890
|
+
__isSuspense?: never;
|
8064
7891
|
} & vue.ComponentOptionsBase<{
|
8065
7892
|
disabled: boolean | "next" | "prev";
|
8066
7893
|
prevText: string;
|
@@ -8118,16 +7945,12 @@ declare const VStepperVerticalActions: {
|
|
8118
7945
|
props: {
|
8119
7946
|
onClick: () => void;
|
8120
7947
|
};
|
8121
|
-
}) => vue.VNode
|
8122
|
-
[key: string]: any;
|
8123
|
-
}>[];
|
7948
|
+
}) => vue.VNode[];
|
8124
7949
|
next: (arg: {
|
8125
7950
|
props: {
|
8126
7951
|
onClick: () => void;
|
8127
7952
|
};
|
8128
|
-
}) => vue.VNode
|
8129
|
-
[key: string]: any;
|
8130
|
-
}>[];
|
7953
|
+
}) => vue.VNode[];
|
8131
7954
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
8132
7955
|
color: StringConstructor;
|
8133
7956
|
disabled: {
|
@@ -8227,16 +8050,12 @@ declare const VPullToRefresh: {
|
|
8227
8050
|
}, {
|
8228
8051
|
pullDownThreshold: number;
|
8229
8052
|
}, true, {}, vue.SlotsType<Partial<{
|
8230
|
-
default: () => vue.VNode
|
8231
|
-
[key: string]: any;
|
8232
|
-
}>[];
|
8053
|
+
default: () => vue.VNode[];
|
8233
8054
|
pullDownPanel: (arg: {
|
8234
8055
|
canRefresh: boolean;
|
8235
8056
|
goingUp: boolean;
|
8236
8057
|
refreshing: boolean;
|
8237
|
-
}) => vue.VNode
|
8238
|
-
[key: string]: any;
|
8239
|
-
}>[];
|
8058
|
+
}) => vue.VNode[];
|
8240
8059
|
}>>, {
|
8241
8060
|
P: {};
|
8242
8061
|
B: {};
|
@@ -8277,9 +8096,9 @@ declare const VPullToRefresh: {
|
|
8277
8096
|
}, {}, {}, {}, {}, {
|
8278
8097
|
pullDownThreshold: number;
|
8279
8098
|
}>;
|
8280
|
-
__isFragment?:
|
8281
|
-
__isTeleport?:
|
8282
|
-
__isSuspense?:
|
8099
|
+
__isFragment?: never;
|
8100
|
+
__isTeleport?: never;
|
8101
|
+
__isSuspense?: never;
|
8283
8102
|
} & vue.ComponentOptionsBase<{
|
8284
8103
|
pullDownThreshold: number;
|
8285
8104
|
} & {} & {
|
@@ -8317,16 +8136,12 @@ declare const VPullToRefresh: {
|
|
8317
8136
|
}, string, {
|
8318
8137
|
pullDownThreshold: number;
|
8319
8138
|
}, {}, string, vue.SlotsType<Partial<{
|
8320
|
-
default: () => vue.VNode
|
8321
|
-
[key: string]: any;
|
8322
|
-
}>[];
|
8139
|
+
default: () => vue.VNode[];
|
8323
8140
|
pullDownPanel: (arg: {
|
8324
8141
|
canRefresh: boolean;
|
8325
8142
|
goingUp: boolean;
|
8326
8143
|
refreshing: boolean;
|
8327
|
-
}) => vue.VNode
|
8328
|
-
[key: string]: any;
|
8329
|
-
}>[];
|
8144
|
+
}) => vue.VNode[];
|
8330
8145
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
8331
8146
|
pullDownThreshold: {
|
8332
8147
|
type: NumberConstructor;
|
@@ -8361,9 +8176,9 @@ declare const VSnackbarQueue: {
|
|
8361
8176
|
absolute: boolean;
|
8362
8177
|
location: Anchor;
|
8363
8178
|
origin: "auto" | Anchor | "overlap";
|
8364
|
-
transition:
|
8365
|
-
component?: vue.Component
|
8366
|
-
})
|
8179
|
+
transition: string | boolean | (vue.TransitionProps & {
|
8180
|
+
component?: vue.Component;
|
8181
|
+
});
|
8367
8182
|
zIndex: string | number;
|
8368
8183
|
style: vue.StyleValue;
|
8369
8184
|
eager: boolean;
|
@@ -8371,9 +8186,9 @@ declare const VSnackbarQueue: {
|
|
8371
8186
|
timeout: string | number;
|
8372
8187
|
vertical: boolean;
|
8373
8188
|
tile: boolean;
|
8374
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
8375
|
-
updateLocation: (e?: Event
|
8376
|
-
}
|
8189
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
8190
|
+
updateLocation: (e?: Event) => void;
|
8191
|
+
});
|
8377
8192
|
activatorProps: Record<string, any>;
|
8378
8193
|
openOnHover: boolean;
|
8379
8194
|
closeOnContentClick: boolean;
|
@@ -8409,14 +8224,14 @@ declare const VSnackbarQueue: {
|
|
8409
8224
|
attach?: string | boolean | Element | undefined;
|
8410
8225
|
} & {}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
8411
8226
|
'update:modelValue': (val: (string | SnackbarMessage)[]) => true;
|
8412
|
-
}, "$children" | "v-
|
8227
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:text" | "update:modelValue" | "v-slot:actions">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
8413
8228
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
8414
8229
|
absolute: boolean;
|
8415
8230
|
location: Anchor;
|
8416
8231
|
origin: "auto" | Anchor | "overlap";
|
8417
|
-
transition:
|
8418
|
-
component?: vue.Component
|
8419
|
-
})
|
8232
|
+
transition: string | boolean | (vue.TransitionProps & {
|
8233
|
+
component?: vue.Component;
|
8234
|
+
});
|
8420
8235
|
zIndex: string | number;
|
8421
8236
|
style: vue.StyleValue;
|
8422
8237
|
eager: boolean;
|
@@ -8424,9 +8239,9 @@ declare const VSnackbarQueue: {
|
|
8424
8239
|
timeout: string | number;
|
8425
8240
|
vertical: boolean;
|
8426
8241
|
tile: boolean;
|
8427
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
8428
|
-
updateLocation: (e?: Event
|
8429
|
-
}
|
8242
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
8243
|
+
updateLocation: (e?: Event) => void;
|
8244
|
+
});
|
8430
8245
|
activatorProps: Record<string, any>;
|
8431
8246
|
openOnHover: boolean;
|
8432
8247
|
closeOnContentClick: boolean;
|
@@ -8465,9 +8280,9 @@ declare const VSnackbarQueue: {
|
|
8465
8280
|
absolute: boolean;
|
8466
8281
|
location: Anchor;
|
8467
8282
|
origin: "auto" | Anchor | "overlap";
|
8468
|
-
transition:
|
8469
|
-
component?: vue.Component
|
8470
|
-
})
|
8283
|
+
transition: string | boolean | (vue.TransitionProps & {
|
8284
|
+
component?: vue.Component;
|
8285
|
+
});
|
8471
8286
|
zIndex: string | number;
|
8472
8287
|
style: vue.StyleValue;
|
8473
8288
|
eager: boolean;
|
@@ -8476,9 +8291,9 @@ declare const VSnackbarQueue: {
|
|
8476
8291
|
vertical: boolean;
|
8477
8292
|
rounded: string | number | boolean;
|
8478
8293
|
tile: boolean;
|
8479
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
8480
|
-
updateLocation: (e?: Event
|
8481
|
-
}
|
8294
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
8295
|
+
updateLocation: (e?: Event) => void;
|
8296
|
+
});
|
8482
8297
|
activatorProps: Record<string, any>;
|
8483
8298
|
openOnClick: boolean;
|
8484
8299
|
openOnHover: boolean;
|
@@ -8491,22 +8306,16 @@ declare const VSnackbarQueue: {
|
|
8491
8306
|
}, true, {}, vue.SlotsType<Partial<{
|
8492
8307
|
default: (arg: {
|
8493
8308
|
item: string | SnackbarMessage;
|
8494
|
-
}) => vue.VNode
|
8495
|
-
[key: string]: any;
|
8496
|
-
}>[];
|
8309
|
+
}) => vue.VNode[];
|
8497
8310
|
text: (arg: {
|
8498
8311
|
item: string | SnackbarMessage;
|
8499
|
-
}) => vue.VNode
|
8500
|
-
[key: string]: any;
|
8501
|
-
}>[];
|
8312
|
+
}) => vue.VNode[];
|
8502
8313
|
actions: (arg: {
|
8503
8314
|
item: string | SnackbarMessage;
|
8504
8315
|
props: {
|
8505
8316
|
onClick: () => void;
|
8506
8317
|
};
|
8507
|
-
}) => vue.VNode
|
8508
|
-
[key: string]: any;
|
8509
|
-
}>[];
|
8318
|
+
}) => vue.VNode[];
|
8510
8319
|
}>>, {
|
8511
8320
|
P: {};
|
8512
8321
|
B: {};
|
@@ -8519,9 +8328,9 @@ declare const VSnackbarQueue: {
|
|
8519
8328
|
absolute: boolean;
|
8520
8329
|
location: Anchor;
|
8521
8330
|
origin: "auto" | Anchor | "overlap";
|
8522
|
-
transition:
|
8523
|
-
component?: vue.Component
|
8524
|
-
})
|
8331
|
+
transition: string | boolean | (vue.TransitionProps & {
|
8332
|
+
component?: vue.Component;
|
8333
|
+
});
|
8525
8334
|
zIndex: string | number;
|
8526
8335
|
style: vue.StyleValue;
|
8527
8336
|
eager: boolean;
|
@@ -8529,9 +8338,9 @@ declare const VSnackbarQueue: {
|
|
8529
8338
|
timeout: string | number;
|
8530
8339
|
vertical: boolean;
|
8531
8340
|
tile: boolean;
|
8532
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
8533
|
-
updateLocation: (e?: Event
|
8534
|
-
}
|
8341
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
8342
|
+
updateLocation: (e?: Event) => void;
|
8343
|
+
});
|
8535
8344
|
activatorProps: Record<string, any>;
|
8536
8345
|
openOnHover: boolean;
|
8537
8346
|
closeOnContentClick: boolean;
|
@@ -8570,9 +8379,9 @@ declare const VSnackbarQueue: {
|
|
8570
8379
|
absolute: boolean;
|
8571
8380
|
location: Anchor;
|
8572
8381
|
origin: "auto" | Anchor | "overlap";
|
8573
|
-
transition:
|
8574
|
-
component?: vue.Component
|
8575
|
-
})
|
8382
|
+
transition: string | boolean | (vue.TransitionProps & {
|
8383
|
+
component?: vue.Component;
|
8384
|
+
});
|
8576
8385
|
zIndex: string | number;
|
8577
8386
|
style: vue.StyleValue;
|
8578
8387
|
eager: boolean;
|
@@ -8581,9 +8390,9 @@ declare const VSnackbarQueue: {
|
|
8581
8390
|
vertical: boolean;
|
8582
8391
|
rounded: string | number | boolean;
|
8583
8392
|
tile: boolean;
|
8584
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
8585
|
-
updateLocation: (e?: Event
|
8586
|
-
}
|
8393
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
8394
|
+
updateLocation: (e?: Event) => void;
|
8395
|
+
});
|
8587
8396
|
activatorProps: Record<string, any>;
|
8588
8397
|
openOnClick: boolean;
|
8589
8398
|
openOnHover: boolean;
|
@@ -8594,17 +8403,17 @@ declare const VSnackbarQueue: {
|
|
8594
8403
|
closeText: string;
|
8595
8404
|
multiLine: boolean;
|
8596
8405
|
}>;
|
8597
|
-
__isFragment?:
|
8598
|
-
__isTeleport?:
|
8599
|
-
__isSuspense?:
|
8406
|
+
__isFragment?: never;
|
8407
|
+
__isTeleport?: never;
|
8408
|
+
__isSuspense?: never;
|
8600
8409
|
} & vue.ComponentOptionsBase<{
|
8601
8410
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
8602
8411
|
absolute: boolean;
|
8603
8412
|
location: Anchor;
|
8604
8413
|
origin: "auto" | Anchor | "overlap";
|
8605
|
-
transition:
|
8606
|
-
component?: vue.Component
|
8607
|
-
})
|
8414
|
+
transition: string | boolean | (vue.TransitionProps & {
|
8415
|
+
component?: vue.Component;
|
8416
|
+
});
|
8608
8417
|
zIndex: string | number;
|
8609
8418
|
style: vue.StyleValue;
|
8610
8419
|
eager: boolean;
|
@@ -8612,9 +8421,9 @@ declare const VSnackbarQueue: {
|
|
8612
8421
|
timeout: string | number;
|
8613
8422
|
vertical: boolean;
|
8614
8423
|
tile: boolean;
|
8615
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
8616
|
-
updateLocation: (e?: Event
|
8617
|
-
}
|
8424
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
8425
|
+
updateLocation: (e?: Event) => void;
|
8426
|
+
});
|
8618
8427
|
activatorProps: Record<string, any>;
|
8619
8428
|
openOnHover: boolean;
|
8620
8429
|
closeOnContentClick: boolean;
|
@@ -8650,14 +8459,14 @@ declare const VSnackbarQueue: {
|
|
8650
8459
|
attach?: string | boolean | Element | undefined;
|
8651
8460
|
} & {}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
8652
8461
|
'update:modelValue': (val: (string | SnackbarMessage)[]) => true;
|
8653
|
-
}, "$children" | "v-
|
8462
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:text" | "update:modelValue" | "v-slot:actions">, string, {
|
8654
8463
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
8655
8464
|
absolute: boolean;
|
8656
8465
|
location: Anchor;
|
8657
8466
|
origin: "auto" | Anchor | "overlap";
|
8658
|
-
transition:
|
8659
|
-
component?: vue.Component
|
8660
|
-
})
|
8467
|
+
transition: string | boolean | (vue.TransitionProps & {
|
8468
|
+
component?: vue.Component;
|
8469
|
+
});
|
8661
8470
|
zIndex: string | number;
|
8662
8471
|
style: vue.StyleValue;
|
8663
8472
|
eager: boolean;
|
@@ -8666,9 +8475,9 @@ declare const VSnackbarQueue: {
|
|
8666
8475
|
vertical: boolean;
|
8667
8476
|
rounded: string | number | boolean;
|
8668
8477
|
tile: boolean;
|
8669
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
8670
|
-
updateLocation: (e?: Event
|
8671
|
-
}
|
8478
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
8479
|
+
updateLocation: (e?: Event) => void;
|
8480
|
+
});
|
8672
8481
|
activatorProps: Record<string, any>;
|
8673
8482
|
openOnClick: boolean;
|
8674
8483
|
openOnHover: boolean;
|
@@ -8681,42 +8490,33 @@ declare const VSnackbarQueue: {
|
|
8681
8490
|
}, {}, string, vue.SlotsType<Partial<{
|
8682
8491
|
default: (arg: {
|
8683
8492
|
item: string | SnackbarMessage;
|
8684
|
-
}) => vue.VNode
|
8685
|
-
[key: string]: any;
|
8686
|
-
}>[];
|
8493
|
+
}) => vue.VNode[];
|
8687
8494
|
text: (arg: {
|
8688
8495
|
item: string | SnackbarMessage;
|
8689
|
-
}) => vue.VNode
|
8690
|
-
[key: string]: any;
|
8691
|
-
}>[];
|
8496
|
+
}) => vue.VNode[];
|
8692
8497
|
actions: (arg: {
|
8693
8498
|
item: string | SnackbarMessage;
|
8694
8499
|
props: {
|
8695
8500
|
onClick: () => void;
|
8696
8501
|
};
|
8697
|
-
}) => vue.VNode
|
8698
|
-
[key: string]: any;
|
8699
|
-
}>[];
|
8502
|
+
}) => vue.VNode[];
|
8700
8503
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T extends readonly (string | SnackbarMessage)[]>(props: {
|
8701
|
-
modelValue?: T
|
8702
|
-
|
8703
|
-
}, slots: VSnackbarQueueSlots<T[number]>) => GenericProps<{
|
8704
|
-
modelValue?: T | undefined;
|
8705
|
-
'onUpdate:modelValue'?: ((val: T) => void) | undefined;
|
8706
|
-
}, VSnackbarQueueSlots<T[number]>>) & FilterPropsOptions<{
|
8504
|
+
modelValue?: T;
|
8505
|
+
"onUpdate:modelValue"?: (val: T) => void;
|
8506
|
+
}, slots: VSnackbarQueueSlots<T[number]>) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{
|
8707
8507
|
variant: {
|
8708
|
-
type: PropType<
|
8508
|
+
type: PropType<Variant>;
|
8709
8509
|
default: string;
|
8710
8510
|
validator: (v: any) => boolean;
|
8711
8511
|
};
|
8712
|
-
offset: PropType<
|
8512
|
+
offset: PropType<StrategyProps["offset"]>;
|
8713
8513
|
absolute: BooleanConstructor;
|
8714
8514
|
location: {
|
8715
|
-
type: PropType<
|
8515
|
+
type: PropType<StrategyProps["location"]>;
|
8716
8516
|
default: string;
|
8717
8517
|
};
|
8718
8518
|
origin: {
|
8719
|
-
type: PropType<"
|
8519
|
+
type: PropType<StrategyProps["origin"]>;
|
8720
8520
|
default: string;
|
8721
8521
|
};
|
8722
8522
|
height: (StringConstructor | NumberConstructor)[];
|
@@ -8733,16 +8533,16 @@ declare const VSnackbarQueue: {
|
|
8733
8533
|
};
|
8734
8534
|
transition: Omit<{
|
8735
8535
|
type: PropType<string | boolean | (vue.TransitionProps & {
|
8736
|
-
component?: vue.Component
|
8536
|
+
component?: vue.Component;
|
8737
8537
|
})>;
|
8738
8538
|
default: string;
|
8739
8539
|
validator: (val: unknown) => boolean;
|
8740
8540
|
}, "type" | "default"> & {
|
8741
|
-
type: PropType<
|
8742
|
-
component?: vue.Component
|
8743
|
-
})
|
8541
|
+
type: PropType<string | boolean | (vue.TransitionProps & {
|
8542
|
+
component?: vue.Component;
|
8543
|
+
})>;
|
8744
8544
|
default: NonNullable<string | boolean | (vue.TransitionProps & {
|
8745
|
-
component?: vue.Component
|
8545
|
+
component?: vue.Component;
|
8746
8546
|
})>;
|
8747
8547
|
};
|
8748
8548
|
zIndex: {
|
@@ -8761,7 +8561,7 @@ declare const VSnackbarQueue: {
|
|
8761
8561
|
type: (StringConstructor | NumberConstructor)[];
|
8762
8562
|
default: number;
|
8763
8563
|
};
|
8764
|
-
class: PropType<
|
8564
|
+
class: PropType<ClassValue>;
|
8765
8565
|
vertical: BooleanConstructor;
|
8766
8566
|
timer: (StringConstructor | BooleanConstructor)[];
|
8767
8567
|
theme: StringConstructor;
|
@@ -8773,9 +8573,7 @@ declare const VSnackbarQueue: {
|
|
8773
8573
|
tile: BooleanConstructor;
|
8774
8574
|
activator: PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
8775
8575
|
locationStrategy: {
|
8776
|
-
type: PropType<"
|
8777
|
-
updateLocation: (e?: Event | undefined) => void;
|
8778
|
-
} | undefined)>;
|
8576
|
+
type: PropType<StrategyProps["locationStrategy"]>;
|
8779
8577
|
default: string;
|
8780
8578
|
validator: (val: any) => boolean;
|
8781
8579
|
};
|
@@ -8801,7 +8599,7 @@ declare const VSnackbarQueue: {
|
|
8801
8599
|
};
|
8802
8600
|
contained: BooleanConstructor;
|
8803
8601
|
contentProps: null;
|
8804
|
-
attach: PropType<
|
8602
|
+
attach: PropType<boolean | string | Element>;
|
8805
8603
|
multiLine: BooleanConstructor;
|
8806
8604
|
closable: (StringConstructor | BooleanConstructor)[];
|
8807
8605
|
closeText: {
|
@@ -8814,18 +8612,18 @@ declare const VSnackbarQueue: {
|
|
8814
8612
|
};
|
8815
8613
|
}, vue.ExtractPropTypes<{
|
8816
8614
|
variant: {
|
8817
|
-
type: PropType<
|
8615
|
+
type: PropType<Variant>;
|
8818
8616
|
default: string;
|
8819
8617
|
validator: (v: any) => boolean;
|
8820
8618
|
};
|
8821
|
-
offset: PropType<
|
8619
|
+
offset: PropType<StrategyProps["offset"]>;
|
8822
8620
|
absolute: BooleanConstructor;
|
8823
8621
|
location: {
|
8824
|
-
type: PropType<
|
8622
|
+
type: PropType<StrategyProps["location"]>;
|
8825
8623
|
default: string;
|
8826
8624
|
};
|
8827
8625
|
origin: {
|
8828
|
-
type: PropType<"
|
8626
|
+
type: PropType<StrategyProps["origin"]>;
|
8829
8627
|
default: string;
|
8830
8628
|
};
|
8831
8629
|
height: (StringConstructor | NumberConstructor)[];
|
@@ -8842,16 +8640,16 @@ declare const VSnackbarQueue: {
|
|
8842
8640
|
};
|
8843
8641
|
transition: Omit<{
|
8844
8642
|
type: PropType<string | boolean | (vue.TransitionProps & {
|
8845
|
-
component?: vue.Component
|
8643
|
+
component?: vue.Component;
|
8846
8644
|
})>;
|
8847
8645
|
default: string;
|
8848
8646
|
validator: (val: unknown) => boolean;
|
8849
8647
|
}, "type" | "default"> & {
|
8850
|
-
type: PropType<
|
8851
|
-
component?: vue.Component
|
8852
|
-
})
|
8648
|
+
type: PropType<string | boolean | (vue.TransitionProps & {
|
8649
|
+
component?: vue.Component;
|
8650
|
+
})>;
|
8853
8651
|
default: NonNullable<string | boolean | (vue.TransitionProps & {
|
8854
|
-
component?: vue.Component
|
8652
|
+
component?: vue.Component;
|
8855
8653
|
})>;
|
8856
8654
|
};
|
8857
8655
|
zIndex: {
|
@@ -8870,7 +8668,7 @@ declare const VSnackbarQueue: {
|
|
8870
8668
|
type: (StringConstructor | NumberConstructor)[];
|
8871
8669
|
default: number;
|
8872
8670
|
};
|
8873
|
-
class: PropType<
|
8671
|
+
class: PropType<ClassValue>;
|
8874
8672
|
vertical: BooleanConstructor;
|
8875
8673
|
timer: (StringConstructor | BooleanConstructor)[];
|
8876
8674
|
theme: StringConstructor;
|
@@ -8882,9 +8680,7 @@ declare const VSnackbarQueue: {
|
|
8882
8680
|
tile: BooleanConstructor;
|
8883
8681
|
activator: PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
8884
8682
|
locationStrategy: {
|
8885
|
-
type: PropType<"
|
8886
|
-
updateLocation: (e?: Event | undefined) => void;
|
8887
|
-
} | undefined)>;
|
8683
|
+
type: PropType<StrategyProps["locationStrategy"]>;
|
8888
8684
|
default: string;
|
8889
8685
|
validator: (val: any) => boolean;
|
8890
8686
|
};
|
@@ -8910,7 +8706,7 @@ declare const VSnackbarQueue: {
|
|
8910
8706
|
};
|
8911
8707
|
contained: BooleanConstructor;
|
8912
8708
|
contentProps: null;
|
8913
|
-
attach: PropType<
|
8709
|
+
attach: PropType<boolean | string | Element>;
|
8914
8710
|
multiLine: BooleanConstructor;
|
8915
8711
|
closable: (StringConstructor | BooleanConstructor)[];
|
8916
8712
|
closeText: {
|
@@ -8942,7 +8738,7 @@ declare const VTimePicker: {
|
|
8942
8738
|
useSeconds: boolean;
|
8943
8739
|
} & {
|
8944
8740
|
max?: string | undefined;
|
8945
|
-
location?: Anchor | undefined;
|
8741
|
+
location?: Anchor | null | undefined;
|
8946
8742
|
height?: string | number | undefined;
|
8947
8743
|
width?: string | number | undefined;
|
8948
8744
|
min?: string | undefined;
|
@@ -9003,7 +8799,7 @@ declare const VTimePicker: {
|
|
9003
8799
|
useSeconds: boolean;
|
9004
8800
|
} & {
|
9005
8801
|
max?: string | undefined;
|
9006
|
-
location?: Anchor | undefined;
|
8802
|
+
location?: Anchor | null | undefined;
|
9007
8803
|
height?: string | number | undefined;
|
9008
8804
|
width?: string | number | undefined;
|
9009
8805
|
min?: string | undefined;
|
@@ -9058,15 +8854,9 @@ declare const VTimePicker: {
|
|
9058
8854
|
ampmInTitle: boolean;
|
9059
8855
|
useSeconds: boolean;
|
9060
8856
|
}, true, {}, vue.SlotsType<Partial<{
|
9061
|
-
default: () => vue.VNode
|
9062
|
-
|
9063
|
-
|
9064
|
-
title: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
9065
|
-
[key: string]: any;
|
9066
|
-
}>[];
|
9067
|
-
actions: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
9068
|
-
[key: string]: any;
|
9069
|
-
}>[];
|
8857
|
+
default: () => vue.VNode[];
|
8858
|
+
title: () => vue.VNode[];
|
8859
|
+
actions: () => vue.VNode[];
|
9070
8860
|
}>>, {
|
9071
8861
|
P: {};
|
9072
8862
|
B: {};
|
@@ -9088,7 +8878,7 @@ declare const VTimePicker: {
|
|
9088
8878
|
useSeconds: boolean;
|
9089
8879
|
} & {
|
9090
8880
|
max?: string | undefined;
|
9091
|
-
location?: Anchor | undefined;
|
8881
|
+
location?: Anchor | null | undefined;
|
9092
8882
|
height?: string | number | undefined;
|
9093
8883
|
width?: string | number | undefined;
|
9094
8884
|
min?: string | undefined;
|
@@ -9143,9 +8933,9 @@ declare const VTimePicker: {
|
|
9143
8933
|
ampmInTitle: boolean;
|
9144
8934
|
useSeconds: boolean;
|
9145
8935
|
}>;
|
9146
|
-
__isFragment?:
|
9147
|
-
__isTeleport?:
|
9148
|
-
__isSuspense?:
|
8936
|
+
__isFragment?: never;
|
8937
|
+
__isTeleport?: never;
|
8938
|
+
__isSuspense?: never;
|
9149
8939
|
} & vue.ComponentOptionsBase<{
|
9150
8940
|
style: vue.StyleValue;
|
9151
8941
|
title: string;
|
@@ -9160,7 +8950,7 @@ declare const VTimePicker: {
|
|
9160
8950
|
useSeconds: boolean;
|
9161
8951
|
} & {
|
9162
8952
|
max?: string | undefined;
|
9163
|
-
location?: Anchor | undefined;
|
8953
|
+
location?: Anchor | null | undefined;
|
9164
8954
|
height?: string | number | undefined;
|
9165
8955
|
width?: string | number | undefined;
|
9166
8956
|
min?: string | undefined;
|
@@ -9221,17 +9011,11 @@ declare const VTimePicker: {
|
|
9221
9011
|
ampmInTitle: boolean;
|
9222
9012
|
useSeconds: boolean;
|
9223
9013
|
}, {}, string, vue.SlotsType<Partial<{
|
9224
|
-
default: () => vue.VNode
|
9225
|
-
|
9226
|
-
|
9227
|
-
title: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
9228
|
-
[key: string]: any;
|
9229
|
-
}>[];
|
9230
|
-
actions: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
9231
|
-
[key: string]: any;
|
9232
|
-
}>[];
|
9014
|
+
default: () => vue.VNode[];
|
9015
|
+
title: () => vue.VNode[];
|
9016
|
+
actions: () => vue.VNode[];
|
9233
9017
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
9234
|
-
location: PropType<Anchor>;
|
9018
|
+
location: PropType<Anchor | null>;
|
9235
9019
|
height: (StringConstructor | NumberConstructor)[];
|
9236
9020
|
width: (StringConstructor | NumberConstructor)[];
|
9237
9021
|
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
@@ -9252,7 +9036,7 @@ declare const VTimePicker: {
|
|
9252
9036
|
type: PropType<string>;
|
9253
9037
|
default: string;
|
9254
9038
|
};
|
9255
|
-
class: PropType<
|
9039
|
+
class: PropType<ClassValue>;
|
9256
9040
|
tag: {
|
9257
9041
|
type: StringConstructor;
|
9258
9042
|
default: string;
|
@@ -9269,9 +9053,9 @@ declare const VTimePicker: {
|
|
9269
9053
|
tile: BooleanConstructor;
|
9270
9054
|
bgColor: StringConstructor;
|
9271
9055
|
hideHeader: BooleanConstructor;
|
9272
|
-
allowedHours: PropType<number[]
|
9273
|
-
allowedMinutes: PropType<number[]
|
9274
|
-
allowedSeconds: PropType<number[]
|
9056
|
+
allowedHours: PropType<AllowFunction | number[]>;
|
9057
|
+
allowedMinutes: PropType<AllowFunction | number[]>;
|
9058
|
+
allowedSeconds: PropType<AllowFunction | number[]>;
|
9275
9059
|
ampmInTitle: BooleanConstructor;
|
9276
9060
|
disabled: BooleanConstructor;
|
9277
9061
|
format: {
|
@@ -9285,7 +9069,7 @@ declare const VTimePicker: {
|
|
9285
9069
|
scrollable: BooleanConstructor;
|
9286
9070
|
useSeconds: BooleanConstructor;
|
9287
9071
|
}, vue.ExtractPropTypes<{
|
9288
|
-
location: PropType<Anchor>;
|
9072
|
+
location: PropType<Anchor | null>;
|
9289
9073
|
height: (StringConstructor | NumberConstructor)[];
|
9290
9074
|
width: (StringConstructor | NumberConstructor)[];
|
9291
9075
|
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
@@ -9306,7 +9090,7 @@ declare const VTimePicker: {
|
|
9306
9090
|
type: PropType<string>;
|
9307
9091
|
default: string;
|
9308
9092
|
};
|
9309
|
-
class: PropType<
|
9093
|
+
class: PropType<ClassValue>;
|
9310
9094
|
tag: {
|
9311
9095
|
type: StringConstructor;
|
9312
9096
|
default: string;
|
@@ -9323,9 +9107,9 @@ declare const VTimePicker: {
|
|
9323
9107
|
tile: BooleanConstructor;
|
9324
9108
|
bgColor: StringConstructor;
|
9325
9109
|
hideHeader: BooleanConstructor;
|
9326
|
-
allowedHours: PropType<number[]
|
9327
|
-
allowedMinutes: PropType<number[]
|
9328
|
-
allowedSeconds: PropType<number[]
|
9110
|
+
allowedHours: PropType<AllowFunction | number[]>;
|
9111
|
+
allowedMinutes: PropType<AllowFunction | number[]>;
|
9112
|
+
allowedSeconds: PropType<AllowFunction | number[]>;
|
9329
9113
|
ampmInTitle: BooleanConstructor;
|
9330
9114
|
disabled: BooleanConstructor;
|
9331
9115
|
format: {
|
@@ -9411,9 +9195,7 @@ declare const VTimePickerClock: {
|
|
9411
9195
|
scrollable: boolean;
|
9412
9196
|
ampm: boolean;
|
9413
9197
|
}, true, {}, vue.SlotsType<Partial<{
|
9414
|
-
default: () => vue.VNode
|
9415
|
-
[key: string]: any;
|
9416
|
-
}>[];
|
9198
|
+
default: () => vue.VNode[];
|
9417
9199
|
}>>, {
|
9418
9200
|
P: {};
|
9419
9201
|
B: {};
|
@@ -9459,9 +9241,9 @@ declare const VTimePickerClock: {
|
|
9459
9241
|
scrollable: boolean;
|
9460
9242
|
ampm: boolean;
|
9461
9243
|
}>;
|
9462
|
-
__isFragment?:
|
9463
|
-
__isTeleport?:
|
9464
|
-
__isSuspense?:
|
9244
|
+
__isFragment?: never;
|
9245
|
+
__isTeleport?: never;
|
9246
|
+
__isSuspense?: never;
|
9465
9247
|
} & vue.ComponentOptionsBase<{
|
9466
9248
|
max: number;
|
9467
9249
|
min: number;
|
@@ -9503,9 +9285,7 @@ declare const VTimePickerClock: {
|
|
9503
9285
|
scrollable: boolean;
|
9504
9286
|
ampm: boolean;
|
9505
9287
|
}, {}, string, vue.SlotsType<Partial<{
|
9506
|
-
default: () => vue.VNode
|
9507
|
-
[key: string]: any;
|
9508
|
-
}>[];
|
9288
|
+
default: () => vue.VNode[];
|
9509
9289
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
9510
9290
|
allowedValues: PropType<(value: number) => boolean>;
|
9511
9291
|
ampm: BooleanConstructor;
|
@@ -9640,9 +9420,7 @@ declare const VTimePickerControls: {
|
|
9640
9420
|
ampmReadonly: boolean;
|
9641
9421
|
useSeconds: boolean;
|
9642
9422
|
}, true, {}, vue.SlotsType<Partial<{
|
9643
|
-
default: () => vue.VNode
|
9644
|
-
[key: string]: any;
|
9645
|
-
}>[];
|
9423
|
+
default: () => vue.VNode[];
|
9646
9424
|
}>>, {
|
9647
9425
|
P: {};
|
9648
9426
|
B: {};
|
@@ -9685,9 +9463,9 @@ declare const VTimePickerControls: {
|
|
9685
9463
|
ampmReadonly: boolean;
|
9686
9464
|
useSeconds: boolean;
|
9687
9465
|
}>;
|
9688
|
-
__isFragment?:
|
9689
|
-
__isTeleport?:
|
9690
|
-
__isSuspense?:
|
9466
|
+
__isFragment?: never;
|
9467
|
+
__isTeleport?: never;
|
9468
|
+
__isSuspense?: never;
|
9691
9469
|
} & vue.ComponentOptionsBase<{
|
9692
9470
|
disabled: boolean;
|
9693
9471
|
readonly: boolean;
|
@@ -9726,9 +9504,7 @@ declare const VTimePickerControls: {
|
|
9726
9504
|
ampmReadonly: boolean;
|
9727
9505
|
useSeconds: boolean;
|
9728
9506
|
}, {}, string, vue.SlotsType<Partial<{
|
9729
|
-
default: () => vue.VNode
|
9730
|
-
[key: string]: any;
|
9731
|
-
}>[];
|
9507
|
+
default: () => vue.VNode[];
|
9732
9508
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
9733
9509
|
ampm: BooleanConstructor;
|
9734
9510
|
ampmInTitle: BooleanConstructor;
|
@@ -9762,7 +9538,7 @@ type VTimePickerControls = InstanceType<typeof VTimePickerControls>;
|
|
9762
9538
|
|
9763
9539
|
declare const VTreeview: {
|
9764
9540
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
9765
|
-
variant:
|
9541
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
9766
9542
|
style: vue.StyleValue;
|
9767
9543
|
disabled: boolean;
|
9768
9544
|
tag: string;
|
@@ -9773,20 +9549,19 @@ declare const VTreeview: {
|
|
9773
9549
|
valueComparator: typeof deepEqual;
|
9774
9550
|
activatable: boolean;
|
9775
9551
|
selectable: boolean;
|
9776
|
-
selectStrategy:
|
9777
|
-
openStrategy:
|
9552
|
+
selectStrategy: SelectStrategyProp;
|
9553
|
+
openStrategy: OpenStrategyProp;
|
9778
9554
|
collapseIcon: string;
|
9779
9555
|
expandIcon: string;
|
9780
9556
|
lines: false | "one" | "two" | "three";
|
9781
9557
|
returnObject: boolean;
|
9782
9558
|
filterMode: FilterMode;
|
9783
9559
|
noFilter: boolean;
|
9784
|
-
filterKeys:
|
9560
|
+
filterKeys: FilterKeys;
|
9785
9561
|
itemTitle: SelectItemKey;
|
9786
9562
|
itemValue: SelectItemKey;
|
9787
9563
|
itemChildren: SelectItemKey;
|
9788
9564
|
itemProps: SelectItemKey;
|
9789
|
-
itemType: string;
|
9790
9565
|
loadingIcon: string;
|
9791
9566
|
openAll: boolean;
|
9792
9567
|
} & {
|
@@ -9840,21 +9615,21 @@ declare const VTreeview: {
|
|
9840
9615
|
path: unknown[];
|
9841
9616
|
}) => any) | undefined;
|
9842
9617
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
9843
|
-
'update:opened': (val: unknown) =>
|
9844
|
-
'update:activated': (val: unknown) =>
|
9845
|
-
'update:selected': (val: unknown) =>
|
9618
|
+
'update:opened': (val: unknown) => true;
|
9619
|
+
'update:activated': (val: unknown) => true;
|
9620
|
+
'update:selected': (val: unknown) => true;
|
9846
9621
|
'click:open': (value: {
|
9847
9622
|
id: unknown;
|
9848
9623
|
value: boolean;
|
9849
9624
|
path: unknown[];
|
9850
|
-
}) =>
|
9625
|
+
}) => true;
|
9851
9626
|
'click:select': (value: {
|
9852
9627
|
id: unknown;
|
9853
9628
|
value: boolean;
|
9854
9629
|
path: unknown[];
|
9855
|
-
}) =>
|
9856
|
-
}, "$children" | "v-
|
9857
|
-
variant:
|
9630
|
+
}) => true;
|
9631
|
+
}, "$children" | "v-slots" | "v-slot:default" | "items" | "v-slot:prepend" | "v-slot:append" | "v-slot:title" | "v-slot:subtitle" | "v-slot:item" | "v-slot:header" | "v-slot:divider" | "v-slot:subheader">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
9632
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
9858
9633
|
style: vue.StyleValue;
|
9859
9634
|
disabled: boolean;
|
9860
9635
|
tag: string;
|
@@ -9865,20 +9640,19 @@ declare const VTreeview: {
|
|
9865
9640
|
valueComparator: typeof deepEqual;
|
9866
9641
|
activatable: boolean;
|
9867
9642
|
selectable: boolean;
|
9868
|
-
selectStrategy:
|
9869
|
-
openStrategy:
|
9643
|
+
selectStrategy: SelectStrategyProp;
|
9644
|
+
openStrategy: OpenStrategyProp;
|
9870
9645
|
collapseIcon: string;
|
9871
9646
|
expandIcon: string;
|
9872
9647
|
lines: false | "one" | "two" | "three";
|
9873
9648
|
returnObject: boolean;
|
9874
9649
|
filterMode: FilterMode;
|
9875
9650
|
noFilter: boolean;
|
9876
|
-
filterKeys:
|
9651
|
+
filterKeys: FilterKeys;
|
9877
9652
|
itemTitle: SelectItemKey;
|
9878
9653
|
itemValue: SelectItemKey;
|
9879
9654
|
itemChildren: SelectItemKey;
|
9880
9655
|
itemProps: SelectItemKey;
|
9881
|
-
itemType: string;
|
9882
9656
|
loadingIcon: string;
|
9883
9657
|
openAll: boolean;
|
9884
9658
|
} & {
|
@@ -9932,7 +9706,7 @@ declare const VTreeview: {
|
|
9932
9706
|
path: unknown[];
|
9933
9707
|
}) => any) | undefined;
|
9934
9708
|
}, {
|
9935
|
-
variant:
|
9709
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
9936
9710
|
style: vue.StyleValue;
|
9937
9711
|
disabled: boolean;
|
9938
9712
|
tag: string;
|
@@ -9944,82 +9718,47 @@ declare const VTreeview: {
|
|
9944
9718
|
valueComparator: typeof deepEqual;
|
9945
9719
|
activatable: boolean;
|
9946
9720
|
selectable: boolean;
|
9947
|
-
selectStrategy:
|
9948
|
-
openStrategy:
|
9721
|
+
selectStrategy: SelectStrategyProp;
|
9722
|
+
openStrategy: OpenStrategyProp;
|
9949
9723
|
collapseIcon: string;
|
9950
9724
|
expandIcon: string;
|
9951
9725
|
lines: false | "one" | "two" | "three";
|
9952
9726
|
returnObject: boolean;
|
9953
9727
|
filterMode: FilterMode;
|
9954
9728
|
noFilter: boolean;
|
9955
|
-
filterKeys:
|
9729
|
+
filterKeys: FilterKeys;
|
9956
9730
|
itemTitle: SelectItemKey;
|
9957
9731
|
itemValue: SelectItemKey;
|
9958
9732
|
itemChildren: SelectItemKey;
|
9959
9733
|
itemProps: SelectItemKey;
|
9960
|
-
itemType: string;
|
9961
9734
|
loadingIcon: string;
|
9962
9735
|
openAll: boolean;
|
9963
9736
|
}, true, {}, vue.SlotsType<Partial<{
|
9964
9737
|
title: (arg: ListItemTitleSlot & {
|
9965
9738
|
item: unknown;
|
9966
|
-
}) => vue.VNode
|
9967
|
-
[key: string]: any;
|
9968
|
-
}>[];
|
9739
|
+
}) => vue.VNode[];
|
9969
9740
|
append: (arg: ListItemSlot & {
|
9970
9741
|
item: unknown;
|
9971
|
-
}) => vue.VNode
|
9972
|
-
[key: string]: any;
|
9973
|
-
}>[];
|
9742
|
+
}) => vue.VNode[];
|
9974
9743
|
prepend: (arg: ListItemSlot & {
|
9975
9744
|
item: unknown;
|
9976
|
-
}) => vue.VNode
|
9977
|
-
[key: string]: any;
|
9978
|
-
}>[];
|
9745
|
+
}) => vue.VNode[];
|
9979
9746
|
subtitle: (arg: ListItemSubtitleSlot & {
|
9980
9747
|
item: unknown;
|
9981
|
-
}) => vue.VNode
|
9982
|
-
|
9983
|
-
}>[];
|
9984
|
-
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
9985
|
-
[key: string]: any;
|
9986
|
-
}>[];
|
9748
|
+
}) => vue.VNode[];
|
9749
|
+
default: () => vue.VNode[];
|
9987
9750
|
item: (arg: {
|
9988
|
-
props:
|
9989
|
-
|
9990
|
-
title: string;
|
9991
|
-
value: any;
|
9992
|
-
};
|
9993
|
-
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
9994
|
-
[key: string]: any;
|
9995
|
-
}>[];
|
9751
|
+
props: InternalListItem["props"];
|
9752
|
+
}) => vue.VNode[];
|
9996
9753
|
divider: (arg: {
|
9997
|
-
props:
|
9998
|
-
|
9999
|
-
title: string;
|
10000
|
-
value: any;
|
10001
|
-
};
|
10002
|
-
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
10003
|
-
[key: string]: any;
|
10004
|
-
}>[];
|
9754
|
+
props: InternalListItem["props"];
|
9755
|
+
}) => vue.VNode[];
|
10005
9756
|
subheader: (arg: {
|
10006
|
-
props:
|
10007
|
-
|
10008
|
-
title: string;
|
10009
|
-
value: any;
|
10010
|
-
};
|
10011
|
-
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
10012
|
-
[key: string]: any;
|
10013
|
-
}>[];
|
9757
|
+
props: InternalListItem["props"];
|
9758
|
+
}) => vue.VNode[];
|
10014
9759
|
header: (arg: {
|
10015
|
-
props:
|
10016
|
-
|
10017
|
-
title: string;
|
10018
|
-
value: any;
|
10019
|
-
};
|
10020
|
-
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
10021
|
-
[key: string]: any;
|
10022
|
-
}>[];
|
9760
|
+
props: InternalListItem["props"];
|
9761
|
+
}) => vue.VNode[];
|
10023
9762
|
}>>, {
|
10024
9763
|
P: {};
|
10025
9764
|
B: {};
|
@@ -10028,7 +9767,7 @@ declare const VTreeview: {
|
|
10028
9767
|
M: {};
|
10029
9768
|
Defaults: {};
|
10030
9769
|
}, {
|
10031
|
-
variant:
|
9770
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
10032
9771
|
style: vue.StyleValue;
|
10033
9772
|
disabled: boolean;
|
10034
9773
|
tag: string;
|
@@ -10039,20 +9778,19 @@ declare const VTreeview: {
|
|
10039
9778
|
valueComparator: typeof deepEqual;
|
10040
9779
|
activatable: boolean;
|
10041
9780
|
selectable: boolean;
|
10042
|
-
selectStrategy:
|
10043
|
-
openStrategy:
|
9781
|
+
selectStrategy: SelectStrategyProp;
|
9782
|
+
openStrategy: OpenStrategyProp;
|
10044
9783
|
collapseIcon: string;
|
10045
9784
|
expandIcon: string;
|
10046
9785
|
lines: false | "one" | "two" | "three";
|
10047
9786
|
returnObject: boolean;
|
10048
9787
|
filterMode: FilterMode;
|
10049
9788
|
noFilter: boolean;
|
10050
|
-
filterKeys:
|
9789
|
+
filterKeys: FilterKeys;
|
10051
9790
|
itemTitle: SelectItemKey;
|
10052
9791
|
itemValue: SelectItemKey;
|
10053
9792
|
itemChildren: SelectItemKey;
|
10054
9793
|
itemProps: SelectItemKey;
|
10055
|
-
itemType: string;
|
10056
9794
|
loadingIcon: string;
|
10057
9795
|
openAll: boolean;
|
10058
9796
|
} & {
|
@@ -10106,7 +9844,7 @@ declare const VTreeview: {
|
|
10106
9844
|
path: unknown[];
|
10107
9845
|
}) => any) | undefined;
|
10108
9846
|
}, {}, {}, {}, {}, {
|
10109
|
-
variant:
|
9847
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
10110
9848
|
style: vue.StyleValue;
|
10111
9849
|
disabled: boolean;
|
10112
9850
|
tag: string;
|
@@ -10118,28 +9856,27 @@ declare const VTreeview: {
|
|
10118
9856
|
valueComparator: typeof deepEqual;
|
10119
9857
|
activatable: boolean;
|
10120
9858
|
selectable: boolean;
|
10121
|
-
selectStrategy:
|
10122
|
-
openStrategy:
|
9859
|
+
selectStrategy: SelectStrategyProp;
|
9860
|
+
openStrategy: OpenStrategyProp;
|
10123
9861
|
collapseIcon: string;
|
10124
9862
|
expandIcon: string;
|
10125
9863
|
lines: false | "one" | "two" | "three";
|
10126
9864
|
returnObject: boolean;
|
10127
9865
|
filterMode: FilterMode;
|
10128
9866
|
noFilter: boolean;
|
10129
|
-
filterKeys:
|
9867
|
+
filterKeys: FilterKeys;
|
10130
9868
|
itemTitle: SelectItemKey;
|
10131
9869
|
itemValue: SelectItemKey;
|
10132
9870
|
itemChildren: SelectItemKey;
|
10133
9871
|
itemProps: SelectItemKey;
|
10134
|
-
itemType: string;
|
10135
9872
|
loadingIcon: string;
|
10136
9873
|
openAll: boolean;
|
10137
9874
|
}>;
|
10138
|
-
__isFragment?:
|
10139
|
-
__isTeleport?:
|
10140
|
-
__isSuspense?:
|
9875
|
+
__isFragment?: never;
|
9876
|
+
__isTeleport?: never;
|
9877
|
+
__isSuspense?: never;
|
10141
9878
|
} & vue.ComponentOptionsBase<{
|
10142
|
-
variant:
|
9879
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
10143
9880
|
style: vue.StyleValue;
|
10144
9881
|
disabled: boolean;
|
10145
9882
|
tag: string;
|
@@ -10150,20 +9887,19 @@ declare const VTreeview: {
|
|
10150
9887
|
valueComparator: typeof deepEqual;
|
10151
9888
|
activatable: boolean;
|
10152
9889
|
selectable: boolean;
|
10153
|
-
selectStrategy:
|
10154
|
-
openStrategy:
|
9890
|
+
selectStrategy: SelectStrategyProp;
|
9891
|
+
openStrategy: OpenStrategyProp;
|
10155
9892
|
collapseIcon: string;
|
10156
9893
|
expandIcon: string;
|
10157
9894
|
lines: false | "one" | "two" | "three";
|
10158
9895
|
returnObject: boolean;
|
10159
9896
|
filterMode: FilterMode;
|
10160
9897
|
noFilter: boolean;
|
10161
|
-
filterKeys:
|
9898
|
+
filterKeys: FilterKeys;
|
10162
9899
|
itemTitle: SelectItemKey;
|
10163
9900
|
itemValue: SelectItemKey;
|
10164
9901
|
itemChildren: SelectItemKey;
|
10165
9902
|
itemProps: SelectItemKey;
|
10166
|
-
itemType: string;
|
10167
9903
|
loadingIcon: string;
|
10168
9904
|
openAll: boolean;
|
10169
9905
|
} & {
|
@@ -10217,21 +9953,21 @@ declare const VTreeview: {
|
|
10217
9953
|
path: unknown[];
|
10218
9954
|
}) => any) | undefined;
|
10219
9955
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
10220
|
-
'update:opened': (val: unknown) =>
|
10221
|
-
'update:activated': (val: unknown) =>
|
10222
|
-
'update:selected': (val: unknown) =>
|
9956
|
+
'update:opened': (val: unknown) => true;
|
9957
|
+
'update:activated': (val: unknown) => true;
|
9958
|
+
'update:selected': (val: unknown) => true;
|
10223
9959
|
'click:open': (value: {
|
10224
9960
|
id: unknown;
|
10225
9961
|
value: boolean;
|
10226
9962
|
path: unknown[];
|
10227
|
-
}) =>
|
9963
|
+
}) => true;
|
10228
9964
|
'click:select': (value: {
|
10229
9965
|
id: unknown;
|
10230
9966
|
value: boolean;
|
10231
9967
|
path: unknown[];
|
10232
|
-
}) =>
|
10233
|
-
}, "$children" | "v-
|
10234
|
-
variant:
|
9968
|
+
}) => true;
|
9969
|
+
}, "$children" | "v-slots" | "v-slot:default" | "items" | "v-slot:prepend" | "v-slot:append" | "v-slot:title" | "v-slot:subtitle" | "v-slot:item" | "v-slot:header" | "v-slot:divider" | "v-slot:subheader">, string, {
|
9970
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
10235
9971
|
style: vue.StyleValue;
|
10236
9972
|
disabled: boolean;
|
10237
9973
|
tag: string;
|
@@ -10243,93 +9979,56 @@ declare const VTreeview: {
|
|
10243
9979
|
valueComparator: typeof deepEqual;
|
10244
9980
|
activatable: boolean;
|
10245
9981
|
selectable: boolean;
|
10246
|
-
selectStrategy:
|
10247
|
-
openStrategy:
|
9982
|
+
selectStrategy: SelectStrategyProp;
|
9983
|
+
openStrategy: OpenStrategyProp;
|
10248
9984
|
collapseIcon: string;
|
10249
9985
|
expandIcon: string;
|
10250
9986
|
lines: false | "one" | "two" | "three";
|
10251
9987
|
returnObject: boolean;
|
10252
9988
|
filterMode: FilterMode;
|
10253
9989
|
noFilter: boolean;
|
10254
|
-
filterKeys:
|
9990
|
+
filterKeys: FilterKeys;
|
10255
9991
|
itemTitle: SelectItemKey;
|
10256
9992
|
itemValue: SelectItemKey;
|
10257
9993
|
itemChildren: SelectItemKey;
|
10258
9994
|
itemProps: SelectItemKey;
|
10259
|
-
itemType: string;
|
10260
9995
|
loadingIcon: string;
|
10261
9996
|
openAll: boolean;
|
10262
9997
|
}, {}, string, vue.SlotsType<Partial<{
|
10263
9998
|
title: (arg: ListItemTitleSlot & {
|
10264
9999
|
item: unknown;
|
10265
|
-
}) => vue.VNode
|
10266
|
-
[key: string]: any;
|
10267
|
-
}>[];
|
10000
|
+
}) => vue.VNode[];
|
10268
10001
|
append: (arg: ListItemSlot & {
|
10269
10002
|
item: unknown;
|
10270
|
-
}) => vue.VNode
|
10271
|
-
[key: string]: any;
|
10272
|
-
}>[];
|
10003
|
+
}) => vue.VNode[];
|
10273
10004
|
prepend: (arg: ListItemSlot & {
|
10274
10005
|
item: unknown;
|
10275
|
-
}) => vue.VNode
|
10276
|
-
[key: string]: any;
|
10277
|
-
}>[];
|
10006
|
+
}) => vue.VNode[];
|
10278
10007
|
subtitle: (arg: ListItemSubtitleSlot & {
|
10279
10008
|
item: unknown;
|
10280
|
-
}) => vue.VNode
|
10281
|
-
|
10282
|
-
}>[];
|
10283
|
-
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
10284
|
-
[key: string]: any;
|
10285
|
-
}>[];
|
10009
|
+
}) => vue.VNode[];
|
10010
|
+
default: () => vue.VNode[];
|
10286
10011
|
item: (arg: {
|
10287
|
-
props:
|
10288
|
-
|
10289
|
-
title: string;
|
10290
|
-
value: any;
|
10291
|
-
};
|
10292
|
-
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
10293
|
-
[key: string]: any;
|
10294
|
-
}>[];
|
10012
|
+
props: InternalListItem["props"];
|
10013
|
+
}) => vue.VNode[];
|
10295
10014
|
divider: (arg: {
|
10296
|
-
props:
|
10297
|
-
|
10298
|
-
title: string;
|
10299
|
-
value: any;
|
10300
|
-
};
|
10301
|
-
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
10302
|
-
[key: string]: any;
|
10303
|
-
}>[];
|
10015
|
+
props: InternalListItem["props"];
|
10016
|
+
}) => vue.VNode[];
|
10304
10017
|
subheader: (arg: {
|
10305
|
-
props:
|
10306
|
-
|
10307
|
-
title: string;
|
10308
|
-
value: any;
|
10309
|
-
};
|
10310
|
-
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
10311
|
-
[key: string]: any;
|
10312
|
-
}>[];
|
10018
|
+
props: InternalListItem["props"];
|
10019
|
+
}) => vue.VNode[];
|
10313
10020
|
header: (arg: {
|
10314
|
-
props:
|
10315
|
-
|
10316
|
-
title: string;
|
10317
|
-
value: any;
|
10318
|
-
};
|
10319
|
-
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
10320
|
-
[key: string]: any;
|
10321
|
-
}>[];
|
10021
|
+
props: InternalListItem["props"];
|
10022
|
+
}) => vue.VNode[];
|
10322
10023
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T>(props: {
|
10323
|
-
items?: T[]
|
10324
|
-
}, slots: VListChildrenSlots<T>) => GenericProps<{
|
10325
|
-
items?: T[] | undefined;
|
10326
|
-
}, VListChildrenSlots<T>>) & FilterPropsOptions<{
|
10024
|
+
items?: T[];
|
10025
|
+
}, slots: VListChildrenSlots<T>) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{
|
10327
10026
|
variant: Omit<{
|
10328
|
-
type: vue.PropType<
|
10027
|
+
type: vue.PropType<Variant>;
|
10329
10028
|
default: string;
|
10330
10029
|
validator: (v: any) => boolean;
|
10331
10030
|
}, "type" | "default"> & {
|
10332
|
-
type: vue.PropType<
|
10031
|
+
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
10333
10032
|
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
10334
10033
|
};
|
10335
10034
|
height: (StringConstructor | NumberConstructor)[];
|
@@ -10346,7 +10045,7 @@ declare const VTreeview: {
|
|
10346
10045
|
};
|
10347
10046
|
disabled: BooleanConstructor;
|
10348
10047
|
activated: null;
|
10349
|
-
class: vue.PropType<
|
10048
|
+
class: vue.PropType<ClassValue>;
|
10350
10049
|
tag: {
|
10351
10050
|
type: StringConstructor;
|
10352
10051
|
default: string;
|
@@ -10363,7 +10062,7 @@ declare const VTreeview: {
|
|
10363
10062
|
default: undefined;
|
10364
10063
|
};
|
10365
10064
|
items: {
|
10366
|
-
type: vue.PropType<
|
10065
|
+
type: vue.PropType<ItemProps["items"]>;
|
10367
10066
|
default: () => never[];
|
10368
10067
|
};
|
10369
10068
|
tile: BooleanConstructor;
|
@@ -10388,11 +10087,11 @@ declare const VTreeview: {
|
|
10388
10087
|
selectable: BooleanConstructor;
|
10389
10088
|
activeStrategy: vue.PropType<ActiveStrategyProp>;
|
10390
10089
|
selectStrategy: {
|
10391
|
-
type: vue.PropType<
|
10090
|
+
type: vue.PropType<SelectStrategyProp>;
|
10392
10091
|
default: NonNullable<SelectStrategyProp>;
|
10393
10092
|
};
|
10394
10093
|
openStrategy: {
|
10395
|
-
type: vue.PropType<
|
10094
|
+
type: vue.PropType<OpenStrategyProp>;
|
10396
10095
|
default: NonNullable<OpenStrategyProp>;
|
10397
10096
|
};
|
10398
10097
|
'onUpdate:opened': vue.PropType<() => void>;
|
@@ -10406,7 +10105,7 @@ declare const VTreeview: {
|
|
10406
10105
|
default: string;
|
10407
10106
|
};
|
10408
10107
|
lines: {
|
10409
|
-
type: vue.PropType<
|
10108
|
+
type: vue.PropType<"one" | "two" | "three" | false>;
|
10410
10109
|
default: string;
|
10411
10110
|
};
|
10412
10111
|
returnObject: BooleanConstructor;
|
@@ -10436,10 +10135,6 @@ declare const VTreeview: {
|
|
10436
10135
|
value: boolean;
|
10437
10136
|
path: unknown[];
|
10438
10137
|
}) => void>;
|
10439
|
-
itemType: {
|
10440
|
-
type: StringConstructor;
|
10441
|
-
default: string;
|
10442
|
-
};
|
10443
10138
|
loadChildren: vue.PropType<(item: unknown) => Promise<void>>;
|
10444
10139
|
loadingIcon: {
|
10445
10140
|
type: StringConstructor;
|
@@ -10448,7 +10143,7 @@ declare const VTreeview: {
|
|
10448
10143
|
customFilter: vue.PropType<FilterFunction>;
|
10449
10144
|
customKeyFilter: vue.PropType<FilterKeyFunctions>;
|
10450
10145
|
filterKeys: {
|
10451
|
-
type: vue.PropType<
|
10146
|
+
type: vue.PropType<FilterKeys>;
|
10452
10147
|
default: NonNullable<FilterKeys>;
|
10453
10148
|
};
|
10454
10149
|
filterMode: {
|
@@ -10460,11 +10155,11 @@ declare const VTreeview: {
|
|
10460
10155
|
search: StringConstructor;
|
10461
10156
|
}, vue.ExtractPropTypes<{
|
10462
10157
|
variant: Omit<{
|
10463
|
-
type: vue.PropType<
|
10158
|
+
type: vue.PropType<Variant>;
|
10464
10159
|
default: string;
|
10465
10160
|
validator: (v: any) => boolean;
|
10466
10161
|
}, "type" | "default"> & {
|
10467
|
-
type: vue.PropType<
|
10162
|
+
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
10468
10163
|
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
10469
10164
|
};
|
10470
10165
|
height: (StringConstructor | NumberConstructor)[];
|
@@ -10481,7 +10176,7 @@ declare const VTreeview: {
|
|
10481
10176
|
};
|
10482
10177
|
disabled: BooleanConstructor;
|
10483
10178
|
activated: null;
|
10484
|
-
class: vue.PropType<
|
10179
|
+
class: vue.PropType<ClassValue>;
|
10485
10180
|
tag: {
|
10486
10181
|
type: StringConstructor;
|
10487
10182
|
default: string;
|
@@ -10498,7 +10193,7 @@ declare const VTreeview: {
|
|
10498
10193
|
default: undefined;
|
10499
10194
|
};
|
10500
10195
|
items: {
|
10501
|
-
type: vue.PropType<
|
10196
|
+
type: vue.PropType<ItemProps["items"]>;
|
10502
10197
|
default: () => never[];
|
10503
10198
|
};
|
10504
10199
|
tile: BooleanConstructor;
|
@@ -10523,11 +10218,11 @@ declare const VTreeview: {
|
|
10523
10218
|
selectable: BooleanConstructor;
|
10524
10219
|
activeStrategy: vue.PropType<ActiveStrategyProp>;
|
10525
10220
|
selectStrategy: {
|
10526
|
-
type: vue.PropType<
|
10221
|
+
type: vue.PropType<SelectStrategyProp>;
|
10527
10222
|
default: NonNullable<SelectStrategyProp>;
|
10528
10223
|
};
|
10529
10224
|
openStrategy: {
|
10530
|
-
type: vue.PropType<
|
10225
|
+
type: vue.PropType<OpenStrategyProp>;
|
10531
10226
|
default: NonNullable<OpenStrategyProp>;
|
10532
10227
|
};
|
10533
10228
|
'onUpdate:opened': vue.PropType<() => void>;
|
@@ -10541,7 +10236,7 @@ declare const VTreeview: {
|
|
10541
10236
|
default: string;
|
10542
10237
|
};
|
10543
10238
|
lines: {
|
10544
|
-
type: vue.PropType<
|
10239
|
+
type: vue.PropType<"one" | "two" | "three" | false>;
|
10545
10240
|
default: string;
|
10546
10241
|
};
|
10547
10242
|
returnObject: BooleanConstructor;
|
@@ -10571,10 +10266,6 @@ declare const VTreeview: {
|
|
10571
10266
|
value: boolean;
|
10572
10267
|
path: unknown[];
|
10573
10268
|
}) => void>;
|
10574
|
-
itemType: {
|
10575
|
-
type: StringConstructor;
|
10576
|
-
default: string;
|
10577
|
-
};
|
10578
10269
|
loadChildren: vue.PropType<(item: unknown) => Promise<void>>;
|
10579
10270
|
loadingIcon: {
|
10580
10271
|
type: StringConstructor;
|
@@ -10583,7 +10274,7 @@ declare const VTreeview: {
|
|
10583
10274
|
customFilter: vue.PropType<FilterFunction>;
|
10584
10275
|
customKeyFilter: vue.PropType<FilterKeyFunctions>;
|
10585
10276
|
filterKeys: {
|
10586
|
-
type: vue.PropType<
|
10277
|
+
type: vue.PropType<FilterKeys>;
|
10587
10278
|
default: NonNullable<FilterKeys>;
|
10588
10279
|
};
|
10589
10280
|
filterMode: {
|
@@ -10599,7 +10290,7 @@ type VTreeview = InstanceType<typeof VTreeview>;
|
|
10599
10290
|
declare const VTreeviewItem: {
|
10600
10291
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
10601
10292
|
replace: boolean;
|
10602
|
-
variant:
|
10293
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
10603
10294
|
exact: boolean;
|
10604
10295
|
loading: boolean;
|
10605
10296
|
nav: boolean;
|
@@ -10666,7 +10357,7 @@ declare const VTreeviewItem: {
|
|
10666
10357
|
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
10667
10358
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
10668
10359
|
replace: boolean;
|
10669
|
-
variant:
|
10360
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
10670
10361
|
exact: boolean;
|
10671
10362
|
loading: boolean;
|
10672
10363
|
nav: boolean;
|
@@ -10734,7 +10425,7 @@ declare const VTreeviewItem: {
|
|
10734
10425
|
}, {
|
10735
10426
|
replace: boolean;
|
10736
10427
|
link: boolean;
|
10737
|
-
variant:
|
10428
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
10738
10429
|
exact: boolean;
|
10739
10430
|
active: boolean;
|
10740
10431
|
loading: boolean;
|
@@ -10750,21 +10441,11 @@ declare const VTreeviewItem: {
|
|
10750
10441
|
class: string;
|
10751
10442
|
} | undefined;
|
10752
10443
|
}, true, {}, vue.SlotsType<Partial<{
|
10753
|
-
prepend: (arg: ListItemSlot) => vue.VNode
|
10754
|
-
|
10755
|
-
|
10756
|
-
|
10757
|
-
|
10758
|
-
}>[];
|
10759
|
-
default: (arg: ListItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
10760
|
-
[key: string]: any;
|
10761
|
-
}>[];
|
10762
|
-
title: (arg: ListItemTitleSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
10763
|
-
[key: string]: any;
|
10764
|
-
}>[];
|
10765
|
-
subtitle: (arg: ListItemSubtitleSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
10766
|
-
[key: string]: any;
|
10767
|
-
}>[];
|
10444
|
+
prepend: (arg: ListItemSlot) => vue.VNode[];
|
10445
|
+
append: (arg: ListItemSlot) => vue.VNode[];
|
10446
|
+
default: (arg: ListItemSlot) => vue.VNode[];
|
10447
|
+
title: (arg: ListItemTitleSlot) => vue.VNode[];
|
10448
|
+
subtitle: (arg: ListItemSubtitleSlot) => vue.VNode[];
|
10768
10449
|
}>>, {
|
10769
10450
|
P: {};
|
10770
10451
|
B: {};
|
@@ -10774,7 +10455,7 @@ declare const VTreeviewItem: {
|
|
10774
10455
|
Defaults: {};
|
10775
10456
|
}, {
|
10776
10457
|
replace: boolean;
|
10777
|
-
variant:
|
10458
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
10778
10459
|
exact: boolean;
|
10779
10460
|
loading: boolean;
|
10780
10461
|
nav: boolean;
|
@@ -10842,7 +10523,7 @@ declare const VTreeviewItem: {
|
|
10842
10523
|
}, {}, {}, {}, {}, {
|
10843
10524
|
replace: boolean;
|
10844
10525
|
link: boolean;
|
10845
|
-
variant:
|
10526
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
10846
10527
|
exact: boolean;
|
10847
10528
|
active: boolean;
|
10848
10529
|
loading: boolean;
|
@@ -10858,12 +10539,12 @@ declare const VTreeviewItem: {
|
|
10858
10539
|
class: string;
|
10859
10540
|
} | undefined;
|
10860
10541
|
}>;
|
10861
|
-
__isFragment?:
|
10862
|
-
__isTeleport?:
|
10863
|
-
__isSuspense?:
|
10542
|
+
__isFragment?: never;
|
10543
|
+
__isTeleport?: never;
|
10544
|
+
__isSuspense?: never;
|
10864
10545
|
} & vue.ComponentOptionsBase<{
|
10865
10546
|
replace: boolean;
|
10866
|
-
variant:
|
10547
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
10867
10548
|
exact: boolean;
|
10868
10549
|
loading: boolean;
|
10869
10550
|
nav: boolean;
|
@@ -10931,7 +10612,7 @@ declare const VTreeviewItem: {
|
|
10931
10612
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
10932
10613
|
replace: boolean;
|
10933
10614
|
link: boolean;
|
10934
|
-
variant:
|
10615
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
10935
10616
|
exact: boolean;
|
10936
10617
|
active: boolean;
|
10937
10618
|
loading: boolean;
|
@@ -10947,29 +10628,19 @@ declare const VTreeviewItem: {
|
|
10947
10628
|
class: string;
|
10948
10629
|
} | undefined;
|
10949
10630
|
}, {}, string, vue.SlotsType<Partial<{
|
10950
|
-
prepend: (arg: ListItemSlot) => vue.VNode
|
10951
|
-
|
10952
|
-
|
10953
|
-
|
10954
|
-
|
10955
|
-
}>[];
|
10956
|
-
default: (arg: ListItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
10957
|
-
[key: string]: any;
|
10958
|
-
}>[];
|
10959
|
-
title: (arg: ListItemTitleSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
10960
|
-
[key: string]: any;
|
10961
|
-
}>[];
|
10962
|
-
subtitle: (arg: ListItemSubtitleSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
10963
|
-
[key: string]: any;
|
10964
|
-
}>[];
|
10631
|
+
prepend: (arg: ListItemSlot) => vue.VNode[];
|
10632
|
+
append: (arg: ListItemSlot) => vue.VNode[];
|
10633
|
+
default: (arg: ListItemSlot) => vue.VNode[];
|
10634
|
+
title: (arg: ListItemTitleSlot) => vue.VNode[];
|
10635
|
+
subtitle: (arg: ListItemSubtitleSlot) => vue.VNode[];
|
10965
10636
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
10966
10637
|
color: StringConstructor;
|
10967
10638
|
variant: Omit<{
|
10968
|
-
type: vue.PropType<
|
10639
|
+
type: vue.PropType<Variant>;
|
10969
10640
|
default: string;
|
10970
10641
|
validator: (v: any) => boolean;
|
10971
10642
|
}, "type" | "default"> & {
|
10972
|
-
type: vue.PropType<
|
10643
|
+
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
10973
10644
|
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
10974
10645
|
};
|
10975
10646
|
theme: StringConstructor;
|
@@ -11001,7 +10672,7 @@ declare const VTreeviewItem: {
|
|
11001
10672
|
default: string;
|
11002
10673
|
validator: (v: any) => boolean;
|
11003
10674
|
};
|
11004
|
-
class: vue.PropType<
|
10675
|
+
class: vue.PropType<ClassValue>;
|
11005
10676
|
style: {
|
11006
10677
|
type: vue.PropType<vue.StyleValue>;
|
11007
10678
|
default: null;
|
@@ -11017,7 +10688,7 @@ declare const VTreeviewItem: {
|
|
11017
10688
|
appendIcon: vue.PropType<IconValue>;
|
11018
10689
|
baseColor: StringConstructor;
|
11019
10690
|
disabled: BooleanConstructor;
|
11020
|
-
lines: vue.PropType<
|
10691
|
+
lines: vue.PropType<"one" | "two" | "three" | false>;
|
11021
10692
|
link: {
|
11022
10693
|
type: BooleanConstructor;
|
11023
10694
|
default: undefined;
|
@@ -11026,9 +10697,7 @@ declare const VTreeviewItem: {
|
|
11026
10697
|
prependAvatar: StringConstructor;
|
11027
10698
|
prependIcon: vue.PropType<IconValue>;
|
11028
10699
|
ripple: {
|
11029
|
-
type: vue.PropType<
|
11030
|
-
class: string;
|
11031
|
-
} | undefined>;
|
10700
|
+
type: vue.PropType<RippleDirectiveBinding["value"]>;
|
11032
10701
|
default: boolean;
|
11033
10702
|
};
|
11034
10703
|
slim: {
|
@@ -11045,11 +10714,11 @@ declare const VTreeviewItem: {
|
|
11045
10714
|
}, vue.ExtractPropTypes<{
|
11046
10715
|
color: StringConstructor;
|
11047
10716
|
variant: Omit<{
|
11048
|
-
type: vue.PropType<
|
10717
|
+
type: vue.PropType<Variant>;
|
11049
10718
|
default: string;
|
11050
10719
|
validator: (v: any) => boolean;
|
11051
10720
|
}, "type" | "default"> & {
|
11052
|
-
type: vue.PropType<
|
10721
|
+
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
11053
10722
|
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
11054
10723
|
};
|
11055
10724
|
theme: StringConstructor;
|
@@ -11081,7 +10750,7 @@ declare const VTreeviewItem: {
|
|
11081
10750
|
default: string;
|
11082
10751
|
validator: (v: any) => boolean;
|
11083
10752
|
};
|
11084
|
-
class: vue.PropType<
|
10753
|
+
class: vue.PropType<ClassValue>;
|
11085
10754
|
style: {
|
11086
10755
|
type: vue.PropType<vue.StyleValue>;
|
11087
10756
|
default: null;
|
@@ -11097,7 +10766,7 @@ declare const VTreeviewItem: {
|
|
11097
10766
|
appendIcon: vue.PropType<IconValue>;
|
11098
10767
|
baseColor: StringConstructor;
|
11099
10768
|
disabled: BooleanConstructor;
|
11100
|
-
lines: vue.PropType<
|
10769
|
+
lines: vue.PropType<"one" | "two" | "three" | false>;
|
11101
10770
|
link: {
|
11102
10771
|
type: BooleanConstructor;
|
11103
10772
|
default: undefined;
|
@@ -11106,9 +10775,7 @@ declare const VTreeviewItem: {
|
|
11106
10775
|
prependAvatar: StringConstructor;
|
11107
10776
|
prependIcon: vue.PropType<IconValue>;
|
11108
10777
|
ripple: {
|
11109
|
-
type: vue.PropType<
|
11110
|
-
class: string;
|
11111
|
-
} | undefined>;
|
10778
|
+
type: vue.PropType<RippleDirectiveBinding["value"]>;
|
11112
10779
|
default: boolean;
|
11113
10780
|
};
|
11114
10781
|
slim: {
|
@@ -11129,8 +10796,8 @@ declare const VTreeviewGroup: {
|
|
11129
10796
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
11130
10797
|
style: vue.StyleValue;
|
11131
10798
|
tag: string;
|
11132
|
-
collapseIcon:
|
11133
|
-
expandIcon:
|
10799
|
+
collapseIcon: IconValue;
|
10800
|
+
expandIcon: IconValue;
|
11134
10801
|
fluid: boolean;
|
11135
10802
|
} & {
|
11136
10803
|
color?: string | undefined;
|
@@ -11165,8 +10832,8 @@ declare const VTreeviewGroup: {
|
|
11165
10832
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
11166
10833
|
style: vue.StyleValue;
|
11167
10834
|
tag: string;
|
11168
|
-
collapseIcon:
|
11169
|
-
expandIcon:
|
10835
|
+
collapseIcon: IconValue;
|
10836
|
+
expandIcon: IconValue;
|
11170
10837
|
fluid: boolean;
|
11171
10838
|
} & {
|
11172
10839
|
color?: string | undefined;
|
@@ -11201,19 +10868,15 @@ declare const VTreeviewGroup: {
|
|
11201
10868
|
}, {
|
11202
10869
|
style: vue.StyleValue;
|
11203
10870
|
tag: string;
|
11204
|
-
collapseIcon:
|
11205
|
-
expandIcon:
|
10871
|
+
collapseIcon: IconValue;
|
10872
|
+
expandIcon: IconValue;
|
11206
10873
|
fluid: boolean;
|
11207
10874
|
}, true, {}, vue.SlotsType<Partial<{
|
11208
|
-
default: () => vue.VNode
|
11209
|
-
[key: string]: any;
|
11210
|
-
}>[];
|
10875
|
+
default: () => vue.VNode[];
|
11211
10876
|
activator: (arg: {
|
11212
10877
|
isOpen: boolean;
|
11213
10878
|
props: Record<string, unknown>;
|
11214
|
-
}) => vue.VNode
|
11215
|
-
[key: string]: any;
|
11216
|
-
}>[];
|
10879
|
+
}) => vue.VNode[];
|
11217
10880
|
}>>, {
|
11218
10881
|
P: {};
|
11219
10882
|
B: {};
|
@@ -11224,8 +10887,8 @@ declare const VTreeviewGroup: {
|
|
11224
10887
|
}, {
|
11225
10888
|
style: vue.StyleValue;
|
11226
10889
|
tag: string;
|
11227
|
-
collapseIcon:
|
11228
|
-
expandIcon:
|
10890
|
+
collapseIcon: IconValue;
|
10891
|
+
expandIcon: IconValue;
|
11229
10892
|
fluid: boolean;
|
11230
10893
|
} & {
|
11231
10894
|
color?: string | undefined;
|
@@ -11260,18 +10923,18 @@ declare const VTreeviewGroup: {
|
|
11260
10923
|
}, {}, {}, {}, {}, {
|
11261
10924
|
style: vue.StyleValue;
|
11262
10925
|
tag: string;
|
11263
|
-
collapseIcon:
|
11264
|
-
expandIcon:
|
10926
|
+
collapseIcon: IconValue;
|
10927
|
+
expandIcon: IconValue;
|
11265
10928
|
fluid: boolean;
|
11266
10929
|
}>;
|
11267
|
-
__isFragment?:
|
11268
|
-
__isTeleport?:
|
11269
|
-
__isSuspense?:
|
10930
|
+
__isFragment?: never;
|
10931
|
+
__isTeleport?: never;
|
10932
|
+
__isSuspense?: never;
|
11270
10933
|
} & vue.ComponentOptionsBase<{
|
11271
10934
|
style: vue.StyleValue;
|
11272
10935
|
tag: string;
|
11273
|
-
collapseIcon:
|
11274
|
-
expandIcon:
|
10936
|
+
collapseIcon: IconValue;
|
10937
|
+
expandIcon: IconValue;
|
11275
10938
|
fluid: boolean;
|
11276
10939
|
} & {
|
11277
10940
|
color?: string | undefined;
|
@@ -11306,19 +10969,15 @@ declare const VTreeviewGroup: {
|
|
11306
10969
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
11307
10970
|
style: vue.StyleValue;
|
11308
10971
|
tag: string;
|
11309
|
-
collapseIcon:
|
11310
|
-
expandIcon:
|
10972
|
+
collapseIcon: IconValue;
|
10973
|
+
expandIcon: IconValue;
|
11311
10974
|
fluid: boolean;
|
11312
10975
|
}, {}, string, vue.SlotsType<Partial<{
|
11313
|
-
default: () => vue.VNode
|
11314
|
-
[key: string]: any;
|
11315
|
-
}>[];
|
10976
|
+
default: () => vue.VNode[];
|
11316
10977
|
activator: (arg: {
|
11317
10978
|
isOpen: boolean;
|
11318
10979
|
props: Record<string, unknown>;
|
11319
|
-
}) => vue.VNode
|
11320
|
-
[key: string]: any;
|
11321
|
-
}>[];
|
10980
|
+
}) => vue.VNode[];
|
11322
10981
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
11323
10982
|
color: StringConstructor;
|
11324
10983
|
value: null;
|
@@ -11327,7 +10986,7 @@ declare const VTreeviewGroup: {
|
|
11327
10986
|
default: null;
|
11328
10987
|
};
|
11329
10988
|
title: StringConstructor;
|
11330
|
-
class: vue.PropType<
|
10989
|
+
class: vue.PropType<ClassValue>;
|
11331
10990
|
tag: {
|
11332
10991
|
type: StringConstructor;
|
11333
10992
|
default: string;
|
@@ -11340,14 +10999,14 @@ declare const VTreeviewGroup: {
|
|
11340
10999
|
type: vue.PropType<IconValue>;
|
11341
11000
|
default: string;
|
11342
11001
|
}, "type" | "default"> & {
|
11343
|
-
type: vue.PropType<
|
11002
|
+
type: vue.PropType<IconValue>;
|
11344
11003
|
default: NonNullable<IconValue>;
|
11345
11004
|
};
|
11346
11005
|
expandIcon: Omit<{
|
11347
11006
|
type: vue.PropType<IconValue>;
|
11348
11007
|
default: string;
|
11349
11008
|
}, "type" | "default"> & {
|
11350
|
-
type: vue.PropType<
|
11009
|
+
type: vue.PropType<IconValue>;
|
11351
11010
|
default: NonNullable<IconValue>;
|
11352
11011
|
};
|
11353
11012
|
fluid: BooleanConstructor;
|
@@ -11359,7 +11018,7 @@ declare const VTreeviewGroup: {
|
|
11359
11018
|
default: null;
|
11360
11019
|
};
|
11361
11020
|
title: StringConstructor;
|
11362
|
-
class: vue.PropType<
|
11021
|
+
class: vue.PropType<ClassValue>;
|
11363
11022
|
tag: {
|
11364
11023
|
type: StringConstructor;
|
11365
11024
|
default: string;
|
@@ -11372,14 +11031,14 @@ declare const VTreeviewGroup: {
|
|
11372
11031
|
type: vue.PropType<IconValue>;
|
11373
11032
|
default: string;
|
11374
11033
|
}, "type" | "default"> & {
|
11375
|
-
type: vue.PropType<
|
11034
|
+
type: vue.PropType<IconValue>;
|
11376
11035
|
default: NonNullable<IconValue>;
|
11377
11036
|
};
|
11378
11037
|
expandIcon: Omit<{
|
11379
11038
|
type: vue.PropType<IconValue>;
|
11380
11039
|
default: string;
|
11381
11040
|
}, "type" | "default"> & {
|
11382
|
-
type: vue.PropType<
|
11041
|
+
type: vue.PropType<IconValue>;
|
11383
11042
|
default: NonNullable<IconValue>;
|
11384
11043
|
};
|
11385
11044
|
fluid: BooleanConstructor;
|